]> git.proxmox.com Git - libgit2.git/blob - debian/changelog
4da67eeac145d4200628537e9ce171f973c1d06e
[libgit2.git] / debian / changelog
1 libgit2 (1.0.1+dfsg.1-1) experimental; urgency=medium
2
3 [ Utkarsh Gupta ]
4 * New upstream version 1.0.1+dfsg.1.
5 * Update symbols file to add git_worktree_prune_init_options@Base.
6
7 [ Debian Janitor ]
8 * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
9 Repository-Browse.
10 * Drop transition for old debug package migration.
11 * Fix day-of-week for changelog entry 0.19.0-2.
12
13 -- Utkarsh Gupta <utkarsh@debian.org> Fri, 09 Oct 2020 21:05:33 +0530
14
15 libgit2 (1.0.0+dfsg.1-2) experimental; urgency=medium
16
17 [ Utkarsh Gupta ]
18 * Add Build-Depends-Package: libgit2-dev to libgit2-1.0.symbols
19
20 [ Ximin Luo ]
21 * Add missing libgit2-dev: Depends: libpcre3-dev. (Closes: #961952)
22
23 -- Ximin Luo <infinity0@debian.org> Fri, 02 Oct 2020 03:30:36 +0100
24
25 libgit2 (1.0.0+dfsg.1-1) experimental; urgency=medium
26
27 * New upstream version 1.0.0+dfsg.1
28 * Library transition to 1.0.0
29 * Drop patch as it is merged upstream
30
31 -- Utkarsh Gupta <utkarsh@debian.org> Fri, 10 Apr 2020 02:21:10 +0530
32
33 libgit2 (0.99.0+dfsg.1-1) experimental; urgency=medium
34
35 [ Utkarsh Gupta ]
36 * New upstream version 0.99.0+dfsg.1
37 * Use pcre2 as REGEX_BACKEND
38 * Add patch to fix installation in wrong location
39 * Add BD on libpcre2-dev
40 * Add -DUSE_NTLMCLIENT and -DUSE_HTTP_PARSER flags to CMake
41 * Library transition from 28 to 99
42 * Fix package-name-doesnt-match-sonames
43 * Fix d/copyright wrt the new release
44 * Add Rules-Requires-Root: no
45
46 [ Sudip Mukherjee ]
47 * Revert "Use pcre2 as REGEX_BACKEND"
48 * Add dependency on ca-certificates and libpcre3-dev
49 * Add ci
50 * fix symbols file
51
52 -- Utkarsh Gupta <utkarsh@debian.org> Thu, 26 Mar 2020 18:25:16 +0530
53
54 libgit2 (0.28.4+dfsg.1-4) unstable; urgency=medium
55
56 * Add BD on ca-certificates to fix FTBFS (Closes: #954529)
57 (Thanks to Sudip Mukherjee for his help :))
58
59 -- Utkarsh Gupta <utkarsh@debian.org> Mon, 23 Mar 2020 19:52:32 +0530
60
61 libgit2 (0.28.4+dfsg.1-3) unstable; urgency=medium
62
63 [ Dan Nicholson ]
64 * Use mbedTLS with standard CA certificate location (Closes: #927889)
65
66 -- Utkarsh Gupta <utkarsh@debian.org> Fri, 13 Mar 2020 02:00:49 +0530
67
68 libgit2 (0.28.4+dfsg.1-2) unstable; urgency=medium
69
70 * Re-upload to unstable
71
72 -- Utkarsh Gupta <utkarsh@debian.org> Fri, 14 Feb 2020 05:17:15 +0530
73
74 libgit2 (0.28.4+dfsg.1-1) experimental; urgency=medium
75
76 * New upstream version 0.28.4+dfsg.1
77 * Replace libz-dev with zlib1g-dev
78 * Replace python-minimal with python3-minimal (Closes: #936866)
79 * Make libgit2 cross buildable (Closes: #913241)
80 * Add myself as the maintainer
81 * Beautify d/control
82 * Bump debhelper-compat to 12
83 * Bump Standards-Version to 4.5.0
84
85 -- Utkarsh Gupta <utkarsh@debian.org> Fri, 14 Feb 2020 02:43:40 +0530
86
87 libgit2 (0.28.3+dfsg.1-1) unstable; urgency=medium
88
89 * Reupload to unstable (transition: #934927)
90 * Add myself and Russel as Uploaders and Jongmin as Maintainer
91 (Closes: #928971)
92 * Bump Standards-Version to 4.4.1 (no changes needed)
93
94 -- Pirate Praveen <praveen@debian.org> Sat, 16 Nov 2019 11:21:02 +0530
95
96 libgit2 (0.28.3+dfsg.1-0.1) experimental; urgency=medium
97
98 * Non-maintainer upload
99 * New upstream version 0.28.3+dfsg.1
100
101 -- Pirate Praveen <praveen@debian.org> Fri, 15 Nov 2019 22:07:23 +0530
102
103 libgit2 (0.28.1+dfsg.1-0.1) experimental; urgency=medium
104
105 * Non-maintainer upload
106 * New upstream version 0.28.1+dfsg.1
107 * Library transition from 27 to 28
108 * Remove resolved patches with new upstream version
109 * Remove nonexistent document
110
111 -- Jongmin Kim <jmkim@pukyong.ac.kr> Sun, 12 May 2019 02:53:10 +0900
112
113 libgit2 (0.27.7+dfsg.1-0.1) unstable; urgency=high
114
115 * Non-maintainer upload.
116 * New upstream release (Closes: #917176)
117
118 -- Raju Devidas <rajudev@disroot.org> Wed, 26 Dec 2018 22:59:30 +0530
119
120 libgit2 (0.27.4+dfsg.1-0.1) unstable; urgency=medium
121
122 * Non-maintainer upload.
123 * Totally For Reals fix the segfaults. (Closes: #904004)
124
125 -- Ximin Luo <infinity0@debian.org> Fri, 10 Aug 2018 21:29:21 -0700
126
127 libgit2 (0.27.0+dfsg.1-0.9) unstable; urgency=medium
128
129 * Non-maintainer upload.
130 * Fix random segfaults in threads::diff. (Closes: #904004)
131 * Don't specifically use gcc-8 now that it's already the Debian default.
132
133 -- Ximin Luo <infinity0@debian.org> Sun, 05 Aug 2018 06:14:33 -0700
134
135 libgit2 (0.27.0+dfsg.1-0.8) unstable; urgency=medium
136
137 * Non-maintainer upload
138 * Force build with gcc-8 to fix segfaults in armhf build (Closes: #904004)
139
140 -- Pirate Praveen <praveen@debian.org> Wed, 18 Jul 2018 16:03:06 +0530
141
142 libgit2 (0.27.0+dfsg.1-0.7) unstable; urgency=medium
143
144 * Non-maintainer upload
145 * Enable basic autopkgtest
146
147 -- Pirate Praveen <praveen@debian.org> Fri, 13 Jul 2018 08:19:44 +0530
148
149 libgit2 (0.27.0+dfsg.1-0.6) unstable; urgency=medium
150
151 * Non-maintainer upload
152 * Reupload to unstable
153
154 -- Pirate Praveen <praveen@debian.org> Wed, 11 Jul 2018 18:45:42 +0530
155
156 libgit2 (0.27.0+dfsg.1-0.5) experimental; urgency=medium
157
158 * Non-maintainer upload
159 * Switch vcs to salsa
160 * Bump standards version to 4.1.4
161 * Bump debhelper compatibility level to 11
162
163 -- Pirate Praveen <praveen@debian.org> Mon, 04 Jun 2018 18:41:38 +0530
164
165 libgit2 (0.27.0+dfsg.1-0.4) experimental; urgency=medium
166
167 * Non-maintainer upload.
168 * Fix stack smashing error on 32-bit targets (Closes: #900126)
169
170 -- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Sat, 26 May 2018 16:27:33 +0200
171
172 libgit2 (0.27.0+dfsg.1-0.3) experimental; urgency=medium
173
174 * Non-maintainer upload.
175 * Don't add mbedtls in pkgconfig file (upstream patch)
176 * Fix test failure due to alignment-related crashes (Closes: #900059)
177
178 -- Pirate Praveen <praveen@debian.org> Sat, 26 May 2018 17:31:32 +0530
179
180 libgit2 (0.27.0+dfsg.1-0.2) experimental; urgency=medium
181
182 * Non-maintainer upload.
183 * Disable tests requiring internet access
184 * Explicitly specify mbedTLS for https (Closes: #899253)
185
186 -- Pirate Praveen <praveen@debian.org> Thu, 24 May 2018 21:53:14 +0530
187
188 libgit2 (0.27.0+dfsg.1-0.1) experimental; urgency=medium
189
190 * Non-maintainer upload.
191 * New upstream version 0.27.0 (Closes: #869665)
192 * Switch to mbedTLS with upstream patch
193 (Thanks to Nicolas Braud-Santoni for his efforts to update curl support
194 patch)
195 * Library transition libgit2-26 to libgit2-27
196
197 -- Pirate Praveen <praveen@debian.org> Sun, 06 May 2018 17:57:24 +0530
198
199 libgit2 (0.26.0+dfsg.1-1.2) unstable; urgency=medium
200
201 * Non-maintainer upload.
202
203 * Declare compliance with standards version 4.1.3.
204 * debian/control: Replace `Priority: extra` with `optional`
205 * debian/copyright
206 + Refer to the CC0 license file.
207 Closes: #882632
208 + Use HTTPS URIs
209
210 * debian/watch: Fix generated version numbers
211
212 * Make the package lintian-clean
213 * debian/control
214 + Use canonical Vcs-* URLs
215 + Use an HTTPS URL for the homepage
216 * Switch to debhelper 11
217 * Lintian overrides
218 * Remove empty override files
219 * Relocate source file to debian/source/
220 * Rename tag debian-watch-may-check-gpg-signature
221
222 -- Nicolas Braud-Santoni <nicolas@braud-santoni.eu> Wed, 14 Feb 2018 16:34:02 +0100
223
224 libgit2 (0.26.0+dfsg.1-1.1) unstable; urgency=medium
225
226 * Non-maintainer upload.
227 * Upload to unstable.
228 * Use git_curl_stream_new for HTTPS because we don't link against openssl.
229
230 -- Ximin Luo <infinity0@debian.org> Thu, 14 Sep 2017 11:52:10 +0200
231
232 libgit2 (0.26.0+dfsg.1-1) experimental; urgency=medium
233
234 * New upstream release.
235 * Enable GSS authentication support.
236 * Remove unused deps (Closes: #861752)
237
238 -- Russell Sim <russell.sim@gmail.com> Sat, 29 Jul 2017 15:58:46 +0200
239
240 libgit2 (0.25.1+really0.24.6-1) unstable; urgency=medium
241
242 * Revert 0.25.1 in unstable, 0.24.5 was already in unstable 0.25.1 was
243 uploaded after the freeze.
244 * Release 0.24.6 (CVE-2016-10128, CVE-2016-10129, CVE-2016-10130)
245 (Closes: #851406)
246
247 -- Russell Sim <russell.sim@gmail.com> Sun, 21 May 2017 18:18:47 +0200
248
249 libgit2 (0.25.1-2) unstable; urgency=medium
250
251 * Upload to unstable
252
253 -- Russell Sim <russell.sim@gmail.com> Sat, 20 May 2017 19:27:39 +0200
254
255 libgit2 (0.25.1-1) experimental; urgency=medium
256
257 * New upstream release. (CVE-2016-10128, CVE-2016-10129, CVE-2016-10130)
258 (Closes: #851406, #857068)
259
260 -- Russell Sim <russell.sim@gmail.com> Tue, 25 Apr 2017 07:29:37 +0200
261
262 libgit2 (0.24.5-1) unstable; urgency=medium
263
264 * New upstream release.
265 * debian/patch/fix_gmt14_timzone_bug.patch (Closes: #841532)
266 * Correcty address CVE-2016-8568
267
268 -- Russell Sim <russell.sim@gmail.com> Mon, 02 Jan 2017 20:35:08 +1100
269
270 libgit2 (0.24.2-2) unstable; urgency=medium
271
272 * Upload to unstable.
273
274 -- Russell Sim <russell.sim@gmail.com> Fri, 04 Nov 2016 18:36:41 +1100
275
276 libgit2 (0.24.2-1) experimental; urgency=medium
277
278 * New upstream release.
279 * Bump Standards-Version to 3.9.8
280 * Add commit-always-initialize-commit-message.patch fixes CVE-2016-8568,
281 CVE-2016-8569
282 * debian/rules: Set debian hardening compile flags.
283 * debian/rules: When testing package force timezone to GMT.
284
285 -- Russell Sim <russell.sim@gmail.com> Sun, 23 Oct 2016 14:30:45 +1100
286
287 libgit2 (0.24.1-2) unstable; urgency=medium
288
289 * Team upload.
290 * Upload to unstable.
291
292 -- Andreas Henriksson <andreas@fatal.se> Wed, 13 Apr 2016 11:31:25 +0200
293
294 libgit2 (0.24.1-1) experimental; urgency=medium
295
296 * Team upload.
297 * New upstream release.
298 * Drop git_tests-fix-core-stream-test-when-built-with-openssl-o.patch
299 - merged upstream.
300 * Revert "Disable fakeroot emulation when running tests"
301 - no longer needed thanks to upstream fix.
302
303 -- Andreas Henriksson <andreas@fatal.se> Tue, 12 Apr 2016 16:34:48 +0200
304
305 libgit2 (0.24.0-2) experimental; urgency=medium
306
307 * Team upload.
308 * Incorporate 0.23.1-1.1 NMU diff
309 * Drop libgit2-dbg and migrate to dbgsym
310 * Add git_tests-fix-core-stream-test-when-built-with-openssl-o.patch
311 - cherry-picked from upstream git master.
312 * Disable fakeroot emulation when running tests
313 - tests only works under regular user or real root.
314
315 -- Andreas Henriksson <andreas@fatal.se> Mon, 11 Apr 2016 17:03:05 +0200
316
317 libgit2 (0.24.0-1) experimental; urgency=medium
318
319 * Team upload.
320 * New upstream release. (Closes: #798338)
321 * Rename packages for new upstream so version -24
322 * Update debian/libgit2-24.symbols
323 * Bump Standards-Version to 3.9.7
324 * Update Vcs-* for new collab-maint repo
325
326 -- Andreas Henriksson <andreas@fatal.se> Mon, 04 Apr 2016 15:30:44 +0200
327
328 libgit2 (0.23.1-1.1) unstable; urgency=high
329
330 * Non-maintainer upload.
331 * Don't depend on OpenSSL, either directly or indirectly. Build with and
332 depend on libcurl4-gnutls-dev instead. (Closes: #798421)
333 * Drop associated Build-Depends on ca-certificates.
334
335 -- Josh Triplett <josh@joshtriplett.org> Fri, 18 Mar 2016 17:08:00 -0700
336
337 libgit2 (0.23.1-1) unstable; urgency=medium
338
339 * New upstream release 0.23.1.
340 * debian/control: Added build dependency on libcurl4-openssl-dev.
341 * debian/control: Updated VCS URL.
342 * debian/copyright: Added winhttp copyright.
343 * debian/docs: Added missing development documentation.
344 * debian/libgit2-23.symbols: Updated with latest symbols.
345 * debian/libgit2-dev.lintian-overrides: Override comment
346 stripping, should work once it's supported by dh_strip.
347 * debian/patches/disable_tests.patch: Updated for 0.23.0.
348
349 -- Russell Sim <russell.sim@gmail.com> Tue, 11 Aug 2015 08:51:39 +1000
350
351 libgit2 (0.22.2-2) unstable; urgency=medium
352
353 * debian/control: Added dependency on pkg-config (Closes: #786494)
354 * debian/rules: Manually cleanup clar files (Closes: #786491)
355
356 -- Russell Sim <russell.sim@gmail.com> Sat, 23 May 2015 22:42:04 -0700
357
358 libgit2 (0.22.2-1) unstable; urgency=medium
359
360 * New upstream releaase 0.22.2 (Closes: #780495).
361
362 -- Russell Sim <russell.sim@gmail.com> Wed, 06 May 2015 21:54:25 +1000
363
364 libgit2 (0.21.3-1.1) unstable; urgency=medium
365
366 * Non-maintainer upload.
367 * Use CURDIR instead of PWD to fix the previous upload (Closes: #761539).
368
369 -- Ivo De Decker <ivodd@debian.org> Thu, 08 Jan 2015 23:04:40 +0100
370
371 libgit2 (0.21.3-1) unstable; urgency=medium
372
373 * New upstream release 0.21.3 (CVE-2014-9390) (Closes: #774048).
374 * debian/rules: Run tests in a local tmpdir to fix FTBFS (Closes: #761539).
375
376 -- Russell Sim <russell.sim@gmail.com> Sun, 28 Dec 2014 18:52:18 +1100
377
378 libgit2 (0.21.2-2) unstable; urgency=medium
379
380 * debian/control: Added missing dependencies. (Closes: #768482)
381
382 -- Russell Sim <russell.sim@gmail.com> Sun, 16 Nov 2014 10:33:23 +0100
383
384 libgit2 (0.21.2-1) unstable; urgency=medium
385
386 * New upstream release 0.21.2.
387 * debian/control: Added libssh2-1-dev requirement. (Closes: #761042)
388 * debian/control: Added libhttp-parser-dev requirement.
389 * debian/copyright: Fixed MIT NGINX license format.
390 * debian/copyright: Reordered file sections.
391 * debian/copyright: Fixed incorrect clar licensing.
392 * Bumped standards version to 3.9.6 (no change necessary).
393
394 -- Russell Sim <russell.sim@gmail.com> Tue, 28 Oct 2014 20:34:58 +1100
395
396 libgit2 (0.21.1-1) unstable; urgency=medium
397
398 * New upstream release 0.21.1.
399
400 -- Russell Sim <russell.sim@gmail.com> Wed, 03 Sep 2014 12:41:44 +1000
401
402 libgit2 (0.21.0-1) UNRELEASED; urgency=medium
403
404 * New upstream release 0.21.0.
405 * debian/copyright: Added new licenses: ICS, CC0.
406 * Library name now matches so name version.
407
408 -- Russell Sim <russell.sim@gmail.com> Sat, 21 Jun 2014 11:19:23 +1000
409
410 libgit2 (0.20.0-1) experimental; urgency=medium
411
412 * New upstream release 0.20.0.
413 * debian/patches/disable_online_tests.patch: Renamed to
414 disable_tests.patch.
415 * debian/patches/disable_tests.patch: Disabled blame test.
416 * debian/rules: Use automatic dh_makeshlib version dependency.
417 * Bumped standards version to 3.9.5 (no change necessary).
418 * debian/copyright: Added new licenses: MIT, BSD and PHP
419
420 -- Russell Sim <russell.sim@gmail.com> Thu, 13 Mar 2014 20:35:39 +1100
421
422 libgit2 (0.19.0-2) experimental; urgency=low
423
424 * Added correct dependencies to development package. (Closes: #715173)
425 * Standards upgrade to version 3.9.4.
426 * Multi-arch support.
427 * Manually specified symbols instead of relying on regex.
428
429 -- Russell Sim <russell.sim@gmail.com> Tue, 20 Aug 2013 22:33:20 +1000
430
431 libgit2 (0.19.0-1) experimental; urgency=low
432
433 * Enable threading. (Closes: #700181)
434
435 -- Russell Sim <russell.sim@gmail.com> Tue, 02 Jul 2013 19:43:00 +1000
436
437 libgit2 (0.18.0-2) experimental; urgency=low
438
439 * Disable online tests.
440 Thanks to Felix Geyer for the heads up. (Closes: #712300)
441
442 -- Russell Sim <russell.sim@gmail.com> Mon, 17 Jun 2013 23:11:15 +1000
443
444 libgit2 (0.18.0-1) experimental; urgency=low
445
446 [ Russell Sim ]
447 * Added examples to dev package.
448
449 [ Carlos Martín Nieto ]
450 * Build-Depend on python-minimal instead of -all
451 * BUILD_TESTS isn't used in this project
452
453 [ Russell Sim ]
454 * New upstream release 0.18.0.
455
456 -- Russell Sim <russell.sim@gmail.com> Tue, 30 Apr 2013 00:55:09 +1000
457
458 libgit2 (0.17.0-1) experimental; urgency=low
459
460 * New Upstream Release.
461 * debian/patches/build_static.patch: Enables building as both
462 static and dynamic library.
463 * debian/rules: Added CMAKE_BUILD_TYPE=RelWithDebInfo to rules file.
464 * debian/compat: Updated to 9, adds support for hardening.
465
466 -- Russell Sim <russell.sim@gmail.com> Sun, 20 May 2012 21:34:12 +1000
467
468 libgit2 (0.16.0-1) experimental; urgency=low
469
470 * Initial release (Closes: #614517)
471
472 -- Russell Sim <russell.sim@gmail.com> Tue, 06 Mar 2012 23:03:20 +1100