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