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