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