X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Ffuse-exfat.git;a=blobdiff_plain;f=debian%2Fchangelog;h=3cbb27677c1be66d87f9ffac3a5c61616a446412;hp=452ecfcdfbda974fa62c7360694b7fc20e9a8c35;hb=d34e84665be5f0aa6e92f12f8c0968e3a8d7ef11;hpb=ab7910285489fc2655a2e385f6c311aaa5e3c668 diff --git a/debian/changelog b/debian/changelog index 452ecfc..3cbb276 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,40 @@ -fuse-exfat (0.9.7-2) UNRELEASED; urgency=low +fuse-exfat (1.0.0-2) UNRELEASED; urgency=low + + * Build depend on quilt, use dh --with quilt. + + -- Sven Hoexter Fri, 25 Jan 2013 21:53:16 +0100 + +fuse-exfat (1.0.0-1) unstable; urgency=low + + * New upstream release + + -- Sven Hoexter Tue, 23 Jan 2013 21:06:21 +0100 + +fuse-exfat (0.9.8-3) experimental; urgency=low + + * Revert the change from 0.9.8-2, the correct fix is + to assign CFLAGS to CCFLAGS so the correct set of common + flags will be picked up by scons. + + -- Sven Hoexter Thu, 25 Oct 2012 17:09:19 +0200 + +fuse-exfat (0.9.8-2) experimental; urgency=low + + * Build without -fPIE - hardening flags -pie. + + -- Sven Hoexter Thu, 25 Oct 2012 12:41:07 +0200 + +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. @@ -7,8 +43,13 @@ fuse-exfat (0.9.7-2) UNRELEASED; urgency=low * 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 Thu, 17 May 2012 14:47:47 +0200 + -- Sven Hoexter Mon, 21 May 2012 21:18:39 +0200 fuse-exfat (0.9.7-1) unstable; urgency=low