Code

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