Code

Do not try to install upstream ChangeLog - this file no longer exists.
[pkg-ncmpc.git] / debian / changelog
1 ncmpc (0.12~beta2-1) experimental; urgency=low
3   * New upstream release:
4     - Added support for wide characters (Closes: #395407).
5     - Fixed a segfault when working with empty or removed directories
6       (Closes: #471761).
7     - Fixed connection handling (Closes: #497359).
8     - Fixed handling of the "timedisplay-type" config option; thanks to Stefan
9       Bender for the original patch (Closes: #497917).
10   * Uploading to experimental because of the Lenny freeze and because this is
11     just a beta release.
12   * debian/control:
13     - Added Homepage and Vcs-{Git,Browser} fields.
14     - Added versioned build dependency on dpkg-dev (>= 1.14.6) to support the
15       new fields.
16     - Suggest (instead of recommend) mpd - server and client may run on
17       different host, so not having both packages installed is not unusual
18       (Closes: #447781).
19   * debian/watch:
20     - Query sf.net instead of the old upstream website.
21     - Use uversionmangle to mangle "_alpha" and "_beta".
22   * debian/rules:
23     - Do not try to install upstream ChangeLog - this file no longer exists.
25  -- Sebastian Harl <sh@tokkee.org>  Thu, 04 Dec 2008 19:28:49 +0100
27 ncmpc (0.11.1+svn-r3965-2) unstable; urgency=low
29   * New maintainer (Closes: #388425).
30   * Rewrote debian/rules to not use cdbs.
31   * Updated standards version to 3.7.2.
33  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Sep 2006 21:33:38 +0200
35 ncmpc (0.11.1+svn-r3965-1) unstable; urgency=low
37   * New upstream version
38   
39     + includes the patch to implement Tab completion in the
40       libcursesw support part of wreadln.c (closes: #357660)
42     + includes 07-fix-utf8-strlen.diff, which had been contributed by
43       Dmitry Baryshkov. It is therefore removed from the Debian package
44   
45   * debian/copyright: list all copyright holders of any file. Based on
46     latest discussions.
47     + debian/rules: do not install superfluous AUTHORS file anymore
49   * debian/dirs: remove "/usr/bin", it is automatically created
50     
51   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
53  -- René van Bevern <rvb@progn.org>  Tue, 28 Mar 2006 20:20:41 +0200
55 ncmpc (0.11.1+svn-r3896-1) unstable; urgency=low
57   * New upstream release
58     + removed the patches 05-russian-translation.diff,
59       06-russian-typo.diff, they are not needed any more
61     + added patch 07-fix-utf8-strlen.diff by Dmitry Baryshkov to correctly
62       calculate length of UTF-8 strings (closes: #353772)
64   * debian/rules: remove --with-ncursesw from configure options, since
65     upstream has set it to default
67   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
69  -- René van Bevern <rvb@progn.org>  Tue, 21 Feb 2006 10:58:43 +0100
71 ncmpc (0.11.1+svn-r3362-1) unstable; urgency=low
73   * Fresh SVN snapshot
74     + number versions by subversion revisions rather than dates
76   * 05-russian-translation.diff is back, it had not been included
77     upstream, but made it into my svn work tree accidently
79   * include 06-russian-typo.diff from Stepan Golosunov (closes: #328907)
81  -- René van Bevern <rvb@pro-linux.de>  Wed, 14 Dec 2005 17:48:39 +0100
83 ncmpc (0.11.1+svn-20050916-1) unstable; urgency=low
85   * New upstream release (SVN snapshot)
86     + includes fixes for wide character display: (Closes: #326074)
87       - debian/rules: build --with-ncursesw
88                       add /usr/include/libncursesw to include path
89       - debian/control: Build-Depend on libncursesw5-dev
91   * Following patches are removed because they are included upstream:
92     + 01-startup-segfault.diff
93     + 03-xterm-title-crash.diff
94     + 04-german-translation.diff
95     + 05-russian-translation.diff
97   * debian/patches/02-manpage-confdir.diff is party applied upstream and
98     has been adapted.
100   * added watch file
102   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
104  -- René van Bevern <rvb@pro-linux.de>  Fri, 16 Sep 2005 19:52:55 +0200
106 ncmpc (0.11.1-9) unstable; urgency=low
108   * debian/patches/05-russian-translation.diff: patch by
109     Stepan Golosunov <stepan@golosunov.pp.ru> (closes: #326070)
110     + actual encoding of ru.po is koi8-r, not iso-8859-1
112   * debian/copyright: updated adress of the Free Software Foundation
114   * debian/control: updated package description with full sentences and
115     (hopefully) without grammar errors
117   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
119  -- René van Bevern <rvb@pro-linux.de>  Sun,  4 Sep 2005 16:50:17 +0200
121 ncmpc (0.11.1-8) unstable; urgency=low
123   * rebuild for menu transition
124   * update to Standards-Version 3.6.2
125   * switch to cdbs and split my patches into seperate files again
126   * more specific debian/copyright
128   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
130  -- René van Bevern <rvb@pro-linux.de>  Thu, 11 Aug 2005 02:13:45 +0200
132 ncmpc (0.11.1-7) unstable; urgency=low
134   * Closes: #312815: FTBFS: lacks a binary-arch target
136  -- René van Bevern <rvb@pro-linux.de>  Fri, 10 Jun 2005 11:34:27 +0200
138 ncmpc (0.11.1-6) unstable; urgency=low
140   * Use the upstream build system, adapt debian/rules instead
141   * loosened the build dependecies (no automake and autoconf)
142   * added homepage URL to description
143   * backport of svn against upstream crash #360
144     see: http://www.musicpd.org/mantis/view.php?id=360
145   * dropped dpatch in favor of Darcs (README.Packaging)
147  -- René van Bevern <rvb@pro-linux.de>  Fri,  3 Jun 2005 13:53:27 +0200
149 ncmpc (0.11.1-5) unstable; urgency=low
151   * Closes: #306163: compile with search and clock feature
152   * Closes: #306260: Looks for global config file in /usr/etc instead of /etc
154   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
156  -- Rene van Bevern (RvB) <rvb@pro-linux.de>  Mon, 25 Apr 2005 16:27:14 +0200
158 ncmpc (0.11.1-4) unstable; urgency=low
160   * don't install a ChangeLog.gz through dh_installdocs because
161     it is installed by dh_installchangelogs
162   * Closes: #304246: doesn't work when not specifying password
164   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
166  -- Rene van Bevern (RvB) <rvb@pro-linux.de>  Tue, 12 Apr 2005 13:32:30 +0200
168 ncmpc (0.11.1-3) unstable; urgency=low
170   * Closes: #267942: ITP: ncmpc -- An ncurses client for Music Player Daemon (MPD)
171   * fix location of user configuration file in manual page
172   * fix a segmentation fault when password is neither given as a command line
173     option nor as an environment variable
174   * little corrections of the german localization
175   * use dpatch
176   * add menu support
178   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
180  -- Rene van Bevern (RvB) <rvb@pro-linux.de>  Sun, 10 Apr 2005 11:42:43 +0200
182 ncmpc (0.11.1-2) unreleased; urgency=low
184   * get rid of empty /usr/sbin and /usr/share/ncmpc in package
186  -- Rene van Bevern (RvB) <rvb@pro-linux.de>  Fri,  8 Apr 2005 18:46:35 +0200
188 ncmpc (0.11.1-1) unreleased; urgency=low
190   * Initial Release.
192  -- Rene van Bevern (RvB) <rvb@pro-linux.de>  Wed, 30 Mar 2005 18:35:27 +0200