]> granicus.if.org Git - curl/commitdiff
bump: start working on 7.65.2
authorDaniel Stenberg <daniel@haxx.se>
Sat, 8 Jun 2019 20:39:36 +0000 (22:39 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 8 Jun 2019 20:39:36 +0000 (22:39 +0200)
RELEASE-NOTES
include/curl/curlver.h

index fe82389e0bd63b661744ac9a2b485a65b3690090..242bd1be6aabcd142a959ea3bf2dfa59c5b56340 100644 (file)
@@ -1,6 +1,6 @@
-curl and libcurl 7.65.1
+curl and libcurl 7.65.2
 
- Public curl releases:         182
+ Public curl releases:         183
  Command line options:         221
  curl_easy_setopt() options:   268
  Public functions in libcurl:  80
@@ -8,42 +8,8 @@ curl and libcurl 7.65.1
 
 This release includes the following bugfixes:
 
- o CURLOPT_LOW_SPEED_* repaired [6]
- o NTLM: reset proxy "multipass" state when CONNECT request is done [32]
- o PolarSSL: deprecate support step 1. Removed from configure [3]
- o appveyor: add Visual Studio solution build [25]
- o cmake: check for if_nametoindex() [2]
- o cmake: support CMAKE_OSX_ARCHITECTURES when detecting SIZEOF variables [17]
- o config-win32: add support for if_nametoindex and getsockname [8]
- o conncache: Remove the DEBUGASSERT on length check [27]
- o conncache: make "bundles" per host name when doing proxy tunnels [21]
- o curl-win32.h: Enable Unix Domain Sockets based on the Windows SDK version [16]
- o curl_share_setopt.3: improve wording [34]
- o dump-header.d: spell out that no headers == empty file [30]
- o example/http2-download: fix format specifier [4]
- o examples: cleanups and compiler warning fixes [4]
- o http2: Stop drain from being permanently set [26]
- o http: don't parse body-related headers in bodyless responses [28]
- o md4: build correctly with openssl without MD4 [9]
- o md4: include the mbedtls config.h to get the MD4 info [10]
- o multi: track users of a socket better [15]
- o nss: allow to specify TLS 1.3 ciphers if supported by NSS [20]
- o parse_proxy: make sure portptr is initialized [23]
- o parse_proxy: use the IPv6 zone id if given [1]
- o sectransp: handle errSSLPeerAuthCompleted from SSLRead() [13]
- o singlesocket: use separate variable for inner loop [31]
- o ssl: Update outdated "openssl-only" comments for supported backends [33]
- o tests: add HAProxy keywords [18]
- o tests: add support to test against OpenSSH for Windows [5]
- o tests: make test 1420 and 1406 work with rtsp-disabled libcurl [19]
- o tls13-docs: mention it is only for OpenSSL >= 1.1.1 [29]
- o tool_parse_cfg: Avoid 2 fopen() for WIN32
- o tool_setopt: for builds with disabled-proxy, skip all proxy setopts() [12]
- o url: Load if_nametoindex() dynamically from iphlpapi.dll on Windows [24]
- o url: fix bad feature-disable #ifdef [7]
- o url: use correct port in ConnectionExists() [22]
- o winbuild: Use two space indentation [11]
-
+ o
 This release includes the following known bugs:
 
  o see docs/KNOWN_BUGS (https://curl.haxx.se/docs/knownbugs.html)
@@ -51,50 +17,11 @@ This release includes the following known bugs:
 This release would not have looked like this without help, code, reports and
 advice from friends like these:
 
-  Benbuck Nason, Carlos ORyan, Daniel Stenberg, Dave Reisner,
-  dbrowndan on github, dkwolfe4 on github, Edmond Yu, elsamuko on github,
-  Eric Wu, Frank Gevaerts, Gisle Vanem, Hubert Kario, Jonas Vautherin,
-  Josie Huddleston, Kunal Ekawde, Maksim Stsepanenka, Marcel Raad,
-  Marc Hörsken, Michael Kaufmann, Patrick Monnerat, Ray Satiro,
-  Sergey Ogryzkov, smuellerDD on github, Steve Holme, Tom Greenslade,
-  Tom van der Woerdt, wesinator on github,
-  (27 contributors)
+
 
         Thanks! (and sorry if I forgot to mention someone)
 
 References to bug reports and discussions on issues:
 
- [1] = https://curl.haxx.se/bug/?i=3482
- [2] = https://curl.haxx.se/bug/?i=3917
- [3] = https://curl.haxx.se/bug/?i=3888
- [4] = https://curl.haxx.se/bug/?i=3919
- [5] = https://curl.haxx.se/bug/?i=3290
- [6] = https://curl.haxx.se/bug/?i=3927
- [7] = https://curl.haxx.se/bug/?i=3924
- [8] = https://curl.haxx.se/bug/?i=3923
- [9] = https://curl.haxx.se/bug/?i=3921
- [10] = https://curl.haxx.se/bug/?i=3922
- [11] = https://curl.haxx.se/bug/?i=3930
- [12] = https://curl.haxx.se/bug/?i=3926
- [13] = https://curl.haxx.se/bug/?i=3932
- [14] = https://curl.haxx.se/bug/?i=3653
- [15] = https://curl.haxx.se/bug/?i=3952
- [16] = https://curl.haxx.se/bug/?i=3939
- [17] = https://curl.haxx.se/bug/?i=3945
- [18] = https://curl.haxx.se/bug/?i=3949
- [19] = https://curl.haxx.se/bug/?i=3948
- [20] = https://curl.haxx.se/bug/?i=3916
- [21] = https://curl.haxx.se/bug/?i=3951
- [22] = https://curl.haxx.se/bug/?i=3956
- [23] = https://curl.haxx.se/bug/?i=3959
- [24] = https://curl.haxx.se/bug/?i=3960
- [25] = https://curl.haxx.se/bug/?i=3941
- [26] = https://curl.haxx.se/bug/?i=3966
- [27] = https://curl.haxx.se/bug/?i=3962
- [28] = https://curl.haxx.se/bug/?i=3968
- [29] = https://curl.haxx.se/bug/?i=3938
- [30] = https://curl.haxx.se/bug/?i=3964
- [31] = https://curl.haxx.se/bug/?i=3970
- [32] = https://curl.haxx.se/bug/?i=3972
- [33] = https://curl.haxx.se/bug/?i=3985
- [34] = https://curl.haxx.se/mail/lib-2019-06/0009.html
+ [1] = https://curl.haxx.se/bug/?
\ No newline at end of file
index 4afe4a9d15e617579d9e45b7b7c85c5c8eed1aa4..3ec2555e7c9394fb13eefb57fd15b399162199ee 100644 (file)
 
 /* This is the version number of the libcurl package from which this header
    file origins: */
-#define LIBCURL_VERSION "7.65.1-DEV"
+#define LIBCURL_VERSION "7.65.2-DEV"
 
 /* The numeric version number is also available "in parts" by using these
    defines: */
 #define LIBCURL_VERSION_MAJOR 7
 #define LIBCURL_VERSION_MINOR 65
-#define LIBCURL_VERSION_PATCH 1
+#define LIBCURL_VERSION_PATCH 2
 
 /* This is the numeric version of the libcurl version number, meant for easier
    parsing and comparions by programs. The LIBCURL_VERSION_NUM define will
@@ -57,7 +57,7 @@
    CURL_VERSION_BITS() macro since curl's own configure script greps for it
    and needs it to contain the full number.
 */
-#define LIBCURL_VERSION_NUM 0x074101
+#define LIBCURL_VERSION_NUM 0x074102
 
 /*
  * This is the date and time when the full source package was created. The