Code

Updated changelog.
[pkg-ncmpc.git] / debian / changelog
1 ncmpc (0.11.1+svn-r3965-2) unstable; urgency=low
3   * New maintainer (Closes: #388425).
4   * Rewrote debian/rules to not use cdbs.
5   * Updated standards version to 3.7.2.
7  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Sep 2006 21:33:38 +0200
9 ncmpc (0.11.1+svn-r3965-1) unstable; urgency=low
11   * New upstream version
12   
13     + includes the patch to implement Tab completion in the
14       libcursesw support part of wreadln.c (closes: #357660)
16     + includes 07-fix-utf8-strlen.diff, which had been contributed by
17       Dmitry Baryshkov. It is therefore removed from the Debian package
18   
19   * debian/copyright: list all copyright holders of any file. Based on
20     latest discussions.
21     + debian/rules: do not install superfluous AUTHORS file anymore
23   * debian/dirs: remove "/usr/bin", it is automatically created
24     
25   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
27  -- René van Bevern <rvb@progn.org>  Tue, 28 Mar 2006 20:20:41 +0200
29 ncmpc (0.11.1+svn-r3896-1) unstable; urgency=low
31   * New upstream release
32     + removed the patches 05-russian-translation.diff,
33       06-russian-typo.diff, they are not needed any more
35     + added patch 07-fix-utf8-strlen.diff by Dmitry Baryshkov to correctly
36       calculate length of UTF-8 strings (closes: #353772)
38   * debian/rules: remove --with-ncursesw from configure options, since
39     upstream has set it to default
41   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
43  -- René van Bevern <rvb@progn.org>  Tue, 21 Feb 2006 10:58:43 +0100
45 ncmpc (0.11.1+svn-r3362-1) unstable; urgency=low
47   * Fresh SVN snapshot
48     + number versions by subversion revisions rather than dates
50   * 05-russian-translation.diff is back, it had not been included
51     upstream, but made it into my svn work tree accidently
53   * include 06-russian-typo.diff from Stepan Golosunov (closes: #328907)
55  -- René van Bevern <rvb@pro-linux.de>  Wed, 14 Dec 2005 17:48:39 +0100
57 ncmpc (0.11.1+svn-20050916-1) unstable; urgency=low
59   * New upstream release (SVN snapshot)
60     + includes fixes for wide character display: (Closes: #326074)
61       - debian/rules: build --with-ncursesw
62                       add /usr/include/libncursesw to include path
63       - debian/control: Build-Depend on libncursesw5-dev
65   * Following patches are removed because they are included upstream:
66     + 01-startup-segfault.diff
67     + 03-xterm-title-crash.diff
68     + 04-german-translation.diff
69     + 05-russian-translation.diff
71   * debian/patches/02-manpage-confdir.diff is party applied upstream and
72     has been adapted.
74   * added watch file
76   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
78  -- René van Bevern <rvb@pro-linux.de>  Fri, 16 Sep 2005 19:52:55 +0200
80 ncmpc (0.11.1-9) unstable; urgency=low
82   * debian/patches/05-russian-translation.diff: patch by
83     Stepan Golosunov <stepan@golosunov.pp.ru> (closes: #326070)
84     + actual encoding of ru.po is koi8-r, not iso-8859-1
86   * debian/copyright: updated adress of the Free Software Foundation
88   * debian/control: updated package description with full sentences and
89     (hopefully) without grammar errors
91   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
93  -- René van Bevern <rvb@pro-linux.de>  Sun,  4 Sep 2005 16:50:17 +0200
95 ncmpc (0.11.1-8) unstable; urgency=low
97   * rebuild for menu transition
98   * update to Standards-Version 3.6.2
99   * switch to cdbs and split my patches into seperate files again
100   * more specific debian/copyright
102   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
104  -- René van Bevern <rvb@pro-linux.de>  Thu, 11 Aug 2005 02:13:45 +0200
106 ncmpc (0.11.1-7) unstable; urgency=low
108   * Closes: #312815: FTBFS: lacks a binary-arch target
110  -- René van Bevern <rvb@pro-linux.de>  Fri, 10 Jun 2005 11:34:27 +0200
112 ncmpc (0.11.1-6) unstable; urgency=low
114   * Use the upstream build system, adapt debian/rules instead
115   * loosened the build dependecies (no automake and autoconf)
116   * added homepage URL to description
117   * backport of svn against upstream crash #360
118     see: http://www.musicpd.org/mantis/view.php?id=360
119   * dropped dpatch in favor of Darcs (README.Packaging)
121  -- René van Bevern <rvb@pro-linux.de>  Fri,  3 Jun 2005 13:53:27 +0200
123 ncmpc (0.11.1-5) unstable; urgency=low
125   * Closes: #306163: compile with search and clock feature
126   * Closes: #306260: Looks for global config file in /usr/etc instead of /etc
128   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
130  -- Rene van Bevern (RvB) <rvb@pro-linux.de>  Mon, 25 Apr 2005 16:27:14 +0200
132 ncmpc (0.11.1-4) unstable; urgency=low
134   * don't install a ChangeLog.gz through dh_installdocs because
135     it is installed by dh_installchangelogs
136   * Closes: #304246: doesn't work when not specifying password
138   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
140  -- Rene van Bevern (RvB) <rvb@pro-linux.de>  Tue, 12 Apr 2005 13:32:30 +0200
142 ncmpc (0.11.1-3) unstable; urgency=low
144   * Closes: #267942: ITP: ncmpc -- An ncurses client for Music Player Daemon (MPD)
145   * fix location of user configuration file in manual page
146   * fix a segmentation fault when password is neither given as a command line
147     option nor as an environment variable
148   * little corrections of the german localization
149   * use dpatch
150   * add menu support
152   * Upload sponsored by Norbert Tretkowski <nobse@debian.org>
154  -- Rene van Bevern (RvB) <rvb@pro-linux.de>  Sun, 10 Apr 2005 11:42:43 +0200
156 ncmpc (0.11.1-2) unreleased; urgency=low
158   * get rid of empty /usr/sbin and /usr/share/ncmpc in package
160  -- Rene van Bevern (RvB) <rvb@pro-linux.de>  Fri,  8 Apr 2005 18:46:35 +0200
162 ncmpc (0.11.1-1) unreleased; urgency=low
164   * Initial Release.
166  -- Rene van Bevern (RvB) <rvb@pro-linux.de>  Wed, 30 Mar 2005 18:35:27 +0200