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