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