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