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