]> git.sven.stormbind.net Git - sven/fuse-exfat.git/blob - debian/changelog
b3b2ddef38c4dc2906e9270742dff40f669cacfc
[sven/fuse-exfat.git] / debian / changelog
1 fuse-exfat (1.1.0-2+deb8u1) UNRELEASED; urgency=medium
2
3   * Add the fix for https://github.com/relan/exfat/issues/5 found
4     and reported by The Fuzzing Project. Check sector and cluster size.
5
6  --
7
8 fuse-exfat (1.1.0-2) unstable; urgency=low
9
10   * Remove debian/watch - recent changes at Google code required
11     different download links which do not contain readable hrefs.
12   * Extent debian/copyright up to 2014.
13   * Update debian/copyright license statement - with 1.1.0 upstream
14     relicensed from GPLv3 to GPLv2 or later.
15   * Update link in debian/copyright to the download location.
16   * Add "-D_GNU_SOURCE" unconditionally to the list of CCFLAGS, needed
17     to build on kfreebsd.
18
19  -- Sven Hoexter <hoexter@debian.org>  Mon, 01 Sep 2014 09:38:38 +0200
20
21 fuse-exfat (1.1.0-1) unstable; urgency=low
22
23   * New upstream release (Closes: #759155). 
24     + Fixes invalid inode output in df (Closes: # 746735)
25   * Added "-Wall -std=c99" to the CFLAGS from the list of default
26     flags given in the upstream SConstruct file.
27   * Standards-Version: 3.9.5, no changes required.
28
29  -- Sven Hoexter <hoexter@debian.org>  Mon, 25 Aug 2014 18:45:19 +0200
30
31 fuse-exfat (1.0.1-1) unstable; urgency=low
32
33   * New upstream release
34   * Remove all patches and usage of quilt.
35   * Update years in debian/copyright.
36
37  -- Sven Hoexter <hoexter@debian.org>  Thu, 07 Feb 2013 20:47:49 +0100
38
39 fuse-exfat (1.0.0-2) unstable; urgency=low
40
41   * Build depend on quilt, use dh --with quilt.
42   * Add debian/patches/fix-fuse-read-write-return-r336.patch
43     Fixes "Operation not permitted" error reporting on empty files.
44   * Add debian/patches/fix-unexpected-removal-on-dir-move-r337.patch
45     Fixes unexpected removal of a directory if you move it into itself.
46
47  -- Sven Hoexter <hoexter@debian.org>  Fri, 25 Jan 2013 22:48:16 +0100
48
49 fuse-exfat (1.0.0-1) unstable; urgency=low
50
51   * New upstream release
52
53  -- Sven Hoexter <hoexter@debian.org>  Tue, 23 Jan 2013 21:06:21 +0100
54
55 fuse-exfat (0.9.8-3) experimental; urgency=low
56
57   * Revert the change from 0.9.8-2, the correct fix is
58     to assign CFLAGS to CCFLAGS so the correct set of common
59     flags will be picked up by scons.
60
61  -- Sven Hoexter <hoexter@debian.org>  Thu, 25 Oct 2012 17:09:19 +0200
62
63 fuse-exfat (0.9.8-2) experimental; urgency=low
64
65   * Build without -fPIE - hardening flags -pie.
66
67  -- Sven Hoexter <hoexter@debian.org>  Thu, 25 Oct 2012 12:41:07 +0200
68
69 fuse-exfat (0.9.8-1) experimental; urgency=low
70
71   * New upstream release.
72   * Dropped all patches - merged upstream.
73   * Dropped all usage of quilt - currently not required.
74   * No longer use CFLAGS as CCFLAGS, the SConstruct file
75     now honors CCFLAGS.
76   
77  -- Sven Hoexter <hoexter@debian.org>  Sun, 12 Aug 2012 20:05:10 +0200
78
79 fuse-exfat (0.9.7-2) unstable; urgency=low
80
81   * Switch from dh compat level 8 to 9.
82   * Enable all hardening flags via DEB_BUILD_MAINT_OPTIONS.
83   * Export CFLAGS as CCFLAGS which is honored by the current
84     SConstruct file.
85   * Symlink mount.exfat-fuse to mount.exfat. This should ease the
86     integration with the automount functionality in thunar.
87     Thanks to Bob Valantin <valantin89@gmail.com>. (Closes: #673517)
88   * Add debian/patches/honor-cppflags - scons should use exported CPPFLAGS.
89   * Add debian/patches/utf16-fix - fix handling of characters beyond BMP.
90     Thanks to Vladimir Serbinenko <phcoder@gmail.com>. (Closes: #672898)
91   * Add build-dep on quilt, use dh quilt addon in debian/rules.
92   * Add README.source to reference quilt.
93
94  -- Sven Hoexter <hoexter@debian.org>  Mon, 21 May 2012 21:18:39 +0200
95
96 fuse-exfat (0.9.7-1) unstable; urgency=low
97
98   * New upstream release.
99   * Remove config.log, in the clean target (via override dh_auto_clean).
100   * Bump Standards-Version to 3.9.3 - no changes required.
101
102  -- Sven Hoexter <hoexter@debian.org>  Fri, 09 Mar 2012 21:20:25 +0100
103
104 fuse-exfat (0.9.6-1) unstable; urgency=low
105
106   * New upstream release.
107
108  -- Sven Hoexter <hoexter@debian.org>  Sat, 14 Jan 2012 18:20:33 +0100
109
110 fuse-exfat (0.9.5-1) unstable; urgency=low
111
112   * Initial release. (Closes: #625611)
113
114  -- Sven Hoexter <hoexter@debian.org>  Mon, 02 Jan 2012 12:58:18 +0100