Update tag value for tizen 2.0 build
[external/curl.git] / debian / changelog
1 curl (7.21.3-7) unstable; urgency=low
2
3   * Updated tag value for tizen 2.0 build
4   * Git: external/curl
5   * Tag: curl_7.21.3-7
6
7  -- Taeksu Shin <taeksu.shin@samsung.com>  Thu, 23 Aug 2012 13:54:02 +0900
8
9 curl (7.21.3-6slp2) unstable; urgency=low
10
11   * Renamed tag
12   * Git: unmodified/curl
13   * Tag: curl_7.21.3-6slp2
14
15  -- Taeksu Shin <taeksu.shin@samsung.com>  Thu, 15 Dec 2011 12:33:13 +0900
16
17 curl (7.21.3-1tizen) unstable; urgency=low
18
19   * Ported to Tizen
20   * Git: unmodified/curl
21   * Tag: curl_7.21.3-1tizen
22
23  -- Taeksu Shin <taeksu.shin@samsung.com>  Wed, 07 Dec 2011 11:14:43 +0900
24
25 curl (7.21.3-1) unstable; urgency=low
26
27   * New upstream release.
28   * debian/*.manpages: adding all manpages for the curl library.
29     (closes: #605651)
30   * gnutls->handshake: improved timeout handling. See #594150 for details.
31
32  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Wed, 15 Dec 2010 23:39:26 +0530
33
34 curl (7.21.2-4) unstable; urgency=low
35
36   * support for curl library built against nss.
37     (closes: #606244)
38   * honour DEB_BUILD_OPTIONS=nocheck option.
39     (closes: #606059)
40
41  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Thu, 09 Dec 2010 20:11:37 +0530
42
43 curl (7.21.2-3) unstable; urgency=low
44
45   * debian/rules: reverting changes related to c-ares inclusion.
46   * debian/control: removing libc-ares-dev for now.
47     (closes: #605558)
48
49  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Thu, 02 Dec 2010 10:56:36 +0530
50
51 curl (7.21.2-2) unstable; urgency=low
52
53   * debian/control: add libc-ares-dev as build dependency.
54   * debian/rules: invoke configure with --enable-ares.
55     (closes: #570436)
56   * debian/copyright: add copyright notice of `lib/security.c'
57     to the copyright file. (closes: #603712)
58
59  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Tue, 30 Nov 2010 17:35:29 +0530
60
61 curl (7.21.2-1) unstable; urgency=low
62
63   * New upstream release.
64
65  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Mon, 18 Oct 2010 11:13:17 +0530
66
67 curl (7.21.1-1) unstable; urgency=low
68
69   * New upstream release.
70
71  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Thu, 12 Aug 2010 08:20:48 +0530
72
73 curl (7.21.0-1) unstable; urgency=low
74
75   * New upstream.
76
77  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Wed, 16 Jun 2010 19:25:37 +0530
78
79 curl (7.20.1-2) unstable; urgency=low
80
81   * debian/rules: Removed the custom LDFLAGS variable. This is not
82     required as we are no longer using the libtool patch.
83     (closes: #578774)
84
85  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Wed, 28 Apr 2010 18:40:27 +0530
86
87 curl (7.20.1-1) unstable; urgency=low
88
89   * New upstream release.
90   * debian/patches/missing-double-quote: No longer needed as it has been
91     fixed by the upstream.
92   * debian/patches/no_com_err: Reworked the patches for the new release.
93   * debian/patches/versioned: fix for build failure of 'make test'.
94     (closes: #576237)
95   * debian/rules: removed --enable-ldaps option from the configure as LDAP
96     SSL (Novell extensions to openldap) is not available as Debian packages.
97   * lib/http.c: chunked-encoding with Content-Length header problem has
98     been fixed in the upstream. (closes: #572276)
99   
100  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Mon, 19 Apr 2010 09:21:35 +0530
101
102 curl (7.20.0-3) unstable; urgency=low
103
104   * debian/control: Vcs* tags added.
105   * docs/libcurl/libcurl.m4: added the missing double quote (closes: #576518).
106
107  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Mon, 05 Apr 2010 18:56:40 +0530
108
109 curl (7.20.0-2) unstable; urgency=low
110
111   * New Maintainer (closes: #574137).
112   * Bug #533669 (curl segmentation fault in addbyter()) is fixed
113     from release 7.19.7 onwards (closes: #533669).
114   * Bug #510559 (curl sends whitespace unencoded in the url) can't
115     be reproduced in the 7.20.0 release (closes: #510559).
116
117  -- Ramakrishnan Muthukrishnan <rkrishnan@debian.org>  Thu, 18 Mar 2010 08:55:19 +0530
118
119 curl (7.20.0-1) unstable; urgency=low
120
121   * Package is orphaned.
122   * New upstream release.
123   * Switch to dpkg-source 3.0 (quilt) format (closes: #538547).
124   * Fixed build error with binutils-gold (closes: #554296). 
125
126  -- Domenico Andreoli <cavok@debian.org>  Tue, 09 Feb 2010 13:06:39 +0100
127
128 curl (7.19.7-1) unstable; urgency=low
129
130   * New upstream release:
131     - curl_getdate(3) now correctly manages single letter military
132       timezones as specified in RFC 822 (closes: #551461).
133   * build depends on generic libdb-dev (closes: #548476).
134   * build depends on libssh2-1-dev (>= 1.2) to enable new curl options.
135
136  -- Domenico Andreoli <cavok@debian.org>  Thu, 05 Nov 2009 10:11:57 +0100
137
138 curl (7.19.5-1) unstable; urgency=low
139
140   * New upstream release
141   * Fix "libcurl3-gnutls has memory corruption" by upgrading to new upstream
142     release, which fixes this bug (Closes: #530131)
143   * update standards version to 3.8.1
144   * adjust overrides from libdevel to debug for -dbg package
145   * adjust doc-base section
146
147  -- Andreas Schuldei <andreas@debian.org>  Sun, 24 May 2009 21:12:19 +0200
148
149 curl (7.19.4-1) unstable; urgency=low
150
151   * New upstream release
152   * Fix "newer bdb version" <explain what you changed and why> 
153     (Closes: #517277)
154   * resolve libtool version confusion, thanks to 
155     Stefanos Harhalakis <v13@v13.gr>
156   * add new dependency on libgcrypt11-dev due to newly arising binary symbols
157
158  -- Andreas Schuldei <andreas@debian.org>  Thu, 02 Apr 2009 23:35:45 +0200
159
160 curl (7.18.2-8lenny1) stable-security; urgency=high
161
162   * Applied upstream patch to fix arbitrary file access (CVE-2009-0037).
163
164  -- Domenico Andreoli <cavok@debian.org>  Tue, 03 Mar 2009 10:29:03 +0100
165
166 curl (7.18.2-8) unstable; urgency=low
167
168   * Fix "Please add support for ldap/ldaps protocols" 
169     by changing the linker option for liblber (Closes: #506096)
170
171  -- Andreas Schuldei <andreas@debian.org>  Fri, 26 Dec 2008 23:48:19 +0100
172
173 curl (7.18.2-7) unstable; urgency=low
174
175   * disable c-ares support again, no fix yet, just get stuff working again.
176
177  -- Andreas Schuldei <andreas@debian.org>  Tue, 15 Jul 2008 01:17:29 +0200
178
179 curl (7.18.2-6) unstable; urgency=low
180
181   * enable c-ares support, with ipv6 support
182
183  -- Andreas Schuldei <andreas@debian.org>  Fri, 11 Jul 2008 02:05:16 +0200
184
185 curl (7.18.2-5) unstable; urgency=low
186
187   * /usr/lib/pkgconfig/libcurl.pc: "pkg-config --libs libcurl" returns
188     "-Wl, -z, defs" (Closes: #488701), closing same bug again for 
189     curl-config --libs  command
190
191  -- Andreas Schuldei <andreas@jesaja.schuldei.org>  Wed, 02 Jul 2008 11:24:40 +0200
192
193 curl (7.18.2-4) unstable; urgency=medium
194
195   * /usr/lib/pkgconfig/libcurl.pc: "pkg-config --libs libcurl" returns
196     "-Wl, -z, defs" (Closes: #488701)
197
198  -- Andreas Schuldei <andreas@debian.org>  Mon, 30 Jun 2008 23:59:55 +0200
199
200 curl (7.18.2-3) unstable; urgency=low
201
202   * removing c-ares from the dependencies
203
204  -- Andreas Schuldei <andreas@debian.org>  Sat, 28 Jun 2008 03:34:50 +0200
205
206 curl (7.18.2-2) unstable; urgency=medium
207
208   * blanking the "dependency_libs" line in lib*.la file to keep all the listed libs
209     from being linked to other libs linking to curl.
210   * fixing miss-linking problem by specifying liblber as a configure argument
211   * disabling c-ares again for stability reasons
212   * correcting libgssapi linking in configure.ac (patch no_com_err)     
213
214  -- Andreas Schuldei <andreas@debian.org>  Fri, 27 Jun 2008 03:40:18 +0200
215
216 curl (7.18.2-1e1) experimental; urgency=low
217
218   * testing c-ares-ipv6 integration patch
219
220  -- Andreas Schuldei <andreas@debian.org>  Mon, 23 Jun 2008 08:48:31 +0200
221
222 curl (7.18.2-1) unstable; urgency=low
223
224   * New upstream release:
225     - removed patches/ftp-response, it is already in the upstream release
226     - fixed issues with kerberos ftp (closes: #478864). 
227   * Disable c-ares support, it is still not ready for Debian's wide
228     user base (closes: #478864, #481189).
229   * Standards-Version bumped to 3.8.0:
230     - added support for parallel builds to debian/rules
231   * Removal of $QUILT_PC's override makes this package ready for new
232     source format 3.0 (quilt) (closes: #485023).
233   * Configure build with --with-ca-path but only for OpenSSL flavour,
234     GnuTLS supports only --with-ca-bundle (closes: #482814, #483999).
235     Both libcurl3 and libcurl3-gnutls now depend on ca-certificates.
236
237  -- Domenico Andreoli <cavok@debian.org>  Mon, 09 Jun 2008 14:09:42 +0200
238
239 curl (7.18.1-1) unstable; urgency=low
240
241   * New upstream release.
242   * Fixed crossbuilding bug (closes: #465089).
243   * Improved error reporting in case of failing FTP (closes: #474224).
244   * Enable c-ares support (closes: #352694).
245   * libcurl3-dbg now depends on either libcurl3 or libcurl3-gnutls
246     (closes: #463173).
247
248  -- Domenico Andreoli <cavok@debian.org>  Thu, 17 Apr 2008 10:22:28 +0200
249
250 curl (7.18.0-1) unstable; urgency=low
251
252   * New upstream release.
253   * Use Homepage field in debian/control.
254
255  -- Domenico Andreoli <cavok@debian.org>  Tue, 29 Jan 2008 02:16:25 +0100
256
257 curl (7.17.1-1) unstable; urgency=low
258
259   * New upstream release:
260     - fixed bad use of "its" in curl.1 (closes: #443734)
261     - fixed curl_easy_escape() with input bytes that are >= 0x80
262       (closes: #445214)
263
264  -- Domenico Andreoli <cavok@debian.org>  Wed, 31 Oct 2007 01:12:54 +0100
265
266 curl (7.17.0-1) unstable; urgency=low
267
268   * New upstream release.
269   * Updated to use libssh2-1-dev (closes: #441979, #442198).
270   * Do not run the test suite on hurd (closes: #433834).
271   * Enabled support for LDAPS protocol.
272
273  -- Domenico Andreoli <cavok@debian.org>  Fri, 14 Sep 2007 00:24:21 +0200
274
275 curl (7.16.4-5) unstable; urgency=low
276
277   * libcurl4-openssl-dev now depends on libssh2-0-dev.
278     closes: #439317, #439326.
279
280  -- Domenico Andreoli <cavok@debian.org>  Fri, 24 Aug 2007 18:13:17 +0200
281
282 curl (7.16.4-4) unstable; urgency=low
283
284   * Build libcurl/GnuTLS without libssh2 because of the usual OpenSSL
285     vs. GPL software lincense conflict (closes: #439176).
286
287  -- Domenico Andreoli <cavok@debian.org>  Thu, 23 Aug 2007 23:47:35 +0200
288
289 curl (7.16.4-3) unstable; urgency=low
290
291   * Added support for scp and SFTP protocols.
292
293  -- Domenico Andreoli <cavok@debian.org>  Wed, 22 Aug 2007 00:48:32 +0200
294
295 curl (7.16.4-2) unstable; urgency=low
296
297   * Fixed regression with FTP sites not requesting PASS (closes: #435771).
298
299  -- Domenico Andreoli <cavok@debian.org>  Sat, 04 Aug 2007 02:04:40 +0200
300
301 curl (7.16.4-1) unstable; urgency=low
302
303   * New upstream release (closes: #432514).
304   * Welcome Andreas to the curl packagers!
305   * Build-Depends is now more backporting friendly.
306
307  -- Domenico Andreoli <cavok@debian.org>  Wed, 18 Jul 2007 16:44:30 +0200
308
309 curl (7.16.2-6) unstable; urgency=low
310
311   * Added missing libcurl3 symlinks (closes: #429945)
312     Patch courtesy of Bryan Donlan.
313
314  -- Domenico Andreoli <cavok@debian.org>  Sat, 23 Jun 2007 00:39:20 +0200
315
316 curl (7.16.2-5) unstable; urgency=low
317
318   [ Steve Langasek ]
319   * Re-introduce curl3 symbol versions and rename the packages back to
320     libcurl3*, restoring ABI compatibility with the etch version of the
321     package.
322
323   [ Domenico Andreoli ]
324   * Package libcurl4-gnutls-dev now suggests libcurl3-dbg.
325   * libcurl3-dbg replaces/conflict/provide libcurl4-dbg.
326   * Properly use ${binary:Version} in control file.
327
328  -- Domenico Andreoli <cavok@debian.org>  Wed, 20 Jun 2007 17:52:38 +0200
329
330 curl (7.16.2-4) unstable; urgency=low
331
332   * Fixed configure.ac in case of build with GNUTLS (closes: #425013).
333   * Fixed double-free bug (closes: #424894).
334     Patch courtesy of Daniel Stenberg.
335
336  -- Domenico Andreoli <cavok@debian.org>  Sun, 20 May 2007 01:15:01 +0200
337
338 curl (7.16.2-3) unstable; urgency=low
339
340   * Updated to db4.5 (closes: #421933).
341   * Got rid of unused libcomerr2 dependency (closes: #392294).
342
343  -- Domenico Andreoli <cavok@debian.org>  Tue, 08 May 2007 08:46:21 +0200
344
345 curl (7.16.2-2) experimental; urgency=low
346
347   * Improved package descriptions (closes: #410472). 
348   * Updated package Provides to ease the soname transition.
349
350  -- Domenico Andreoli <cavok@debian.org>  Fri, 27 Apr 2007 15:37:44 +0200
351
352 curl (7.16.2-1) experimental; urgency=low
353
354   * New upstream release.
355   * libcurl4-openssl-dev now depends on libcurl4-openssl (closes: #419774).
356   * Bumped shlibs version to 7.16.2-1.
357   * Patches are now managed with quilt.
358
359  -- Domenico Andreoli <cavok@debian.org>  Wed, 18 Apr 2007 09:29:48 +0200
360
361 curl (7.16.1-1) experimental; urgency=low
362
363   * New upstream release.
364   * Bumped shlibs version to 7.16.1-1.
365   * Added HIDDEN section to version script to handle any __*, _rest or
366     _save* local symbol.
367   * Gopher protocol is not supported since 7.15.2. Removed any reference
368     in package description (closes: #408704).
369   * Moved libcurl/openssl to the new package libcurl4-openssl, now
370     libcurl4 contains a version with no SSL or GSSAPI support (any
371     future cryptographic stuff will be kept out of there).
372   * Package libcurl4-dev now contains the matching headers for libcurl4
373     (so crypto stuff).
374
375  -- Domenico Andreoli <cavok@debian.org>  Thu,  1 Feb 2007 12:49:32 +0100
376
377 curl (7.16.0-1) experimental; urgency=low
378
379   * New upstream release.
380   * Bumped shlibs version to 7.16.0-1.
381   * libcurl4 and libcurl4-gnutls now only recommend ca-certificates
382     (closes: #404103).
383   * pkg-config .pc file now uses Libs.private (closes: #405226). 
384
385  -- Domenico Andreoli <cavok@debian.org>  Fri, 26 Jan 2007 14:26:55 +0100
386
387 curl (7.15.5-1) unstable; urgency=low
388
389   * New upstream release:
390     - fixed nodes removal from the splay tree (closes: #375076).
391   * Make package build also if $TAPE is set (closes: #377470).
392   * Bumped shlibs version to 7.15.5-1.
393
394  -- Domenico Andreoli <cavok@debian.org>  Mon,  7 Aug 2006 10:26:13 +0200
395
396 curl (7.15.4-1ubuntu1) edgy; urgency=low
397
398   * Synchronize to Debian. Only change left: Removal of stunnel and
399     libdb4.2-dev build dependencies.
400
401  -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 29 Jun 2006 15:04:24 +0200
402
403 curl (7.15.4-1) unstable; urgency=low
404
405   * New upstream release.
406   * Bumped shlibs version to 7.15.4-1.
407
408  -- Domenico Andreoli <cavok@debian.org>  Wed, 14 Jun 2006 14:41:16 +0200
409
410 curl (7.15.3-2) unstable; urgency=low
411
412   * Fixed bug in configure.ac that makes FTBFS (closes: #367954).
413
414  -- Domenico Andreoli <cavok@debian.org>  Wed, 31 May 2006 15:18:26 +0200
415
416 curl (7.15.3-1) unstable; urgency=high
417
418   * New upstream release:
419     - fixed TFTP packet buffer overflow vulnerability
420       [lib/tftp.c, CVE-2006-1061].
421     - improved curl_getenv.3 manpage grammar (closes: #357388).
422
423  -- Domenico Andreoli <cavok@debian.org>  Mon, 20 Mar 2006 11:46:25 +0100
424
425 curl (7.15.2-3) unstable; urgency=low
426
427   * Applied upstream patch to fix multi interface and multi-part formposts
428     (closes: #355715).
429   * Build back with -O2, gcc 4.0.2-10 fixed the previously trigged bug.
430
431  -- Domenico Andreoli <cavok@debian.org>  Wed,  8 Mar 2006 15:29:15 +0100
432
433 curl (7.15.2-2) unstable; urgency=low
434
435   * Added missing autotools invocation. Re-added versioned symbols
436     (closes: #355241).
437   * Bumped shlibs version to 7.15.2-2.
438   * Build with -O3 to work around sospicious segfaults on tests 253
439     and 255.
440
441  -- Domenico Andreoli <cavok@debian.org>  Sat,  4 Mar 2006 22:47:23 +0100
442
443 curl (7.15.2-1) unstable; urgency=low
444
445   * New upstream release.
446   * Bumped shlibs version to 7.15.2-1.
447   * Adopted debhelper's compatibility level 5.
448
449  -- Domenico Andreoli <cavok@debian.org>  Wed,  1 Mar 2006 16:12:51 +0100
450
451 curl (7.15.1-1ubuntu2) dapper; urgency=low
452
453   * SECURITY UPDATE: Arbitrary remote code execution with long tftp:// URLs.
454   * lib/tftp.c: Fix unbounded sprintf() to avoid buffer overflow. Thanks to
455     Ulf Harnhammar for discovering this.
456   * CVE-2006-1061
457
458  -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 16 Mar 2006 11:30:25 +0100
459
460 curl (7.15.1-1ubuntu1) dapper; urgency=low
461
462   * Resynchronise with Debian to get URL parser overflow fix from 7.15.1
463     (CVE-2005-4077).
464
465  -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 12 Dec 2005 15:04:52 +0100
466
467 curl (7.15.1-1) unstable; urgency=low
468
469   * New upstream release:
470     - fixed buffer overflow in URL parser function (closes: #342339).
471
472  -- Domenico Andreoli <cavok@debian.org>  Wed,  7 Dec 2005 11:11:38 +0100
473
474 curl (7.15.0-5.1) unstable; urgency=high
475
476   * Non-maintainer upload.
477   * Urgency high for RC bug fix.
478   * Let libcurl3-*-dev depend on libkrb5-dev (closes: #340784, #340916).
479
480  -- Luk Claes <luk@debian.org>  Sun,  4 Dec 2005 11:59:20 +0100
481
482 curl (7.15.0-5) unstable; urgency=low
483
484   * libcurl3-gnutls-dev and libcurl3-openssl-dev now only recommend
485     libkrb5-dev (closes: #334888).
486   * Applied upstream patch to fix error message in case FTP-path does
487     not exist (closes: #338680).
488   * Applied upstream patch to fix parsing of --limit-rate command line
489     option (closes: #338681).
490
491  -- Domenico Andreoli <cavok@debian.org>  Fri, 25 Nov 2005 10:30:25 +0100
492
493 curl (7.15.0-4ubuntu1) dapper; urgency=low
494
495   * Resynchronise with Debian (only change left: Removal of stunnel build
496     dependency).
497   * Remove libdb4.2-dev build dependency.
498
499  -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 10 Nov 2005 17:44:35 -0500
500
501 curl (7.15.0-4) unstable; urgency=low
502
503   * Fixed output of curl-config --vernum (closes: #335296).
504   * libcurl3-openssl-dev now replaces libcurl3-dev older than 7.14.1-1
505     (closes: #335277).
506
507  -- Domenico Andreoli <cavok@debian.org>  Tue, 25 Oct 2005 11:48:53 +0200
508
509 curl (7.15.0-3) unstable; urgency=low
510
511   * libcurl3 and libcurl3-gnutls now suggest libldap2 (closes: #294407).
512
513   * Re-introduced libcurl3-dev package for transition reasons.
514
515  -- Domenico Andreoli <cavok@debian.org>  Wed, 19 Oct 2005 12:45:43 +0200
516
517 curl (7.15.0-2) unstable; urgency=low
518
519   * Fixed depends of libcurl3-*-dev packages (closes: #334021, #333609, #334048).
520   * Bumped shlibs version to 7.15.0-1 (closes: #334053).
521
522  -- Domenico Andreoli <cavok@debian.org>  Sun, 16 Oct 2005 15:34:40 +0200
523
524 curl (7.15.0-1) unstable; urgency=low
525
526   * New upstream release:
527     - fixed user+domain name buffer overflow in the NTLM code
528       (CAN-2005-3185, closes: #333734).
529     - libcurl3-*-dev packages now depend on libkrb5-dev (closes: #333609).
530     - improved docs about curl_easy_setopt() and ERRORBUFFER (closes: #329313).
531
532  -- Domenico Andreoli <cavok@debian.org>  Fri, 14 Oct 2005 13:32:06 +0200
533
534 curl (7.14.1-5) unstable; urgency=low
535
536   * Added build dependency on libtool (closes: #332729, #333174).
537
538  -- Domenico Andreoli <cavok@debian.org>  Tue, 11 Oct 2005 10:05:36 +0200
539
540 curl (7.14.1-4) unstable; urgency=low
541
542   * Fixed SEE ALSO section in curl_excape.3 (closes: #331505).
543   * Fixed configure.ac when --host=i586-mingw32msvc is given (closes: #329444).
544   * Added missing example files (closes: #331722).
545   * Updated build dependency for OpenSSL 0.9.8 transition.
546
547  -- Domenico Andreoli <cavok@debian.org>  Mon, 10 Oct 2005 12:43:25 +0200
548
549 curl (7.14.1-3) experimental; urgency=low
550
551   * Fixed soname of libcurl-gnutls.so* variant.
552   * Fixed broken sentence (closes: #329305).
553   * Fixed reference to TheArtOfHttpScripting.gz (closes: #329299).
554   * Added clarification about WRITEFUNCTION and WRITEDATA (closes: #329311).
555
556  -- Domenico Andreoli <cavok@debian.org>  Wed, 28 Sep 2005 17:13:51 +0200
557
558 curl (7.14.1-2) experimental; urgency=low
559
560   * Started using the system-wide CA certificate file (closes: #308514).
561   * Fixed apostrophe typos in the curl man page (closes: #326511).
562   * Only curl_* symbols are now globally visible outside of libcurl.
563
564  -- Domenico Andreoli <cavok@debian.org>  Sat, 17 Sep 2005 23:52:28 +0200
565
566 curl (7.14.1-1) experimental; urgency=low
567
568   * New upstream release.
569   * libcurl3-gnutls has a modified soname and may be installed together
570     with libcurl3 (closes: #318590).
571   * Both libcurl3 and libcurl3-gnutls are built with versioned symbols
572     and with support of GSSAPI authentication.
573   * Renamed libcurl3-dev to libcurl3-openssl-dev.
574   * Dropped package libcurl3-gssapi.
575
576  -- Domenico Andreoli <cavok@debian.org>  Thu, 15 Sep 2005 23:59:32 +0200
577
578 curl (7.14.0-5) unstable; urgency=low
579
580   * Added libcurl3-gnutls and libcurl3-gnutls-dev packages (closes: #318590).
581   * libcurl3-gssapi now has its own shlibs file. Packages built with this
582     package installed will depend on it.
583
584  -- Domenico Andreoli <cavok@debian.org>  Thu, 18 Aug 2005 02:26:38 +0200
585
586 curl (7.14.0-4) unstable; urgency=low
587
588   * OpenSSL is back (closes: #321294, #321391).
589
590  -- Domenico Andreoli <cavok@debian.org>  Fri,  5 Aug 2005 23:34:45 +0200
591
592 curl (7.14.0-3) unstable; urgency=low
593
594   * Updated the use of dpkg-architecture (closes: #320046).
595   * Added missing aclocal file libcurl.m4 to libcurl3-dev (closes: #315848).
596   * Added (many) missing man pages (closes: #315850).
597   * OpenSSL is replaced by GnuTLS in providing SSL support (closes: #318590).
598   * Heimdal is replaced by MIT Kerberos in providing GSSAPI support.
599
600  -- Domenico Andreoli <cavok@debian.org>  Tue,  2 Aug 2005 22:34:01 +0200
601
602 curl (7.14.0-2ubuntu1) breezy; urgency=low
603
604   * Synchronize with Debian.
605
606  -- Matthias Klose <doko@ubuntu.com>  Tue, 26 Jul 2005 19:03:01 +0200
607
608 curl (7.14.0-2) unstable; urgency=low
609
610   * Rebuilt and uploaded to unstable.
611
612  -- Domenico Andreoli <cavok@debian.org>  Wed, 15 Jun 2005 11:41:32 +0200
613
614 curl (7.14.0-1) experimental; urgency=low
615
616   * New upstream release.
617
618  -- Domenico Andreoli <cavok@debian.org>  Tue, 17 May 2005 10:42:35 +0200
619
620 curl (7.13.2-3) unstable; urgency=high
621
622   * HTTP response headers with null bytes are now correctly managed
623     (closes: #310948).
624
625  -- Domenico Andreoli <cavok@debian.org>  Fri,  3 Jun 2005 23:59:30 +0200
626
627 curl (7.13.2-2) unstable; urgency=low
628
629   * Fixed conditional build of package libcurl3-gssapi
630     (closes: #303939, #303953).
631
632  -- Domenico Andreoli <cavok@debian.org>  Mon, 11 Apr 2005 19:00:27 +0200
633
634 curl (7.13.2-1) unstable; urgency=low
635
636   * New upstream release:
637     - fixed curl man page typos (closes: #302820).
638
639  -- Domenico Andreoli <cavok@debian.org>  Tue,  5 Apr 2005 14:41:13 +0200
640
641 curl (7.13.1-3) unstable; urgency=low
642
643   * Fixed hanging of some SSL connections (closes: #302366).
644
645  -- Domenico Andreoli <cavok@debian.org>  Thu, 31 Mar 2005 16:27:41 +0200
646
647 curl (7.13.1-2) unstable; urgency=low
648
649   * Rebuilt to get the correct libidn11 dependency (closes: #299348).
650   * Added some missing documentation files (closes: #298855).
651
652  -- Domenico Andreoli <cavok@debian.org>  Wed, 16 Mar 2005 14:30:03 +0100
653
654 curl (7.13.1-1) unstable; urgency=low
655
656   * New upstream release.
657   * Bumped up shlibs version for libcurl3 because of new curl options.
658
659  -- Domenico Andreoli <cavok@debian.org>  Fri,  4 Mar 2005 16:03:17 +0100
660
661 curl (7.13.0-2) unstable; urgency=high
662
663   * Fixed NTLM Authentication buffer overflow (closes: #296678).
664     Patch courtesy of Daniel Stenberg. This handles CAN-2005-0490.
665   * Removed libcurl2* packages and all the scary stuff used to build them
666     (closes: #274631).
667
668  -- Domenico Andreoli <cavok@debian.org>  Thu, 24 Feb 2005 10:07:22 +0100
669
670 curl (7.13.0-1) unstable; urgency=low
671
672   * New upstream release.
673   * libcurl3 now suggests package libldap2-dev to enable support for
674     LDAP protocol.
675   * Bumped up shlibs version for libcurl3 because of new curl options.
676
677  -- Domenico Andreoli <cavok@debian.org>  Sat,  5 Feb 2005 10:39:52 +0100
678
679 curl (7.12.3-2ubuntu3) hoary; urgency=low
680
681   * Fix the version numbers internal to debian/rules.  Closes; #8088
682
683  -- LaMont Jones <lamont@ubuntu.com>  Wed, 23 Mar 2005 18:41:29 -0700
684
685 curl (7.12.3-2) unstable; urgency=low
686
687   * Disabled test suite on m68k, it stalls.
688
689  -- Domenico Andreoli <cavok@debian.org>  Thu, 30 Dec 2004 11:11:48 +0100
690
691 curl (7.12.3-1) unstable; urgency=low
692
693   * New upstream release:
694     - fixed debug tracing to network socket is stderr is closed
695       (closes: #278691).
696   * Applied patch to fix getpass license problems (closes: #286794).
697     Patch courtesy of Daniel Stenberg.
698   * Bumped up shlibs version for libcurl3 because of new curl options.
699
700  -- Domenico Andreoli <cavok@debian.org>  Mon, 27 Dec 2004 12:50:30 +0100
701
702 curl (7.12.2-2) unstable; urgency=low
703
704   * libcurl3-dbg package is now built by dh_strip --dbg-package
705     (closes: #274710).
706   * Added build dependency on libdb4.2-dev.
707
708  -- Domenico Andreoli <cavok@debian.org>  Thu,  4 Nov 2004 11:36:17 +0100
709
710 curl (7.12.2-1) unstable; urgency=low
711
712   * New upstream release.
713   * Update diff to 7.11.2.
714   * Add debian/watch file.
715   * Add myself as a uploader.
716
717  -- Matthias Klose <doko@debian.org>  Wed,  3 Nov 2004 00:55:52 +0100
718
719 curl (7.12.1-1) unstable; urgency=low
720
721   * New upstream release:
722     - workaround for ASN1_STRING_to_UTF8 failing if input is already
723       UTF-8 encoded (closes: #264711).
724   * Bumped up shlibs version for libcurl3 because of the introduction
725     of FTP 3rd party transfer support options.
726
727  -- Domenico Andreoli <cavok@debian.org>  Tue, 10 Aug 2004 11:40:29 +0200
728
729 curl (7.12.0.rel-6) unstable; urgency=low
730
731   * In rebuilding the 7.11.2 tree starting from the 7.12.0 one,
732     lib/getdate.y is patched before lib/getdate.c (closes: #262597).
733
734  -- Domenico Andreoli <cavok@debian.org>  Sun,  1 Aug 2004 17:59:57 +0200
735
736 curl (7.12.0.rel-5) unstable; urgency=low
737
738   * Tests are performed only if build target and building host are the
739     same and are not kfreebsd-gnu or knetbsd-gnu (closes: #261591).
740   * On hurd-i386 libcurl3-gssapi is not built.
741
742  -- Domenico Andreoli <cavok@debian.org>  Thu, 29 Jul 2004 15:17:51 +0200
743
744 curl (7.12.0.rel-4) unstable; urgency=low
745
746   * Added build dependency on groff-base to really build the built-in
747     manual.
748   * libcurl3 now replaces old libcurl2 versions (closes: #255262).
749
750  -- Domenico Andreoli <cavok@debian.org>  Tue, 20 Jul 2004 11:40:09 +0200
751
752 curl (7.12.0.rel-3) unstable; urgency=low
753
754   * Enabled curl's built-in manual. 
755   * configure script for 7.11.2 is now managed correctly.
756
757  -- Domenico Andreoli <cavok@debian.org>  Sun, 18 Jul 2004 22:25:00 +0200
758
759 curl (7.12.0.rel-2) unstable; urgency=low
760
761   * libcurl2 uses curl-ca-bundle-7.11.2.crt (closes: #255262).
762     Yes, it is a hack to not add libcurl-common package right now.
763
764  -- Domenico Andreoli <cavok@debian.org>  Sun, 18 Jul 2004 16:40:45 +0200
765
766 curl (7.12.0.rel-1) experimental; urgency=low
767
768   * Version 7.12.0 is back with proper libcurl3* packages.
769   * libcurl2* 7.11.2 packages are still provided (closes: #252879).
770   * Enabled again the support for libidn.
771
772  -- Domenico Andreoli <cavok@debian.org>  Sun,  6 Jun 2004 23:09:33 +0200
773
774 curl (7.12.0.is.7.11.2-1) unstable; urgency=low
775
776   * Reverted to version 7.11.2 (closes: #252348).
777   * Disabled support for libidn (closes: #252367). This is to leave
778     curl in unstable as much similar as possible to the one in testing.
779
780  -- Domenico Andreoli <cavok@debian.org>  Fri,  4 Jun 2004 19:09:25 +0200
781
782 curl (7.12.0-1) unstable; urgency=low
783
784   * New upstream release:
785     - fixed minor man page problem (closes: #232928)
786     - improved --create-dirs description in curl man page (closes: #251351)
787   * Enabled support for libidn. 
788
789  -- Domenico Andreoli <cavok@debian.org>  Wed,  2 Jun 2004 18:06:05 +0200
790
791 curl (7.11.2-2) unstable; urgency=low
792
793   * Fixed curl.1 man page (closes: #232928).
794     Patch courtesy of Daniel Stenberg, the upstream developer.
795
796  -- Domenico Andreoli <cavok@debian.org>  Tue, 27 Apr 2004 19:47:09 +0200
797
798 curl (7.11.2-1) unstable; urgency=low
799
800   * New upstream release.
801   * Bumped up shlibs version because of the introduction of
802     CURLOPT_TCP_NODELAY option.
803
804  -- Domenico Andreoli <cavok@debian.org>  Mon, 26 Apr 2004 14:14:20 +0200
805
806 curl (7.11.1-2) unstable; urgency=low
807
808   * Added GSSAPI support to package libcurl2-gssapi (closes: #241553). 
809
810  -- Domenico Andreoli <cavok@debian.org>  Fri,  2 Apr 2004 18:03:15 +0200
811
812 curl (7.11.1-1) unstable; urgency=low
813
814   * New upstream release.
815   * Bumped up shlibs version because of the introduction of
816     CURLOPT_POSTFIELDSIZE_LARGE option.
817
818  -- Domenico Andreoli <cavok@debian.org>  Fri, 19 Mar 2004 11:39:07 +0100
819
820 curl (7.11.0-4) unstable; urgency=low
821
822   * Applied fix from upstream's CVS which adds another CRLF in
823     chunked-transfers.
824
825  -- Domenico Andreoli <cavok@debian.org>  Sun,  1 Feb 2004 13:19:02 +0100
826
827 curl (7.11.0-3) unstable; urgency=low
828
829   * "Fixed" build process, now the right file is searched for CA
830     certificates (closes: #228182).
831
832  -- Domenico Andreoli <cavok@debian.org>  Sat, 31 Jan 2004 20:06:10 +0100
833
834 curl (7.11.0-2) unstable; urgency=low
835
836   * Test suite is still performed but is not critical for the build
837     being successful any more.
838
839  -- Domenico Andreoli <cavok@debian.org>  Fri, 30 Jan 2004 13:03:03 +0100
840
841 curl (7.11.0-1) unstable; urgency=low
842
843   * New upstream release. 
844
845  -- Domenico Andreoli <cavok@debian.org>  Sun, 25 Jan 2004 17:50:43 +0100
846
847 curl (7.10.8+7.11.0-pre1-1) unstable; urgency=low
848
849   * New upstream pre-release:
850     - proxy+ssl now passes post variables (closes: #222901)
851     - various test case problems exposed in #222140 should now be fixed.
852   * Bumped up shlibs version because of the introduction of
853     CURLOPT_NETRC_FILE and CURLOPT_FTP_SSL options in libcurl.
854
855  -- Domenico Andreoli <cavok@debian.org>  Wed, 14 Jan 2004 17:35:46 +0100
856
857 curl (7.10.8-1) unstable; urgency=low
858
859   * New upstream release:
860     - fixed LDAP support (closes: #149609)
861     - cleaner environment for testsuite execution (closes: #210253)
862     - fixed lib/Makefile.am's use of LDFLAGS (closes: #212086)
863     - fixed name clash in curl.h with respect to unistd.h (closes: #213180)
864     - fixed typo in curl manpage (closes: #218046).
865   * Bumped up shlibs version because of new libcurl options.
866   * Added stunnel to the Build-Depends in order to enable SSL test cases.
867
868  -- Domenico Andreoli <cavok@debian.org>  Mon,  3 Nov 2003 10:26:12 +0100
869
870 curl (7.10.7-2) unstable; urgency=low
871
872   * Fixed bug in cache_resolv_response on alpha and ia64 (closes: #207174).
873     Patch courtesy of Jurij Smakov.
874
875  -- Domenico Andreoli <cavok@debian.org>  Mon,  8 Sep 2003 21:55:46 +0200
876
877 curl (7.10.7-1) unstable; urgency=low
878
879   * New upstream release.
880   * Bumped up shlibs version because of the introduction of CURLOPT_PROXYAUTH
881     and CURLOPT_FTP_CREATE_MISSING_DIRS options in libcurl.
882
883  -- Domenico Andreoli <cavok@debian.org>  Mon, 18 Aug 2003 00:19:43 +0200
884
885 curl (7.10.6-3) unstable; urgency=low
886
887   * Applied patch to fix test 60 on ia64.
888
889  -- Domenico Andreoli <cavok@debian.org>  Sat,  9 Aug 2003 04:26:15 +0200
890
891 curl (7.10.6-2) unstable; urgency=low
892
893   * Applied patch from upstream to fix url globbing (closes: #203827).
894   * make test is still performed on building debug stuff but errors
895     are ignored.
896
897  -- Domenico Andreoli <cavok@debian.org>  Thu,  7 Aug 2003 02:20:46 +0200
898
899 curl (7.10.6-1) unstable; urgency=low
900
901   * New upstream release:
902     - added spport for http_proxy env var with name:passwd
903       (closes: #193630).
904   * make test is invoked after build 
905
906  -- Domenico Andreoli <cavok@debian.org>  Tue, 29 Jul 2003 01:26:50 +0200
907
908 curl (7.10.5-1) unstable; urgency=low
909
910   * New upstream release:
911     - fixed typo in curl's man page (closes: #189272).
912   * New libcurl option CURLOPT_FTP_USE_EPRT has been added, bumped
913     up shlibs.
914
915  -- Domenico Andreoli <cavok@debian.org>  Mon, 19 May 2003 23:57:12 +0200
916
917 curl (7.10.4-1) unstable; urgency=low
918
919   * New upstream release:
920     - now uses new settings properly when re-using an existing connection
921       (closes: #185254)
922     - curl man page now refers to MANUAL (closes: #178509).
923   * Changed section of libcurl2-dev and libcurl2-dbg to libdevel. 
924
925  -- Domenico Andreoli <cavok@debian.org>  Wed,  2 Apr 2003 21:25:24 +0200
926
927 curl (7.10.3-3) unstable; urgency=low
928
929   * Rebuilt to link against libssl0.9.7.
930   * Improved package descriptions thanks to suggestions provided by
931     Filip Van Raemdonck <mechanix@debian.org> (closes: #177995).
932
933  -- Domenico Andreoli <cavok@debian.org>  Fri, 14 Mar 2003 16:08:38 +0100
934
935 curl (7.10.3-2) unstable; urgency=low
936
937   * Development package is now named libcurl2-dev, it provides
938     libcurl-dev.  People can now safely make their build dependencies
939     and be sure to use the right stuff.
940   * New package libcurl2-dbg is provided to help in debugging sessions.
941
942  -- Domenico Andreoli <cavok@debian.org>  Mon, 20 Jan 2003 22:04:32 +0100
943
944 curl (7.10.3-1) unstable; urgency=low
945
946   * New upstream release.
947   * It now suggests ca-certificates package.
948
949  -- Domenico Andreoli <cavok@debian.org>  Thu, 16 Jan 2003 00:27:48 +0100
950
951 curl (7.10.2-2) unstable; urgency=low
952
953   * Added AM_MAINTAINER_MODE to configure.in (closes: #170050).
954
955  -- Domenico Andreoli <cavok@debian.org>  Fri, 22 Nov 2002 14:28:22 +0100
956
957 curl (7.10.2-1) unstable; urgency=low
958
959   * New upstream release:
960     - fixed segfault on retrieving relative redirects (closes: #165382)
961     - fixed a leak of debug output (closes: #167678).
962   * Updated config.guess and config.sub (closes: #166153).
963   * Added zlib1g-dev to build and libcurl-dev dependencies
964     (closes: #169654).
965   * Added HTML and PDF versions of all manpages in libcurl-dev package.
966
967  -- Domenico Andreoli <cavok@debian.org>  Wed, 20 Nov 2002 23:38:24 +0100
968
969 curl (7.10.1-1) unstable; urgency=low
970
971   * New upstream release. 
972
973  -- Domenico Andreoli <cavok@debian.org>  Fri, 11 Oct 2002 23:26:50 +0200
974
975 curl (7.10-1) unstable; urgency=low
976
977   * New upstream release:
978     - new way to use option -x to prevent curl from using any proxy
979       server (closes: #161153).
980
981  -- Domenico Andreoli <cavok@debian.org>  Wed,  2 Oct 2002 01:04:20 +0200
982
983 curl (7.9.8-2) unstable; urgency=low
984
985   * Added again libcurl2-ssl to the libcurl2 conflicts.
986
987  -- Domenico Andreoli <cavok@debian.org>  Thu,  4 Jul 2002 02:35:24 +0200
988
989 curl (7.9.8-1) unstable; urgency=low
990
991   * New upstream release.
992   * Double flavor of curl to support both non-SSL and SSL is gone.
993     Now curl comes only with SSL. Who needs SSL can require curl
994     version >= 7.9.8 .
995
996  -- Domenico Andreoli <cavok@debian.org>  Mon, 24 Jun 2002 23:04:37 +0200
997
998 curl (7.9.7-2) unstable; urgency=low
999
1000   * Fixed the bashism in debian/rules (closes: #147352).
1001   * SSL and non-SSL series of curl packages are now built from the
1002     same source. thanks crypto-in-main! :)
1003
1004  -- Domenico Andreoli <cavok@debian.org>  Mon, 20 May 2002 23:28:05 +0200
1005
1006 curl (7.9.7-1) unstable; urgency=low
1007
1008   * New upstream release. 
1009
1010  -- Domenico Andreoli <cavok@debian.org>  Wed, 15 May 2002 21:09:19 +0200
1011
1012 curl (7.9.6-1) unstable; urgency=low
1013
1014   * New upstream release.
1015   * libcurl.3 manpage is now installed by libcurl-dev instead of
1016     libcurl2. Indeed it provides an overview on how to use libcurl in
1017     C programs.
1018
1019  -- Domenico Andreoli <cavok@debian.org>  Sat, 20 Apr 2002 17:06:51 +0200
1020
1021 curl (7.9.5-2) unstable; urgency=low
1022
1023   * curl-ssl stuff moved from non-US to main.
1024
1025  -- Domenico Andreoli <cavok@debian.org>  Mon, 25 Mar 2002 23:40:02 +0100
1026
1027 curl (7.9.5-1) unstable; urgency=low
1028
1029   * New upstream release (closes: #134608).
1030   * Added autotools-dev to the build dependencies. config.{guess,sub}
1031     can now be updated automatically in the build process.
1032
1033  -- Domenico Andreoli <cavok@debian.org>  Tue, 12 Mar 2002 19:06:21 +0100
1034
1035 curl (7.9.3-2) unstable; urgency=low
1036
1037   * Upstream source code has been correctly imported in my CVS
1038     repository (closes: #130906).
1039
1040  -- Domenico Andreoli <cavok@debian.org>  Sun, 27 Jan 2002 22:23:54 +0100
1041
1042 curl (7.9.3-1) unstable; urgency=low
1043
1044   * New upstream release:
1045     - fixed wrong assumption on char signedness (closes: #127011)
1046     - missing header added accordingly (closes: #130401)
1047   * Fixed a typo in curl description (closes: #124526).
1048
1049  -- Domenico Andreoli <cavok@debian.org>  Thu, 24 Jan 2002 20:04:04 +0100
1050
1051 curl (7.9.2-1) unstable; urgency=low
1052
1053   * New upstream release:
1054     - two bad timeout matters in libcurl2 are now solved (closes: #118595).
1055
1056  -- Domenico Andreoli <cavok@debian.org>  Fri,  7 Dec 2001 16:58:45 +0100
1057
1058 curl (7.9.1-3) unstable; urgency=low
1059
1060   * Fixed return type of Curl_ftpsendf(...) to CURLcode (closes: #120485).
1061   * Versions in debian/libcurl2.shlibs have been incremented to
1062     ">= 7.9.1-1".
1063
1064  -- Domenico Andreoli <cavok@debian.org>  Thu, 22 Nov 2001 15:35:40 +0100
1065
1066 curl (7.9.1-2) unstable; urgency=low
1067
1068   * Reverted to unpatched released 7.9.1 source tree, patch behavior
1069     was weird.
1070
1071  -- Domenico Andreoli <cavok@debian.org>  Thu, 15 Nov 2001 18:05:58 +0100
1072
1073 curl (7.9.1-1) unstable; urgency=low
1074
1075   * New upstream release.
1076   * Applied upstream patch #478780 found on sourceforge, fixes libcurl
1077     which didn't restore SIGALRM handler (closes: #118595).
1078   * Applied patch for patch #478780 of above, see bug #118595 in BTS.
1079     Patch courtesy of Enrik Berkhan <Enrik.Berkhan@planb.de>.
1080   * Build-Depends reduced to what is strictly required for building.
1081     autoconf, automake and libtool build dependencies are gone.
1082
1083  -- Domenico Andreoli <cavok@debian.org>  Fri,  9 Nov 2001 13:56:36 +0100
1084
1085 curl (7.9-1) unstable; urgency=low
1086
1087   * New upstream release:
1088     - output of "curl-config --libs" now includes -lcurl.
1089
1090  -- Domenico Andreoli <cavok@debian.org>  Tue, 25 Sep 2001 18:38:46 +0200
1091
1092 curl (7.8-3) unstable; urgency=low
1093
1094   * Added libc6-dev to libcurl2-dev dependencies.
1095   * Fixed lack of some FD_ZERO(...)s in lib/transfer.c (closes: #105516).
1096
1097  -- Domenico Andreoli <cavok@debian.org>  Fri,  3 Aug 2001 16:32:20 +0200
1098
1099 curl (7.8-2) unstable; urgency=low
1100
1101   * libcurl2.shlibs now includes version numbers. some new symbols have
1102     been introduced in libcurl 7.8, so program linked against 7.8 cannot
1103     work with older ones.
1104   * IPv6 support is now enabled
1105   * configure.in has been renamed to autoconf.ac to force the use of
1106     autoconf 2.50
1107
1108  -- Domenico Andreoli <cavok@debian.org>  Thu,  5 Jul 2001 01:38:24 +0200
1109
1110 curl (7.8-1) unstable; urgency=low
1111
1112   * New upstream release. 
1113   * Applied patch for correct shared library versioning of libcurl, curl
1114     7.8 comes with broken shared library version out of the box.
1115     Patch provided by upstream developer.
1116
1117  -- Domenico Andreoli <cavok@debian.org>  Sat,  9 Jun 2001 21:12:05 +0200
1118
1119 curl (7.7.3-3) unstable; urgency=low
1120
1121   * Fixed manpages libcurl-dev with required simlinks (closes: 99610).
1122
1123  -- Domenico Andreoli <cavok@debian.org>  Mon,  4 Jun 2001 14:37:49 +0200
1124
1125 curl (7.7.3-2) unstable; urgency=low
1126
1127   * lib/url.c and lib/version.c are now fixed (closes: #97709).
1128   * install upstream changelog (closes: #97628).
1129
1130  -- Domenico Andreoli <cavok@debian.org>  Fri, 18 May 2001 10:32:25 +0200
1131
1132 curl (7.7.3-1) unstable; urgency=low
1133
1134   * New upstream release. 
1135   * Using dh_installman instead dh_installmanpages.
1136   * Installing libcurl examples with dh_installexamples.
1137   * Policy 3.5.3.0 compliant.
1138
1139  -- Domenico Andreoli <cavok@debian.org>  Thu, 10 May 2001 09:45:05 +0200
1140
1141 curl (7.7.2-1) unstable; urgency=low
1142
1143   * New upstream release. 
1144
1145  -- Domenico Andreoli <cavok@debian.org>  Tue, 24 Apr 2001 09:14:51 +0200
1146
1147 curl (7.7.1-2) unstable; urgency=low
1148
1149   * Fixed debian/rules (closes: #78232, #93837). 
1150
1151  -- Domenico Andreoli <cavok@debian.org>  Tue, 17 Apr 2001 17:12:19 +0200
1152
1153 curl (7.7.1-1) unstable; urgency=low
1154
1155   * New upstream release. 
1156
1157  -- Domenico Andreoli <cavok@debian.org>  Tue, 10 Apr 2001 13:26:09 +0200
1158
1159 curl (7.7-1) unstable; urgency=low
1160
1161   * New upstream release.
1162   * Fixed formatting errors in curl.1 (closes: #90281). 
1163
1164  -- Domenico Andreoli <cavok@debian.org>  Fri, 23 Mar 2001 18:25:26 +0100
1165
1166 curl (7.6.1-5) unstable; urgency=low
1167
1168   * Fixed debian/libcurl1.shlibs in order to solve any problem for those
1169     packages which should depend on either libcurl1 or libcurl1-ssl.
1170     I should have done it long time ago.
1171
1172  -- Domenico Andreoli <cavok@debian.org>  Tue, 13 Mar 2001 18:29:06 +0100
1173
1174 curl (7.6.1-4) unstable; urgency=low
1175
1176   * Added versioned Build-Depend for debhelper.
1177
1178  -- Domenico Andreoli <cavok@debian.org>  Tue,  6 Mar 2001 15:16:02 +0100
1179
1180 curl (7.6.1-3) unstable; urgency=low
1181
1182   * Refining the transition to debhelper compatibility 2. I forgot the
1183     executable in the curl package (closes: #87886).
1184
1185  -- Domenico Andreoli <cavok@debian.org>  Wed, 28 Feb 2001 14:31:43 +0100
1186
1187 curl (7.6.1-2) unstable; urgency=low
1188
1189   * Switched to debhelper compatibility version 2.
1190
1191  -- Domenico Andreoli <cavok@debian.org>  Fri, 23 Feb 2001 18:24:02 +0100
1192
1193 curl (7.6.1-1) unstable; urgency=low
1194
1195   * New upstream release. 
1196
1197  -- Domenico Andreoli <cavok@libero.it>  Tue, 13 Feb 2001 18:04:04 +0100
1198
1199 curl (7.6-2) unstable; urgency=low
1200
1201   * Adjusted dependencies in order to let curl-ssl package manage a
1202     smooth upgrade from potato.
1203
1204  -- Domenico Andreoli <cavok@libero.it>  Fri,  9 Feb 2001 13:36:11 +0100
1205
1206 curl (7.6-1) unstable; urgency=low
1207
1208   * New upstream release.
1209
1210  -- Domenico Andreoli <cavok@libero.it>  Mon, 29 Jan 2001 16:00:59 +0100
1211
1212 curl (7.5.2-2) unstable; urgency=low
1213
1214   * This is a service upload in order to fix dependencies problems arose
1215     for a ill-formed upload of 7.5.2-1.
1216
1217  -- Domenico Andreoli <cavok@libero.it>  Mon, 29 Jan 2001 14:54:57 +0100
1218
1219 curl (7.5.2-1) unstable; urgency=low
1220
1221   * New upstream release.
1222   * It needed to be recompiled against the new libc (closes: #80256).
1223
1224  -- Domenico Andreoli <cavok@libero.it>  Mon, 15 Jan 2001 13:08:15 +0100
1225
1226 curl (7.5-1) unstable; urgency=low
1227
1228   * New upstream release. 
1229
1230  -- Domenico Andreoli <cavok@libero.it>  Mon,  4 Dec 2000 13:15:33 +0100
1231
1232 curl (7.4.2-2) unstable; urgency=low
1233
1234   * curl replaces curl-ssl. curl is only a frontend for libcurl and is not
1235     aware of any protocol, libcurl is. so what is really different whether
1236     ssl is enable or not is only libcurl.
1237   * curl now depends on (libcurl0 | libcurl0-ssl).
1238   * The workaround for libtool -rpath parameter is not required, so
1239     it has been removed from configure.in.
1240   * Removed "Suggests: " field in control file for libcurl0. It suggested
1241     to install curl and libcurl-dev too but it really doesn't make sense
1242     (this change was really applied in -1).
1243
1244  -- Domenico Andreoli <cavok@libero.it>  Tue, 28 Nov 2000 14:27:29 +0100
1245
1246 curl (7.4.2-1) unstable; urgency=low
1247
1248   * New upstream release. 
1249
1250  -- Domenico Andreoli <cavok@libero.it>  Fri, 17 Nov 2000 16:19:23 +0100
1251
1252 curl (7.2.1-1) unstable; urgency=low
1253
1254   * New upstream release. 
1255
1256  -- Domenico Andreoli <cavok@libero.it>  Mon,  4 Sep 2000 01:22:44 +0200
1257
1258 curl (7.1-3) unstable; urgency=low
1259
1260   * Added "Suggests: " field in control file for libcurl0. Now curl and
1261     libcurl-dev are suggested upon installation of libcurl0.
1262
1263  -- Domenico Andreoli <cavok@libero.it>  Mon, 14 Aug 2000 15:01:08 +0200
1264
1265 curl (7.1-2) unstable; urgency=low
1266
1267   * Fixed a line that did not install development manpages.
1268
1269  -- Domenico Andreoli <cavok@libero.it>  Thu, 10 Aug 2000 14:32:23 +0200
1270
1271 curl (7.1-1) unstable; urgency=low
1272
1273   * New upstream release.
1274   * libcurl is now a separate package, it provides shared libraries and
1275     includes to allow developing for other applications.
1276
1277  -- Domenico Andreoli <cavok@libero.it>  Wed,  9 Aug 2000 01:21:25 +0200
1278
1279 curl (6.5.2-4) unstable; urgency=low
1280
1281   * Some missing build dependencies (autoconf, automake, libtool) added.
1282
1283  -- Domenico Andreoli <cavok@libero.it>  Sat,  8 Jul 2000 00:13:16 +0200
1284
1285 curl (6.5.2-3) unstable; urgency=low
1286
1287   * Due to some policy and technical restrictions, curl's source package
1288     has been splitted again in two, one for main archive and one for non-US.
1289
1290  -- Domenico Andreoli <cavok@libero.it>  Tue,  4 Jul 2000 15:52:14 +0200
1291
1292 curl (6.5.2-2) unstable; urgency=low
1293
1294   * Added a Build-Depends in order to compile curl-ssl only if
1295     libssl09-dev is installed.
1296   * Documentation reflects the new location of curl debian packages
1297     home page (http://curl-deb.sourceforge.net).
1298   * Corrected minor spelling errors in README.Debian.
1299
1300  -- Domenico Andreoli <cavok@libero.it>  Sat, 17 Jun 2000 01:13:19 +0200
1301
1302 curl (6.5.2-1) unstable; urgency=low
1303
1304   * New upstream release.
1305   * Now curl and curl-ssl binary packages are generated from the same
1306     debian source package.
1307   * Uploads and downloads are now performed simultaneously (closes: #56627).
1308
1309  -- Domenico Andreoli <cavok@libero.it>  Sat, 25 Mar 2000 01:06:35 +0100
1310
1311 curl (6.4-1) unstable; urgency=low
1312
1313   * New upstream release.
1314
1315  -- Domenico Andreoli <cavok@libero.it>  Sun, 30 Jan 2000 02:21:32 +0100
1316
1317 curl (6.3.1-1) unstable; urgency=low
1318
1319   * New upstream release.
1320
1321  -- Domenico Andreoli <cavok@libero.it>  Sat, 11 Dec 1999 17:38:13 +0100
1322
1323 curl (6.2-1) unstable; urgency=low
1324
1325   * New upstream release.
1326   * No hack to compile without SSL is required anymore. Fixed by
1327     upstream maintainer.
1328
1329  -- Domenico Andreoli <cavok@libero.it>  Mon,  1 Nov 1999 00:37:32 +0100
1330
1331 curl (6.0-1) unstable; urgency=low
1332
1333   * New upstream release.
1334
1335  -- Domenico Andreoli <cavok@freemail.it>  Mon, 27 Sep 1999 22:28:13 +0200
1336
1337 curl (5.11-1.1) unstable; urgency=low
1338
1339   * Put sources into the right section.
1340
1341  -- Domenico Andreoli <cavok@freemail.it>  Mon, 30 Aug 1999 03:14:21 +0200
1342
1343 curl (5.11-1) unstable; urgency=low
1344
1345   * New upstream release.
1346   * New debian maintainer.
1347
1348  -- Domenico Andreoli <cavok@freemail.it>  Fri, 27 Aug 1999 11:50:04 +0200
1349
1350 curl (5.9-2) unstable; urgency=low
1351
1352   * Moved to non-US, and compiled against ssl (closes: #40099).
1353
1354  -- Leon Breedt <ljb@debian.org>  Sat,  3 Jul 1999 15:46:54 +0200
1355
1356 curl (5.9-1) unstable; urgency=low
1357
1358   * New upstream release.
1359
1360  -- Leon Breedt <ljb@debian.org>  Sun, 23 May 1999 21:51:30 +0200
1361
1362 curl (5.8-1) unstable; urgency=low
1363
1364   * Initial Release.
1365
1366  -- Leon Breedt <ljb@debian.org>  Sun,  9 May 1999 18:55:48 +0200