Code

9e4e26299001efb4a177dd42d68779413e5b6554
[pkg-ncmpc.git] / debian / changelog
1 ncmpc (0.13-1) experimental; urgency=low
3   * New upstream release:
4     - Made status line clock display configurable (Closes: #510392).
5   * debian/changelog:
6     - Upstream (partially) switched to mentioning "The Music Player Daemon
7       Project" as copyright holder instead of listing single persons for each
8       file. debian/changelog now refers to the AUTHORS file for a list of team
9       members.
10     - Use © instead of (C) to make lintian happy.
12  -- Sebastian Harl <sh@tokkee.org>  Sun, 11 Jan 2009 20:17:28 +0100
14 ncmpc (0.12-1) experimental; urgency=low
16   * New upstream release:
17     - Added support for wide characters (Closes: #395407).
18     - Fixed a segfault when working with empty or removed directories
19       (Closes: #471761).
20     - Added command "locate" ('G') which locates a song in the database
21       browser; thanks to Hagen Fuchs for the original patch (Closes: #496450).
22     - Fixed connection handling (Closes: #497359).
23     - Fixed handling of the "timedisplay-type" config option; thanks to Stefan
24       Bender for the original patch (Closes: #497917).
25   * Uploading to experimental because of the Lenny freeze.
26   * debian/control:
27     - Added Homepage and Vcs-{Git,Browser} fields.
28     - Added versioned build dependency on dpkg-dev (>= 1.14.6) to support the
29       new fields.
30     - Suggest (instead of recommend) mpd - server and client may run on
31       different host, so not having both packages installed is not unusual
32       (Closes: #447781).
33     - Updated to Standards-Version 3.8.0.
34     - Build-depend on liblircclient-dev - this is required for lirc support.
35     - Suggest python and ruby - these are required by the lyrics scripts.
36     - Updated package description.
37   * debian/watch:
38     - Query sf.net instead of the old upstream website.
39     - Use uversionmangle to mangle "_alpha" and "_beta".
40   * debian/rules:
41     - Do not try to install upstream ChangeLog and TODO files - they no longer
42       exist.
43     - Do not ignore "make distclean" errors.
44     - -I/usr/include/ncursesw is no longer required - it's now handled by the
45       upstream configure script.
46     - Explicitly enable all features when running the configure script.
47   * debian/menu:
48     - Use section "Applications" instead of "Apps".
50  -- Sebastian Harl <sh@tokkee.org>  Sun, 07 Dec 2008 17:34:07 +0100
52 ncmpc (0.11.1+svn-r3965-2) unstable; urgency=low
54   * New maintainer (Closes: #388425).
55   * Rewrote debian/rules to not use cdbs.
56   * Updated standards version to 3.7.2.
58  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Sep 2006 21:33:38 +0200
60 ncmpc (0.11.1+svn-r3965-1) unstable; urgency=low
62   * New upstream version
63   
64     + includes the patch to implement Tab completion in the
65       libcursesw support part of wreadln.c (closes: #357660)
67     + includes 07-fix-utf8-strlen.diff, which had been contributed by
68       Dmitry Baryshkov. It is therefore removed from the Debian package
69   
70   * debian/copyright: list all copyright holders of any file. Based on
71     latest discussions.
72     + debian/rules: do not install superfluous AUTHORS file anymore
74   * debian/dirs: remove "/usr/bin", it is automatically created
75     
76   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
78  -- René van Bevern <rvb@progn.org>  Tue, 28 Mar 2006 20:20:41 +0200
80 ncmpc (0.11.1+svn-r3896-1) unstable; urgency=low
82   * New upstream release
83     + removed the patches 05-russian-translation.diff,
84       06-russian-typo.diff, they are not needed any more
86     + added patch 07-fix-utf8-strlen.diff by Dmitry Baryshkov to correctly
87       calculate length of UTF-8 strings (closes: #353772)
89   * debian/rules: remove --with-ncursesw from configure options, since
90     upstream has set it to default
92   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
94  -- René van Bevern <rvb@progn.org>  Tue, 21 Feb 2006 10:58:43 +0100
96 ncmpc (0.11.1+svn-r3362-1) unstable; urgency=low
98   * Fresh SVN snapshot
99     + number versions by subversion revisions rather than dates
101   * 05-russian-translation.diff is back, it had not been included
102     upstream, but made it into my svn work tree accidently
104   * include 06-russian-typo.diff from Stepan Golosunov (closes: #328907)
106  -- René van Bevern <rvb@pro-linux.de>  Wed, 14 Dec 2005 17:48:39 +0100
108 ncmpc (0.11.1+svn-20050916-1) unstable; urgency=low
110   * New upstream release (SVN snapshot)
111     + includes fixes for wide character display: (Closes: #326074)
112       - debian/rules: build --with-ncursesw
113                       add /usr/include/libncursesw to include path
114       - debian/control: Build-Depend on libncursesw5-dev
116   * Following patches are removed because they are included upstream:
117     + 01-startup-segfault.diff
118     + 03-xterm-title-crash.diff
119     + 04-german-translation.diff
120     + 05-russian-translation.diff
122   * debian/patches/02-manpage-confdir.diff is party applied upstream and
123     has been adapted.
125   * added watch file
127   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
129  -- René van Bevern <rvb@pro-linux.de>  Fri, 16 Sep 2005 19:52:55 +0200
131 ncmpc (0.11.1-9) unstable; urgency=low
133   * debian/patches/05-russian-translation.diff: patch by
134     Stepan Golosunov <stepan@golosunov.pp.ru> (closes: #326070)
135     + actual encoding of ru.po is koi8-r, not iso-8859-1
137   * debian/copyright: updated adress of the Free Software Foundation
139   * debian/control: updated package description with full sentences and
140     (hopefully) without grammar errors
142   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
144  -- René van Bevern <rvb@pro-linux.de>  Sun,  4 Sep 2005 16:50:17 +0200
146 ncmpc (0.11.1-8) unstable; urgency=low
148   * rebuild for menu transition
149   * update to Standards-Version 3.6.2
150   * switch to cdbs and split my patches into seperate files again
151   * more specific debian/copyright
153   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
155  -- René van Bevern <rvb@pro-linux.de>  Thu, 11 Aug 2005 02:13:45 +0200
157 ncmpc (0.11.1-7) unstable; urgency=low
159   * Closes: #312815: FTBFS: lacks a binary-arch target
161  -- René van Bevern <rvb@pro-linux.de>  Fri, 10 Jun 2005 11:34:27 +0200
163 ncmpc (0.11.1-6) unstable; urgency=low
165   * Use the upstream build system, adapt debian/rules instead
166   * loosened the build dependecies (no automake and autoconf)
167   * added homepage URL to description
168   * backport of svn against upstream crash #360
169     see: http://www.musicpd.org/mantis/view.php?id=360
170   * dropped dpatch in favor of Darcs (README.Packaging)
172  -- René van Bevern <rvb@pro-linux.de>  Fri,  3 Jun 2005 13:53:27 +0200
174 ncmpc (0.11.1-5) unstable; urgency=low
176   * Closes: #306163: compile with search and clock feature
177   * Closes: #306260: Looks for global config file in /usr/etc instead of /etc
179   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
181  -- Rene van Bevern (RvB) <rvb@pro-linux.de>  Mon, 25 Apr 2005 16:27:14 +0200
183 ncmpc (0.11.1-4) unstable; urgency=low
185   * don't install a ChangeLog.gz through dh_installdocs because
186     it is installed by dh_installchangelogs
187   * Closes: #304246: doesn't work when not specifying password
189   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
191  -- Rene van Bevern (RvB) <rvb@pro-linux.de>  Tue, 12 Apr 2005 13:32:30 +0200
193 ncmpc (0.11.1-3) unstable; urgency=low
195   * Closes: #267942: ITP: ncmpc -- An ncurses client for Music Player Daemon (MPD)
196   * fix location of user configuration file in manual page
197   * fix a segmentation fault when password is neither given as a command line
198     option nor as an environment variable
199   * little corrections of the german localization
200   * use dpatch
201   * add menu support
203   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
205  -- Rene van Bevern (RvB) <rvb@pro-linux.de>  Sun, 10 Apr 2005 11:42:43 +0200
207 ncmpc (0.11.1-2) unreleased; urgency=low
209   * get rid of empty /usr/sbin and /usr/share/ncmpc in package
211  -- Rene van Bevern (RvB) <rvb@pro-linux.de>  Fri,  8 Apr 2005 18:46:35 +0200
213 ncmpc (0.11.1-1) unreleased; urgency=low
215   * Initial Release.
217  -- Rene van Bevern (RvB) <rvb@pro-linux.de>  Wed, 30 Mar 2005 18:35:27 +0200