X-Git-Url: http://git.sven.stormbind.net/?a=blobdiff_plain;f=debian%2Fchangelog;h=f2506fc85955a5dcbe08ee3a5b65e5b6447a27b5;hb=2477fdb7780bc1a67561772b3fbcb85e82b73376;hp=5be252c7a6fda7bf6fcdcc609f5aebfaea348fca;hpb=2abe9e1fc7dff54f46d5316136af050a36ad9d42;p=sven%2Ffuse-exfat.git diff --git a/debian/changelog b/debian/changelog index 5be252c..f2506fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,49 @@ +fuse-exfat (1.0.0-2.1) UNRELEASED; urgency=low + + * Update years in debian/copyright. + + -- Sven Hoexter Fri, 25 Jan 2013 22:54:46 +0100 + +fuse-exfat (1.0.0-2) unstable; urgency=low + + * Build depend on quilt, use dh --with quilt. + * Add debian/patches/fix-fuse-read-write-return-r336.patch + Fixes "Operation not permitted" error reporting on empty files. + * Add debian/patches/fix-unexpected-removal-on-dir-move-r337.patch + Fixes unexpected removal of a directory if you move it into itself. + + -- Sven Hoexter Fri, 25 Jan 2013 22:48: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.