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