OBS User unknown
2007-10-09 14:57:38 +00:00
committed by Git OBS Bridge
parent 16a56af88e
commit 2a68970f04
6 changed files with 114 additions and 57 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Oct 8 17:28:01 CEST 2007 - mmarek@suse.cz
- updated to 7.17.0
* curl_easy_setopt() now allocates strings passed to it
* LDAP libraries are now linked "regularly" and not with dlopen
(the strict-aliasing patch can go away)
* HTTP transfers have the download size info "available" earlier
* FTP transfers have the download size info "available" earlier
* several error codes and options were marked as obsolete and
subject to future removal (set CURL_NO_OLDIES to see if your
application is using them)
* some bugfixes (see /usr/share/doc/packages/curl/RELEASE-NOTES)
- added fixes for some post-7.17 bugs
- removed some less useful %%doc files
-------------------------------------------------------------------
Fri Sep 14 09:20:35 CEST 2007 - mmarek@suse.cz