Code

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