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