Commit 3b44a3df authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

7.6.1-pre2

parent 572c29a4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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) */
+1 −1
Original line number Diff line number Diff line
#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 ") "