Code

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