]> git.proxmox.com Git - libgit2.git/blob - debian/changelog
Update upstream source from tag 'upstream/0.27.0+dfsg.1'
[libgit2.git] / debian / changelog
1 libgit2 (0.26.0+dfsg.1-1.2) unstable; urgency=medium
2
3 * Non-maintainer upload.
4
5 * Declare compliance with standards version 4.1.3.
6 * debian/control: Replace `Priority: extra` with `optional`
7 * debian/copyright
8 + Refer to the CC0 license file.
9 Closes: #882632
10 + Use HTTPS URIs
11
12 * debian/watch: Fix generated version numbers
13
14 * Make the package lintian-clean
15 * debian/control
16 + Use canonical Vcs-* URLs
17 + Use an HTTPS URL for the homepage
18 * Switch to debhelper 11
19 * Lintian overrides
20 * Remove empty override files
21 * Relocate source file to debian/source/
22 * Rename tag debian-watch-may-check-gpg-signature
23
24 -- Nicolas Braud-Santoni <nicolas@braud-santoni.eu> Wed, 14 Feb 2018 16:34:02 +0100
25
26 libgit2 (0.26.0+dfsg.1-1.1) unstable; urgency=medium
27
28 * Non-maintainer upload.
29 * Upload to unstable.
30 * Use git_curl_stream_new for HTTPS because we don't link against openssl.
31
32 -- Ximin Luo <infinity0@debian.org> Thu, 14 Sep 2017 11:52:10 +0200
33
34 libgit2 (0.26.0+dfsg.1-1) experimental; urgency=medium
35
36 * New upstream release.
37 * Enable GSS authentication support.
38 * Remove unused deps (Closes: #861752)
39
40 -- Russell Sim <russell.sim@gmail.com> Sat, 29 Jul 2017 15:58:46 +0200
41
42 libgit2 (0.25.1+really0.24.6-1) unstable; urgency=medium
43
44 * Revert 0.25.1 in unstable, 0.24.5 was already in unstable 0.25.1 was
45 uploaded after the freeze.
46 * Release 0.24.6 (CVE-2016-10128, CVE-2016-10129, CVE-2016-10130)
47 (Closes: #851406)
48
49 -- Russell Sim <russell.sim@gmail.com> Sun, 21 May 2017 18:18:47 +0200
50
51 libgit2 (0.25.1-2) unstable; urgency=medium
52
53 * Upload to unstable
54
55 -- Russell Sim <russell.sim@gmail.com> Sat, 20 May 2017 19:27:39 +0200
56
57 libgit2 (0.25.1-1) experimental; urgency=medium
58
59 * New upstream release. (CVE-2016-10128, CVE-2016-10129, CVE-2016-10130)
60 (Closes: #851406, #857068)
61
62 -- Russell Sim <russell.sim@gmail.com> Tue, 25 Apr 2017 07:29:37 +0200
63
64 libgit2 (0.24.5-1) unstable; urgency=medium
65
66 * New upstream release.
67 * debian/patch/fix_gmt14_timzone_bug.patch (Closes: #841532)
68 * Correcty address CVE-2016-8568
69
70 -- Russell Sim <russell.sim@gmail.com> Mon, 02 Jan 2017 20:35:08 +1100
71
72 libgit2 (0.24.2-2) unstable; urgency=medium
73
74 * Upload to unstable.
75
76 -- Russell Sim <russell.sim@gmail.com> Fri, 04 Nov 2016 18:36:41 +1100
77
78 libgit2 (0.24.2-1) experimental; urgency=medium
79
80 * New upstream release.
81 * Bump Standards-Version to 3.9.8
82 * Add commit-always-initialize-commit-message.patch fixes CVE-2016-8568,
83 CVE-2016-8569
84 * debian/rules: Set debian hardening compile flags.
85 * debian/rules: When testing package force timezone to GMT.
86
87 -- Russell Sim <russell.sim@gmail.com> Sun, 23 Oct 2016 14:30:45 +1100
88
89 libgit2 (0.24.1-2) unstable; urgency=medium
90
91 * Team upload.
92 * Upload to unstable.
93
94 -- Andreas Henriksson <andreas@fatal.se> Wed, 13 Apr 2016 11:31:25 +0200
95
96 libgit2 (0.24.1-1) experimental; urgency=medium
97
98 * Team upload.
99 * New upstream release.
100 * Drop git_tests-fix-core-stream-test-when-built-with-openssl-o.patch
101 - merged upstream.
102 * Revert "Disable fakeroot emulation when running tests"
103 - no longer needed thanks to upstream fix.
104
105 -- Andreas Henriksson <andreas@fatal.se> Tue, 12 Apr 2016 16:34:48 +0200
106
107 libgit2 (0.24.0-2) experimental; urgency=medium
108
109 * Team upload.
110 * Incorporate 0.23.1-1.1 NMU diff
111 * Drop libgit2-dbg and migrate to dbgsym
112 * Add git_tests-fix-core-stream-test-when-built-with-openssl-o.patch
113 - cherry-picked from upstream git master.
114 * Disable fakeroot emulation when running tests
115 - tests only works under regular user or real root.
116
117 -- Andreas Henriksson <andreas@fatal.se> Mon, 11 Apr 2016 17:03:05 +0200
118
119 libgit2 (0.24.0-1) experimental; urgency=medium
120
121 * Team upload.
122 * New upstream release. (Closes: #798338)
123 * Rename packages for new upstream so version -24
124 * Update debian/libgit2-24.symbols
125 * Bump Standards-Version to 3.9.7
126 * Update Vcs-* for new collab-maint repo
127
128 -- Andreas Henriksson <andreas@fatal.se> Mon, 04 Apr 2016 15:30:44 +0200
129
130 libgit2 (0.23.1-1.1) unstable; urgency=high
131
132 * Non-maintainer upload.
133 * Don't depend on OpenSSL, either directly or indirectly. Build with and
134 depend on libcurl4-gnutls-dev instead. (Closes: #798421)
135 * Drop associated Build-Depends on ca-certificates.
136
137 -- Josh Triplett <josh@joshtriplett.org> Fri, 18 Mar 2016 17:08:00 -0700
138
139 libgit2 (0.23.1-1) unstable; urgency=medium
140
141 * New upstream release 0.23.1.
142 * debian/control: Added build dependency on libcurl4-openssl-dev.
143 * debian/control: Updated VCS URL.
144 * debian/copyright: Added winhttp copyright.
145 * debian/docs: Added missing development documentation.
146 * debian/libgit2-23.symbols: Updated with latest symbols.
147 * debian/libgit2-dev.lintian-overrides: Override comment
148 stripping, should work once it's supported by dh_strip.
149 * debian/patches/disable_tests.patch: Updated for 0.23.0.
150
151 -- Russell Sim <russell.sim@gmail.com> Tue, 11 Aug 2015 08:51:39 +1000
152
153 libgit2 (0.22.2-2) unstable; urgency=medium
154
155 * debian/control: Added dependency on pkg-config (Closes: #786494)
156 * debian/rules: Manually cleanup clar files (Closes: #786491)
157
158 -- Russell Sim <russell.sim@gmail.com> Sat, 23 May 2015 22:42:04 -0700
159
160 libgit2 (0.22.2-1) unstable; urgency=medium
161
162 * New upstream releaase 0.22.2 (Closes: #780495).
163
164 -- Russell Sim <russell.sim@gmail.com> Wed, 06 May 2015 21:54:25 +1000
165
166 libgit2 (0.21.3-1.1) unstable; urgency=medium
167
168 * Non-maintainer upload.
169 * Use CURDIR instead of PWD to fix the previous upload (Closes: #761539).
170
171 -- Ivo De Decker <ivodd@debian.org> Thu, 08 Jan 2015 23:04:40 +0100
172
173 libgit2 (0.21.3-1) unstable; urgency=medium
174
175 * New upstream release 0.21.3 (CVE-2014-9390) (Closes: #774048).
176 * debian/rules: Run tests in a local tmpdir to fix FTBFS (Closes: #761539).
177
178 -- Russell Sim <russell.sim@gmail.com> Sun, 28 Dec 2014 18:52:18 +1100
179
180 libgit2 (0.21.2-2) unstable; urgency=medium
181
182 * debian/control: Added missing dependencies. (Closes: #768482)
183
184 -- Russell Sim <russell.sim@gmail.com> Sun, 16 Nov 2014 10:33:23 +0100
185
186 libgit2 (0.21.2-1) unstable; urgency=medium
187
188 * New upstream release 0.21.2.
189 * debian/control: Added libssh2-1-dev requirement. (Closes: #761042)
190 * debian/control: Added libhttp-parser-dev requirement.
191 * debian/copyright: Fixed MIT NGINX license format.
192 * debian/copyright: Reordered file sections.
193 * debian/copyright: Fixed incorrect clar licensing.
194 * Bumped standards version to 3.9.6 (no change necessary).
195
196 -- Russell Sim <russell.sim@gmail.com> Tue, 28 Oct 2014 20:34:58 +1100
197
198 libgit2 (0.21.1-1) unstable; urgency=medium
199
200 * New upstream release 0.21.1.
201
202 -- Russell Sim <russell.sim@gmail.com> Wed, 03 Sep 2014 12:41:44 +1000
203
204 libgit2 (0.21.0-1) UNRELEASED; urgency=medium
205
206 * New upstream release 0.21.0.
207 * debian/copyright: Added new licenses: ICS, CC0.
208 * Library name now matches so name version.
209
210 -- Russell Sim <russell.sim@gmail.com> Sat, 21 Jun 2014 11:19:23 +1000
211
212 libgit2 (0.20.0-1) experimental; urgency=medium
213
214 * New upstream release 0.20.0.
215 * debian/patches/disable_online_tests.patch: Renamed to
216 disable_tests.patch.
217 * debian/patches/disable_tests.patch: Disabled blame test.
218 * debian/rules: Use automatic dh_makeshlib version dependency.
219 * Bumped standards version to 3.9.5 (no change necessary).
220 * debian/copyright: Added new licenses: MIT, BSD and PHP
221
222 -- Russell Sim <russell.sim@gmail.com> Thu, 13 Mar 2014 20:35:39 +1100
223
224 libgit2 (0.19.0-2) experimental; urgency=low
225
226 * Added correct dependencies to development package. (Closes: #715173)
227 * Standards upgrade to version 3.9.4.
228 * Multi-arch support.
229 * Manually specified symbols instead of relying on regex.
230
231 -- Russell Sim <russell.sim@gmail.com> Wed, 20 Aug 2013 22:33:20 +1000
232
233 libgit2 (0.19.0-1) experimental; urgency=low
234
235 * Enable threading. (Closes: #700181)
236
237 -- Russell Sim <russell.sim@gmail.com> Tue, 02 Jul 2013 19:43:00 +1000
238
239 libgit2 (0.18.0-2) experimental; urgency=low
240
241 * Disable online tests.
242 Thanks to Felix Geyer for the heads up. (Closes: #712300)
243
244 -- Russell Sim <russell.sim@gmail.com> Mon, 17 Jun 2013 23:11:15 +1000
245
246 libgit2 (0.18.0-1) experimental; urgency=low
247
248 [ Russell Sim ]
249 * Added examples to dev package.
250
251 [ Carlos Martín Nieto ]
252 * Build-Depend on python-minimal instead of -all
253 * BUILD_TESTS isn't used in this project
254
255 [ Russell Sim ]
256 * New upstream release 0.18.0.
257
258 -- Russell Sim <russell.sim@gmail.com> Tue, 30 Apr 2013 00:55:09 +1000
259
260 libgit2 (0.17.0-1) experimental; urgency=low
261
262 * New Upstream Release.
263 * debian/patches/build_static.patch: Enables building as both
264 static and dynamic library.
265 * debian/rules: Added CMAKE_BUILD_TYPE=RelWithDebInfo to rules file.
266 * debian/compat: Updated to 9, adds support for hardening.
267
268 -- Russell Sim <russell.sim@gmail.com> Sun, 20 May 2012 21:34:12 +1000
269
270 libgit2 (0.16.0-1) experimental; urgency=low
271
272 * Initial release (Closes: #614517)
273
274 -- Russell Sim <russell.sim@gmail.com> Tue, 06 Mar 2012 23:03:20 +1100