]> git.sven.stormbind.net Git - sven/fuse-exfat.git/blob - debian/changelog
Update link in debian/copyright to the download location.
[sven/fuse-exfat.git] / debian / changelog
1 fuse-exfat (1.1.0-2) unstable; urgency=low
2
3   * Remove debian/watch - recent changes at Google code required
4     different download links which do not contain readable hrefs.
5   * Extent debian/copyright up to 2014.
6   * Update debian/copyright license statement - with 1.1.0 upstream
7     relicensed from GPLv3 to GPLv2 or later.
8   * Update link in debian/copyright to the download location.
9   * Add "-D_GNU_SOURCE" unconditionally to the list of CCFLAGS, needed
10     to build on kfreebsd.
11
12  -- Sven Hoexter <hoexter@debian.org>  Tue, 26 Aug 2014 08:32:52 +0200
13
14 fuse-exfat (1.1.0-1) unstable; urgency=low
15
16   * New upstream release (Closes: #759155). 
17     + Fixes invalid inode output in df (Closes: # 746735)
18   * Added "-Wall -std=c99" to the CFLAGS from the list of default
19     flags given in the upstream SConstruct file.
20   * Standards-Version: 3.9.5, no changes required.
21
22  -- Sven Hoexter <hoexter@debian.org>  Mon, 25 Aug 2014 18:45:19 +0200
23
24 fuse-exfat (1.0.1-1) unstable; urgency=low
25
26   * New upstream release
27   * Remove all patches and usage of quilt.
28   * Update years in debian/copyright.
29
30  -- Sven Hoexter <hoexter@debian.org>  Thu, 07 Feb 2013 20:47:49 +0100
31
32 fuse-exfat (1.0.0-2) unstable; urgency=low
33
34   * Build depend on quilt, use dh --with quilt.
35   * Add debian/patches/fix-fuse-read-write-return-r336.patch
36     Fixes "Operation not permitted" error reporting on empty files.
37   * Add debian/patches/fix-unexpected-removal-on-dir-move-r337.patch
38     Fixes unexpected removal of a directory if you move it into itself.
39
40  -- Sven Hoexter <hoexter@debian.org>  Fri, 25 Jan 2013 22:48:16 +0100
41
42 fuse-exfat (1.0.0-1) unstable; urgency=low
43
44   * New upstream release
45
46  -- Sven Hoexter <hoexter@debian.org>  Tue, 23 Jan 2013 21:06:21 +0100
47
48 fuse-exfat (0.9.8-3) experimental; urgency=low
49
50   * Revert the change from 0.9.8-2, the correct fix is
51     to assign CFLAGS to CCFLAGS so the correct set of common
52     flags will be picked up by scons.
53
54  -- Sven Hoexter <hoexter@debian.org>  Thu, 25 Oct 2012 17:09:19 +0200
55
56 fuse-exfat (0.9.8-2) experimental; urgency=low
57
58   * Build without -fPIE - hardening flags -pie.
59
60  -- Sven Hoexter <hoexter@debian.org>  Thu, 25 Oct 2012 12:41:07 +0200
61
62 fuse-exfat (0.9.8-1) experimental; urgency=low
63
64   * New upstream release.
65   * Dropped all patches - merged upstream.
66   * Dropped all usage of quilt - currently not required.
67   * No longer use CFLAGS as CCFLAGS, the SConstruct file
68     now honors CCFLAGS.
69   
70  -- Sven Hoexter <hoexter@debian.org>  Sun, 12 Aug 2012 20:05:10 +0200
71
72 fuse-exfat (0.9.7-2) unstable; urgency=low
73
74   * Switch from dh compat level 8 to 9.
75   * Enable all hardening flags via DEB_BUILD_MAINT_OPTIONS.
76   * Export CFLAGS as CCFLAGS which is honored by the current
77     SConstruct file.
78   * Symlink mount.exfat-fuse to mount.exfat. This should ease the
79     integration with the automount functionality in thunar.
80     Thanks to Bob Valantin <valantin89@gmail.com>. (Closes: #673517)
81   * Add debian/patches/honor-cppflags - scons should use exported CPPFLAGS.
82   * Add debian/patches/utf16-fix - fix handling of characters beyond BMP.
83     Thanks to Vladimir Serbinenko <phcoder@gmail.com>. (Closes: #672898)
84   * Add build-dep on quilt, use dh quilt addon in debian/rules.
85   * Add README.source to reference quilt.
86
87  -- Sven Hoexter <hoexter@debian.org>  Mon, 21 May 2012 21:18:39 +0200
88
89 fuse-exfat (0.9.7-1) unstable; urgency=low
90
91   * New upstream release.
92   * Remove config.log, in the clean target (via override dh_auto_clean).
93   * Bump Standards-Version to 3.9.3 - no changes required.
94
95  -- Sven Hoexter <hoexter@debian.org>  Fri, 09 Mar 2012 21:20:25 +0100
96
97 fuse-exfat (0.9.6-1) unstable; urgency=low
98
99   * New upstream release.
100
101  -- Sven Hoexter <hoexter@debian.org>  Sat, 14 Jan 2012 18:20:33 +0100
102
103 fuse-exfat (0.9.5-1) unstable; urgency=low
104
105   * Initial release. (Closes: #625611)
106
107  -- Sven Hoexter <hoexter@debian.org>  Mon, 02 Jan 2012 12:58:18 +0100