X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=debian%2Fchangelog;h=26b7e4cd271d0daeb332fa67848c6ba0b9d16eb6;hb=1921d74566f952631fdbb09af3072f5c861f8164;hp=781c94df02ab49c96a3865b957fb83be206ac27e;hpb=24a321bca2c2e4784320485551a3166850294de8;p=sven%2Ffuse-exfat.git diff --git a/debian/changelog b/debian/changelog index 781c94d..26b7e4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,58 @@ +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. + * 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.