Code

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