X-Git-Url: https://git.tokkee.org/?p=pkg-ncmpc.git;a=blobdiff_plain;f=debian%2Fchangelog;h=b14251b23fa7080747b528dfff6db0f4d0c57757;hp=fda47dc0d565b7fa7c880b2ce439ebd9f780427f;hb=99e33724f588f462d16a26f20af2d80a8cf4af18;hpb=5650680499ad5e33c891794b1ffa20e25c87d8b2 diff --git a/debian/changelog b/debian/changelog index fda47dc..b14251b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,28 @@ +ncmpc (0.21-1) UNRELEASED; urgency=low + + * New upstream release (Closes: #659815). + - Fixes a crash on the lyrics screen; thanks to Jonathan Neuschäfer for + reporting this (Closes: #638830). + - Fixes linking with ld --as-needed; thanks to Matthias Klose for + reporting this (Closes: #641612). + - Fixes connection reporting when using $MPD_HOST; thanks to Daniel Kahn + Gillmor for reporting this (Closes: #605710). + * debian/control: + - Build-depend on libmpdclient-dev (>= 2.5~); this is required for the new + chat screen. + * debian/rules: + - Enable chat-screen feature. + - Split build target into build-arch and build-indep. + - Use dpkg-buildflags to get CPPFLAGS, CFLAGS, and LDFLAGS. + * debian/control, debian/rules: + - Enable documentation and build-depend on doxygen. + * debian/patches, debian/control: + - Dropped bts589660-updated-manpage; merged upstream. + - Dropped build-dependency on dpatch. + - Dropped debian/README.source. + + -- Sebastian Harl Sat, 23 Nov 2013 20:33:15 +0100 + ncmpc (0.17-1) unstable; urgency=low * New upstream release.