Code

9830a12dcf4d60d9e0fb73127de218a35614a253
[pkg-ncmpc.git] / debian / changelog
1 ncmpc (0.21-1) UNRELEASED; urgency=low
3   * New upstream release (Closes: #659815).
4   * debian/control:
5     - Build-depend on libmpdclient-dev (>= 2.5~); this is required for the new
6       chat screen.
7   * debian/rules:
8     - Enable chat-screen feature.
9   * debian/control, debian/rules:
10     - Enable documentation and build-depend on doxygen.
12  -- Sebastian Harl <tokkee@debian.org>  Sat, 23 Nov 2013 20:33:15 +0100
14 ncmpc (0.17-1) unstable; urgency=low
16   * New upstream release.
17     - Fixed range selection in "shuffle" command; thanks to Michael Marineau
18       for reporting this (Closes: #585823).
19   * debian/patches:
20     - Added bts589660-updated-manpage -- updated obsolete parts of the
21       manpage; thanks to Martin Hradil for reporting this (Closes: #589660).
22   * debian/control, debian/copyright:
23     - Updated standards-version to 3.9.1 -- include the complete BSD license
24       in debian/copyright rather than referencing the file in /u/s/common-
25       licenses.
27  -- Sebastian Harl <tokkee@debian.org>  Fri, 30 Jul 2010 14:49:31 +0200
29 ncmpc (0.16.1-1) unstable; urgency=low
31   * New upstream release.
32   * debian/patches:
33     - Removed include_config_h.dpatch -- included upstream.
34     - Removed manpage_typos.dpatch -- included upstream.
36  -- Sebastian Harl <tokkee@debian.org>  Tue, 19 Jan 2010 21:22:21 +0100
38 ncmpc (0.16-1) unstable; urgency=low
40   * New upstream release:
41     - Fixed accuracy of "Database updated" message; thanks to Joey Hess for
42       reporting this (Closes: #548266).
43     - Update volume display without delay; thanks to Joey Hess for reporting
44       this (Closes: #551271).
45     - Execute lyrics plugins according to their lexical sorting order; thanks
46       to Jonathan Neuschäfer for reporting this (Closes: #553063).
47   * debian/control:
48     - Build-depend on libmpdclient-dev, required by the new upstream release.
49     - Build-depend on dpatch.
50     - Let all packages depend on ${misc:Depends}.
51   * debian/rules:
52     - Run 'make check' unless the nocheck option has been specified in
53       DEB_BUILD_OPTIONS.
54   * debian/patches:
55     - Added include_config_h.dpatch -- this patch adds some missing includes.
56     - Added manpage_typos.dpatch -- this patch fixes some typos in the
57       manpage.
58   * Added debian/README.source:
59     - The file includes a pointer to /usr/share/doc/dpatch/README.source.gz.
61  -- Sebastian Harl <tokkee@debian.org>  Sun, 27 Dec 2009 23:43:36 +0100
63 ncmpc (0.15-1) unstable; urgency=low
65   * New upstream release:
66     - Fixed NULL pointer dereference when not yet connected; thanks to Joey
67       Hess for reporting this (Closes: #540415).
68   * debian/control:
69     - Updated Standards-Version to 3.8.3 - no changes.
71  -- Sebastian Harl <tokkee@debian.org>  Thu, 08 Oct 2009 22:05:01 +0200
73 ncmpc (0.14-1) unstable; urgency=low
75   * Re-upload to unstable - Lenny has been released.
76   * debian/control:
77     - Updated Standards-Version to 3.8.1 (no changes).
78     - Updated version of build-dependency debhelper to >= 7.
79   * debian/compat:
80     - Updated from deprecated version 4 to the now recommended version 7.
81   * debian/rules:
82     - Use dh_prep instead of the deprecated dh_clean -k.
83     - Pass CFLAGS as arguments to configure instead of setting them in the
84       environment - this is the recommended way.
86  -- Sebastian Harl <tokkee@debian.org>  Sat, 06 Jun 2009 20:19:58 +0200
88 ncmpc (0.13-1) experimental; urgency=low
90   * New upstream release:
91     - Made status line clock display configurable (Closes: #510392).
92   * debian/changelog:
93     - Upstream (partially) switched to mentioning "The Music Player Daemon
94       Project" as copyright holder instead of listing single persons for each
95       file. debian/changelog now refers to the AUTHORS file for a list of team
96       members.
97     - Use © instead of (C) to make lintian happy.
98   * Added binary package "ncmpc-lyrics". This package includes the lyrics
99     plugins, some of which depend on python or ruby. By splitting them into a
100     separate package, we avoid any kind of dependency on python or ruby in the
101     "ncmpc" package which now suggests ncmpc-lyrics instead of python, ruby.
103  -- Sebastian Harl <sh@tokkee.org>  Sun, 11 Jan 2009 21:36:39 +0100
105 ncmpc (0.12-1) experimental; urgency=low
107   * New upstream release:
108     - Added support for wide characters (Closes: #395407).
109     - Fixed a segfault when working with empty or removed directories
110       (Closes: #471761).
111     - Added command "locate" ('G') which locates a song in the database
112       browser; thanks to Hagen Fuchs for the original patch (Closes: #496450).
113     - Fixed connection handling (Closes: #497359).
114     - Fixed handling of the "timedisplay-type" config option; thanks to Stefan
115       Bender for the original patch (Closes: #497917).
116   * Uploading to experimental because of the Lenny freeze.
117   * debian/control:
118     - Added Homepage and Vcs-{Git,Browser} fields.
119     - Added versioned build dependency on dpkg-dev (>= 1.14.6) to support the
120       new fields.
121     - Suggest (instead of recommend) mpd - server and client may run on
122       different host, so not having both packages installed is not unusual
123       (Closes: #447781).
124     - Updated to Standards-Version 3.8.0.
125     - Build-depend on liblircclient-dev - this is required for lirc support.
126     - Suggest python and ruby - these are required by the lyrics scripts.
127     - Updated package description.
128   * debian/watch:
129     - Query sf.net instead of the old upstream website.
130     - Use uversionmangle to mangle "_alpha" and "_beta".
131   * debian/rules:
132     - Do not try to install upstream ChangeLog and TODO files - they no longer
133       exist.
134     - Do not ignore "make distclean" errors.
135     - -I/usr/include/ncursesw is no longer required - it's now handled by the
136       upstream configure script.
137     - Explicitly enable all features when running the configure script.
138   * debian/menu:
139     - Use section "Applications" instead of "Apps".
141  -- Sebastian Harl <sh@tokkee.org>  Sun, 07 Dec 2008 17:34:07 +0100
143 ncmpc (0.11.1+svn-r3965-2) unstable; urgency=low
145   * New maintainer (Closes: #388425).
146   * Rewrote debian/rules to not use cdbs.
147   * Updated standards version to 3.7.2.
149  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Sep 2006 21:33:38 +0200
151 ncmpc (0.11.1+svn-r3965-1) unstable; urgency=low
153   * New upstream version
154   
155     + includes the patch to implement Tab completion in the
156       libcursesw support part of wreadln.c (closes: #357660)
158     + includes 07-fix-utf8-strlen.diff, which had been contributed by
159       Dmitry Baryshkov. It is therefore removed from the Debian package
160   
161   * debian/copyright: list all copyright holders of any file. Based on
162     latest discussions.
163     + debian/rules: do not install superfluous AUTHORS file anymore
165   * debian/dirs: remove "/usr/bin", it is automatically created
166     
167   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
169  -- René van Bevern <rvb@progn.org>  Tue, 28 Mar 2006 20:20:41 +0200
171 ncmpc (0.11.1+svn-r3896-1) unstable; urgency=low
173   * New upstream release
174     + removed the patches 05-russian-translation.diff,
175       06-russian-typo.diff, they are not needed any more
177     + added patch 07-fix-utf8-strlen.diff by Dmitry Baryshkov to correctly
178       calculate length of UTF-8 strings (closes: #353772)
180   * debian/rules: remove --with-ncursesw from configure options, since
181     upstream has set it to default
183   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
185  -- René van Bevern <rvb@progn.org>  Tue, 21 Feb 2006 10:58:43 +0100
187 ncmpc (0.11.1+svn-r3362-1) unstable; urgency=low
189   * Fresh SVN snapshot
190     + number versions by subversion revisions rather than dates
192   * 05-russian-translation.diff is back, it had not been included
193     upstream, but made it into my svn work tree accidently
195   * include 06-russian-typo.diff from Stepan Golosunov (closes: #328907)
197  -- René van Bevern <rvb@pro-linux.de>  Wed, 14 Dec 2005 17:48:39 +0100
199 ncmpc (0.11.1+svn-20050916-1) unstable; urgency=low
201   * New upstream release (SVN snapshot)
202     + includes fixes for wide character display: (Closes: #326074)
203       - debian/rules: build --with-ncursesw
204                       add /usr/include/libncursesw to include path
205       - debian/control: Build-Depend on libncursesw5-dev
207   * Following patches are removed because they are included upstream:
208     + 01-startup-segfault.diff
209     + 03-xterm-title-crash.diff
210     + 04-german-translation.diff
211     + 05-russian-translation.diff
213   * debian/patches/02-manpage-confdir.diff is party applied upstream and
214     has been adapted.
216   * added watch file
218   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
220  -- René van Bevern <rvb@pro-linux.de>  Fri, 16 Sep 2005 19:52:55 +0200
222 ncmpc (0.11.1-9) unstable; urgency=low
224   * debian/patches/05-russian-translation.diff: patch by
225     Stepan Golosunov <stepan@golosunov.pp.ru> (closes: #326070)
226     + actual encoding of ru.po is koi8-r, not iso-8859-1
228   * debian/copyright: updated adress of the Free Software Foundation
230   * debian/control: updated package description with full sentences and
231     (hopefully) without grammar errors
233   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
235  -- René van Bevern <rvb@pro-linux.de>  Sun,  4 Sep 2005 16:50:17 +0200
237 ncmpc (0.11.1-8) unstable; urgency=low
239   * rebuild for menu transition
240   * update to Standards-Version 3.6.2
241   * switch to cdbs and split my patches into seperate files again
242   * more specific debian/copyright
244   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
246  -- René van Bevern <rvb@pro-linux.de>  Thu, 11 Aug 2005 02:13:45 +0200
248 ncmpc (0.11.1-7) unstable; urgency=low
250   * Closes: #312815: FTBFS: lacks a binary-arch target
252  -- René van Bevern <rvb@pro-linux.de>  Fri, 10 Jun 2005 11:34:27 +0200
254 ncmpc (0.11.1-6) unstable; urgency=low
256   * Use the upstream build system, adapt debian/rules instead
257   * loosened the build dependecies (no automake and autoconf)
258   * added homepage URL to description
259   * backport of svn against upstream crash #360
260     see: http://www.musicpd.org/mantis/view.php?id=360
261   * dropped dpatch in favor of Darcs (README.Packaging)
263  -- René van Bevern <rvb@pro-linux.de>  Fri,  3 Jun 2005 13:53:27 +0200
265 ncmpc (0.11.1-5) unstable; urgency=low
267   * Closes: #306163: compile with search and clock feature
268   * Closes: #306260: Looks for global config file in /usr/etc instead of /etc
270   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
272  -- Rene van Bevern (RvB) <rvb@pro-linux.de>  Mon, 25 Apr 2005 16:27:14 +0200
274 ncmpc (0.11.1-4) unstable; urgency=low
276   * don't install a ChangeLog.gz through dh_installdocs because
277     it is installed by dh_installchangelogs
278   * Closes: #304246: doesn't work when not specifying password
280   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
282  -- Rene van Bevern (RvB) <rvb@pro-linux.de>  Tue, 12 Apr 2005 13:32:30 +0200
284 ncmpc (0.11.1-3) unstable; urgency=low
286   * Closes: #267942: ITP: ncmpc -- An ncurses client for Music Player Daemon (MPD)
287   * fix location of user configuration file in manual page
288   * fix a segmentation fault when password is neither given as a command line
289     option nor as an environment variable
290   * little corrections of the german localization
291   * use dpatch
292   * add menu support
294   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
296  -- Rene van Bevern (RvB) <rvb@pro-linux.de>  Sun, 10 Apr 2005 11:42:43 +0200
298 ncmpc (0.11.1-2) unreleased; urgency=low
300   * get rid of empty /usr/sbin and /usr/share/ncmpc in package
302  -- Rene van Bevern (RvB) <rvb@pro-linux.de>  Fri,  8 Apr 2005 18:46:35 +0200
304 ncmpc (0.11.1-1) unreleased; urgency=low
306   * Initial Release.
308  -- Rene van Bevern (RvB) <rvb@pro-linux.de>  Wed, 30 Mar 2005 18:35:27 +0200