1 fuse-exfat (1.2.8-2) UNRELEASED; urgency=medium
3 * Update d/copyright up to 2018.
5 -- Sven Hoexter <hoexter@debian.org> Sat, 03 Feb 2018 22:56:31 +0100
7 fuse-exfat (1.2.8-1) unstable; urgency=medium
9 * New upstream release.
10 * Increment dh compat level to 11.
11 * Remove --with autoreconf from dh invocation, it's default since
13 * Update VCS-Git URL to a working https endpoint.
14 * Update Standards-Version to 4.3.1.
16 -- Sven Hoexter <hoexter@debian.org> Sat, 03 Feb 2018 19:35:26 +0100
18 fuse-exfat (1.2.7-1) unstable; urgency=medium
20 * New upstream release.
21 + Fixed handling of two last clusters: operations with files that occupy
22 these clusters could fail. (Closes: #865487)
23 * Update Standards-Version to 4.0.0.
25 -- Sven Hoexter <hoexter@debian.org> Sun, 25 Jun 2017 10:03:32 +0200
27 fuse-exfat (1.2.6-1) unstable; urgency=medium
29 * New upstream release.
31 -- Sven Hoexter <hoexter@debian.org> Mon, 15 May 2017 17:26:51 +0200
33 fuse-exfat (1.2.5-2) unstable; urgency=medium
35 * Move from autotools-dev to dh-autoreconf to ease backporting.
36 Patch provided by Nicholas D Steeves. (Closes: #851920)
38 -- Sven Hoexter <hoexter@debian.org> Fri, 20 Jan 2017 11:05:59 +0100
40 fuse-exfat (1.2.5-1) unstable; urgency=medium
42 * New upstream release.
44 -- Sven Hoexter <hoexter@debian.org> Wed, 07 Dec 2016 18:13:34 +0100
46 fuse-exfat (1.2.4-1) unstable; urgency=medium
48 * New upstream release. Closes: #828057
49 * Bump Standards-Version to 3.9.8 - no changes required.
51 -- Sven Hoexter <hoexter@debian.org> Sat, 25 Jun 2016 14:37:19 +0200
53 fuse-exfat (1.2.3-1) unstable; urgency=medium
55 * New upstream release.
56 + Fixed clusters loss when file renaming replaces target.
58 -- Sven Hoexter <hoexter@debian.org> Tue, 22 Dec 2015 14:21:58 +0100
60 fuse-exfat (1.2.2-1) unstable; urgency=low
62 * New upstream release.
63 + Drop patch kfreebsd-compat, applied upstream.
65 -- Sven Hoexter <hoexter@debian.org> Sun, 06 Dec 2015 14:28:59 +0100
67 fuse-exfat (1.2.1-2) unstable; urgency=low
69 * Change source format to 3.0.
70 * Add d/patches/kfreebsd-compat to support GNU/kfreebsd.
72 -- Sven Hoexter <hoexter@debian.org> Wed, 07 Oct 2015 13:06:29 +0200
74 fuse-exfat (1.2.1-1) unstable; urgency=low
76 * New upstream release
77 + Moves from scons to autotools.
78 + Includes a fix for CVE-2015-8026.
79 * Build-Depend on autotools-dev and pkg-config instead of scons.
80 * Set --sbindir=/sbin to stay consistent with the current install location.
81 * Remove d/install, no longer required.
82 * Enable autotools_dev addon for debhelper.
83 * Bump Standards-Version to 3.9.6 - no changes required.
84 * Update Homepage and copyright years.
85 * Readd a watch file pointing at the github release page.
87 -- Sven Hoexter <hoexter@debian.org> Wed, 07 Oct 2015 11:41:58 +0200
89 fuse-exfat (1.1.0-2) unstable; urgency=low
91 * Remove debian/watch - recent changes at Google code required
92 different download links which do not contain readable hrefs.
93 * Extent debian/copyright up to 2014.
94 * Update debian/copyright license statement - with 1.1.0 upstream
95 relicensed from GPLv3 to GPLv2 or later.
96 * Update link in debian/copyright to the download location.
97 * Add "-D_GNU_SOURCE" unconditionally to the list of CCFLAGS, needed
100 -- Sven Hoexter <hoexter@debian.org> Mon, 01 Sep 2014 09:38:38 +0200
102 fuse-exfat (1.1.0-1) unstable; urgency=low
104 * New upstream release (Closes: #759155).
105 + Fixes invalid inode output in df (Closes: # 746735)
106 * Added "-Wall -std=c99" to the CFLAGS from the list of default
107 flags given in the upstream SConstruct file.
108 * Standards-Version: 3.9.5, no changes required.
110 -- Sven Hoexter <hoexter@debian.org> Mon, 25 Aug 2014 18:45:19 +0200
112 fuse-exfat (1.0.1-1) unstable; urgency=low
114 * New upstream release
115 * Remove all patches and usage of quilt.
116 * Update years in debian/copyright.
118 -- Sven Hoexter <hoexter@debian.org> Thu, 07 Feb 2013 20:47:49 +0100
120 fuse-exfat (1.0.0-2) unstable; urgency=low
122 * Build depend on quilt, use dh --with quilt.
123 * Add debian/patches/fix-fuse-read-write-return-r336.patch
124 Fixes "Operation not permitted" error reporting on empty files.
125 * Add debian/patches/fix-unexpected-removal-on-dir-move-r337.patch
126 Fixes unexpected removal of a directory if you move it into itself.
128 -- Sven Hoexter <hoexter@debian.org> Fri, 25 Jan 2013 22:48:16 +0100
130 fuse-exfat (1.0.0-1) unstable; urgency=low
132 * New upstream release
134 -- Sven Hoexter <hoexter@debian.org> Tue, 23 Jan 2013 21:06:21 +0100
136 fuse-exfat (0.9.8-3) experimental; urgency=low
138 * Revert the change from 0.9.8-2, the correct fix is
139 to assign CFLAGS to CCFLAGS so the correct set of common
140 flags will be picked up by scons.
142 -- Sven Hoexter <hoexter@debian.org> Thu, 25 Oct 2012 17:09:19 +0200
144 fuse-exfat (0.9.8-2) experimental; urgency=low
146 * Build without -fPIE - hardening flags -pie.
148 -- Sven Hoexter <hoexter@debian.org> Thu, 25 Oct 2012 12:41:07 +0200
150 fuse-exfat (0.9.8-1) experimental; urgency=low
152 * New upstream release.
153 * Dropped all patches - merged upstream.
154 * Dropped all usage of quilt - currently not required.
155 * No longer use CFLAGS as CCFLAGS, the SConstruct file
158 -- Sven Hoexter <hoexter@debian.org> Sun, 12 Aug 2012 20:05:10 +0200
160 fuse-exfat (0.9.7-2) unstable; urgency=low
162 * Switch from dh compat level 8 to 9.
163 * Enable all hardening flags via DEB_BUILD_MAINT_OPTIONS.
164 * Export CFLAGS as CCFLAGS which is honored by the current
166 * Symlink mount.exfat-fuse to mount.exfat. This should ease the
167 integration with the automount functionality in thunar.
168 Thanks to Bob Valantin <valantin89@gmail.com>. (Closes: #673517)
169 * Add debian/patches/honor-cppflags - scons should use exported CPPFLAGS.
170 * Add debian/patches/utf16-fix - fix handling of characters beyond BMP.
171 Thanks to Vladimir Serbinenko <phcoder@gmail.com>. (Closes: #672898)
172 * Add build-dep on quilt, use dh quilt addon in debian/rules.
173 * Add README.source to reference quilt.
175 -- Sven Hoexter <hoexter@debian.org> Mon, 21 May 2012 21:18:39 +0200
177 fuse-exfat (0.9.7-1) unstable; urgency=low
179 * New upstream release.
180 * Remove config.log, in the clean target (via override dh_auto_clean).
181 * Bump Standards-Version to 3.9.3 - no changes required.
183 -- Sven Hoexter <hoexter@debian.org> Fri, 09 Mar 2012 21:20:25 +0100
185 fuse-exfat (0.9.6-1) unstable; urgency=low
187 * New upstream release.
189 -- Sven Hoexter <hoexter@debian.org> Sat, 14 Jan 2012 18:20:33 +0100
191 fuse-exfat (0.9.5-1) unstable; urgency=low
193 * Initial release. (Closes: #625611)
195 -- Sven Hoexter <hoexter@debian.org> Mon, 02 Jan 2012 12:58:18 +0100