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