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