Code

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