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