X-Git-Url: http://git.sven.stormbind.net/?a=blobdiff_plain;f=debian%2Fchangelog;h=a0f4b40a786bea57b432b2afe657bb934985837b;hb=895f8fc8a4370f8066a3dc76b362f9ae5f4f4a7c;hp=c67bcfa646bd7edc9977b5029e02467f0f94aa01;hpb=82195ff6aa08842d67df11170c4ef939809e8a22;p=sven%2Ffuse-exfat.git diff --git a/debian/changelog b/debian/changelog index c67bcfa..a0f4b40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,44 @@ +fuse-exfat (0.9.8-1) experimental; urgency=low + + * New upstream release. + * Dropped all patches - merged upstream. + * Dropped all usage of quilt - currently not required. + * No longer use CFLAGS as CCFLAGS, the SConstruct file + now honors CCFLAGS. + + -- Sven Hoexter Sun, 12 Aug 2012 20:05:10 +0200 + +fuse-exfat (0.9.7-2) unstable; urgency=low + + * Switch from dh compat level 8 to 9. + * Enable all hardening flags via DEB_BUILD_MAINT_OPTIONS. + * Export CFLAGS as CCFLAGS which is honored by the current + SConstruct file. + * Symlink mount.exfat-fuse to mount.exfat. This should ease the + integration with the automount functionality in thunar. + Thanks to Bob Valantin . (Closes: #673517) + * 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 . (Closes: #672898) + * Add build-dep on quilt, use dh quilt addon in debian/rules. + * Add README.source to reference quilt. + + -- Sven Hoexter Mon, 21 May 2012 21:18:39 +0200 + +fuse-exfat (0.9.7-1) unstable; urgency=low + + * New upstream release. + * Remove config.log, in the clean target (via override dh_auto_clean). + * Bump Standards-Version to 3.9.3 - no changes required. + + -- Sven Hoexter Fri, 09 Mar 2012 21:20:25 +0100 + +fuse-exfat (0.9.6-1) unstable; urgency=low + + * New upstream release. + + -- Sven Hoexter Sat, 14 Jan 2012 18:20:33 +0100 + fuse-exfat (0.9.5-1) unstable; urgency=low * Initial release. (Closes: #625611)