X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=debian%2Fchangelog;h=d00841ca74e92559b8caef59635b51d34ba062ca;hp=53887aae8518c3f7c1c214dee4da96df4be6420f;hb=aeaa1d59518b2b750c600517872cd86a949c4e9c;hpb=6a2a7efc55f7a018b3cf30047f1f2bd3d629869f diff --git a/debian/changelog b/debian/changelog index 53887aa..d00841c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +exfat-utils (0.9.7-2) UNRELEASED; urgency=low + + * Move manual link creation from debian/rules to debian/links + and thus make use of dh_link. + * Switch dh compat level from 8 to 9. + * Enable all hardening flags via DEB_BUILD_MAINT_OPTIONS. + * Export CFLAGS as CCFLAGS which is honored by the current + SConstruct file. + * Add debian/patches/honor-cppflags - scons should use exported + CPPFLAGS. + * Add debian/patches/utf16-fix - fix handling of characters beyond BMP. + Thanks to Vladimir Serbinenko . + * Add build-dep on quilt, use dh quilt addon in debian/rules. + + -- Sven Hoexter Thu, 17 May 2012 13:50:03 +0200 + +exfat-utils (0.9.7-1) unstable; urgency=low + + * New upstream release. + * Bump Standards-Version to 3.9.3 - no changes required. + * Remove config.log, in the clean target (via override dh_auto_clean). + + -- Sven Hoexter Fri, 09 Mar 2012 21:19:25 +0100 + +exfat-utils (0.9.6-1) unstable; urgency=low + + * New upstream release. + + -- Sven Hoexter Sat, 14 Jan 2012 18:21:18 +0100 + exfat-utils (0.9.5-1) unstable; urgency=low * Initial release. (Closes: #625611)