]> granicus.if.org Git - curl/commitdiff
7.6.1-pre2 curl-7_6_1-pre2
authorDaniel Stenberg <daniel@haxx.se>
Thu, 1 Feb 2001 07:59:46 +0000 (07:59 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 1 Feb 2001 07:59:46 +0000 (07:59 +0000)
CHANGES
include/curl/curl.h
src/version.h

diff --git a/CHANGES b/CHANGES
index e3398537dc1c5bbd7941d2a652aafd6de63f7768..f9e40f4bef29d983e9cf378e6934399bfd7b0a47 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,10 @@ Daniel (31 January 2001)
   be able to return -1. The telnet support crashed due to this and there was
   a possibility to weird behaviour all over.
 
+- Added a configure.in check for a working getaddrinfo() if IPv6 is requested.
+  I also made the configure script feature --enable-debug which sets a couple
+  of compiler options when used. It assumes gcc.
+
 Daniel (30 January 2001)
 - I finally took a stab at the long-term FIXME item I've had on myself, and
   now libcurl will properly work when doing a HTTP range-request that follows
index 9568e880c2af8f0352506d4c795c107072c608db..b038834da3f157501243919203961d6b0037f618 100644 (file)
@@ -452,7 +452,7 @@ char *curl_getenv(char *variable);
 char *curl_version(void);
 
 /* This is the version number */
-#define LIBCURL_VERSION "7.6.1-pre1"
+#define LIBCURL_VERSION "7.6.1-pre2"
 #define LIBCURL_VERSION_NUM 0x070601
 
 /* linked-list structure for the CURLOPT_QUOTE option (and other) */
index 00524178cad0f549c30957fc8dfc2657b290b5e2..7457c7c8416af2bb29f14a13dee8d6a78b728bce 100644 (file)
@@ -1,3 +1,3 @@
 #define CURL_NAME "curl"
-#define CURL_VERSION "7.6.1-pre1"
+#define CURL_VERSION "7.6.1-pre2"
 #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "