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