]> git.sven.stormbind.net Git - sven/fuse-exfat.git/blob - debian/changelog
Update d/copyright up to 2018.
[sven/fuse-exfat.git] / debian / changelog
1 fuse-exfat (1.2.8-2) UNRELEASED; urgency=medium
2
3   * Update d/copyright up to 2018.
4
5  -- Sven Hoexter <hoexter@debian.org>  Sat, 03 Feb 2018 22:56:31 +0100
6
7 fuse-exfat (1.2.8-1) unstable; urgency=medium
8
9   * New upstream release.
10   * Increment dh compat level to 11.
11   * Remove --with autoreconf from dh invocation, it's default since
12     compat level 10.
13   * Update VCS-Git URL to a working https endpoint.
14   * Update Standards-Version to 4.3.1.
15
16  -- Sven Hoexter <hoexter@debian.org>  Sat, 03 Feb 2018 19:35:26 +0100
17
18 fuse-exfat (1.2.7-1) unstable; urgency=medium
19
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.
24
25  -- Sven Hoexter <hoexter@debian.org>  Sun, 25 Jun 2017 10:03:32 +0200
26
27 fuse-exfat (1.2.6-1) unstable; urgency=medium
28
29   * New upstream release.
30
31  -- Sven Hoexter <hoexter@debian.org>  Mon, 15 May 2017 17:26:51 +0200
32
33 fuse-exfat (1.2.5-2) unstable; urgency=medium
34
35   * Move from autotools-dev to dh-autoreconf to ease backporting.
36     Patch provided by Nicholas D Steeves. (Closes: #851920)
37
38  -- Sven Hoexter <hoexter@debian.org>  Fri, 20 Jan 2017 11:05:59 +0100
39
40 fuse-exfat (1.2.5-1) unstable; urgency=medium
41
42   * New upstream release.
43
44  -- Sven Hoexter <hoexter@debian.org>  Wed, 07 Dec 2016 18:13:34 +0100
45
46 fuse-exfat (1.2.4-1) unstable; urgency=medium
47
48   * New upstream release. Closes: #828057
49   * Bump Standards-Version to 3.9.8 - no changes required.
50
51  -- Sven Hoexter <hoexter@debian.org>  Sat, 25 Jun 2016 14:37:19 +0200
52
53 fuse-exfat (1.2.3-1) unstable; urgency=medium
54
55   * New upstream release.
56    + Fixed clusters loss when file renaming replaces target.
57
58  -- Sven Hoexter <hoexter@debian.org>  Tue, 22 Dec 2015 14:21:58 +0100
59
60 fuse-exfat (1.2.2-1) unstable; urgency=low
61
62   * New upstream release.
63     + Drop patch kfreebsd-compat, applied upstream.
64
65  -- Sven Hoexter <hoexter@debian.org>  Sun, 06 Dec 2015 14:28:59 +0100
66
67 fuse-exfat (1.2.1-2) unstable; urgency=low
68
69   * Change source format to 3.0.
70   * Add d/patches/kfreebsd-compat to support GNU/kfreebsd.
71
72  -- Sven Hoexter <hoexter@debian.org>  Wed, 07 Oct 2015 13:06:29 +0200
73
74 fuse-exfat (1.2.1-1) unstable; urgency=low
75
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.
86
87  -- Sven Hoexter <hoexter@debian.org>  Wed, 07 Oct 2015 11:41:58 +0200
88
89 fuse-exfat (1.1.0-2) unstable; urgency=low
90
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
98     to build on kfreebsd.
99
100  -- Sven Hoexter <hoexter@debian.org>  Mon, 01 Sep 2014 09:38:38 +0200
101
102 fuse-exfat (1.1.0-1) unstable; urgency=low
103
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.
109
110  -- Sven Hoexter <hoexter@debian.org>  Mon, 25 Aug 2014 18:45:19 +0200
111
112 fuse-exfat (1.0.1-1) unstable; urgency=low
113
114   * New upstream release
115   * Remove all patches and usage of quilt.
116   * Update years in debian/copyright.
117
118  -- Sven Hoexter <hoexter@debian.org>  Thu, 07 Feb 2013 20:47:49 +0100
119
120 fuse-exfat (1.0.0-2) unstable; urgency=low
121
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.
127
128  -- Sven Hoexter <hoexter@debian.org>  Fri, 25 Jan 2013 22:48:16 +0100
129
130 fuse-exfat (1.0.0-1) unstable; urgency=low
131
132   * New upstream release
133
134  -- Sven Hoexter <hoexter@debian.org>  Tue, 23 Jan 2013 21:06:21 +0100
135
136 fuse-exfat (0.9.8-3) experimental; urgency=low
137
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.
141
142  -- Sven Hoexter <hoexter@debian.org>  Thu, 25 Oct 2012 17:09:19 +0200
143
144 fuse-exfat (0.9.8-2) experimental; urgency=low
145
146   * Build without -fPIE - hardening flags -pie.
147
148  -- Sven Hoexter <hoexter@debian.org>  Thu, 25 Oct 2012 12:41:07 +0200
149
150 fuse-exfat (0.9.8-1) experimental; urgency=low
151
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
156     now honors CCFLAGS.
157
158  -- Sven Hoexter <hoexter@debian.org>  Sun, 12 Aug 2012 20:05:10 +0200
159
160 fuse-exfat (0.9.7-2) unstable; urgency=low
161
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
165     SConstruct file.
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.
174
175  -- Sven Hoexter <hoexter@debian.org>  Mon, 21 May 2012 21:18:39 +0200
176
177 fuse-exfat (0.9.7-1) unstable; urgency=low
178
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.
182
183  -- Sven Hoexter <hoexter@debian.org>  Fri, 09 Mar 2012 21:20:25 +0100
184
185 fuse-exfat (0.9.6-1) unstable; urgency=low
186
187   * New upstream release.
188
189  -- Sven Hoexter <hoexter@debian.org>  Sat, 14 Jan 2012 18:20:33 +0100
190
191 fuse-exfat (0.9.5-1) unstable; urgency=low
192
193   * Initial release. (Closes: #625611)
194
195  -- Sven Hoexter <hoexter@debian.org>  Mon, 02 Jan 2012 12:58:18 +0100