Code

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