]> granicus.if.org Git - curl/commitdiff
start working on 7.16.5...
authorDaniel Stenberg <daniel@haxx.se>
Tue, 10 Jul 2007 22:07:33 +0000 (22:07 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 10 Jul 2007 22:07:33 +0000 (22:07 +0000)
RELEASE-NOTES
include/curl/curlver.h

index acb4425b7cd59d65fae8bc669590ec4d9e78c774..51b2c66df6a6351ca6a2e97476f9d79eb613005a 100644 (file)
@@ -1,7 +1,7 @@
-Curl and libcurl 7.16.4
+Curl and libcurl 7.16.5
 
- Public curl release number:               100
- Releases counted from the very beginning: 126
+ Public curl release number:               101
+ Releases counted from the very beginning: 127
  Available command line options:           118
  Available curl_easy_setopt() options:     143
  Number of public functions in libcurl:    55
@@ -11,20 +11,11 @@ Curl and libcurl 7.16.4
 
 This release includes the following changes:
  
- o added CURLOPT_NEW_FILE_PERMS and CURLOPT_NEW_DIRECTORY_PERMS
- o improved hashing of sockets for the multi_socket API
- o ftp kerberos5 support added
+ o 
 
 This release includes the following bugfixes:
 
- o adjusted how libcurl treats HTTP 1.1 responses without content-lenth or
-   chunked encoding
- o fixed the 10-at-a-time.c example
- o FTP over SOCKS proxy
- o improved error messages on SCP upload failures
- o security flaw (http://curl.haxx.se/docs/adv_20070710.html) in which libcurl
-   failed to properly reject some outdated or not yet valid server certificates
-   when built with GnuTLS
+ o 
 
 This release includes the following known bugs:
 
@@ -41,7 +32,6 @@ New curl mirrors:
 This release would not have looked like this without help, code, reports and
 advice from friends like these:
 
- Robert Iakobashvili, James Housley, Günter Knauf, James Bursa, Song Ma,
- Thomas J. Moore, Gavrie Philipson, Kees Cook
 
         Thanks! (and sorry if I forgot to mention someone)
index 9b3790c200f09a7c6c2e629ce0ee2abf5eee95ce..11b34dcafd714b639a8735302121f4e4fac2cb9f 100644 (file)
 
 /* This is the version number of the libcurl package from which this header
    file origins: */
-#define LIBCURL_VERSION "7.16.4-CVS"
+#define LIBCURL_VERSION "7.16.5-CVS"
 
 /* The numeric version number is also available "in parts" by using these
    defines: */
 #define LIBCURL_VERSION_MAJOR 7
 #define LIBCURL_VERSION_MINOR 16
-#define LIBCURL_VERSION_PATCH 4
+#define LIBCURL_VERSION_PATCH 5
 
 /* This is the numeric version of the libcurl version number, meant for easier
    parsing and comparions by programs. The LIBCURL_VERSION_NUM define will
@@ -51,7 +51,7 @@
    and it is always a greater number in a more recent release. It makes
    comparisons with greater than and less than work.
 */
-#define LIBCURL_VERSION_NUM 0x071004
+#define LIBCURL_VERSION_NUM 0x071005
 
 /*
  * This is the date and time when the full source package was created. The