start the journey towards 1.7.2

pull/1/head
Daniel Stenberg 15 years ago
parent 7403f443ac
commit e965d83c78
  1. 12
      RELEASE-NOTES
  2. 4
      ares_version.h

@ -1,18 +1,16 @@
This is what's new and changed in the c-ares 1.7.1 release:
This is what's new and changed in the c-ares 1.7.2 release:
Changed:
o added IPv6 name servers support
o
Fixed:
o closing of sockets on Windows systems
o MSVC deprecated compiler options warnings
o ares_process_fd() didn't check broken connections
o
Thanks go to these friendly people for their efforts and contributions:
Ingmar Runge, Laszlo Tamas Szabo, Yang Tse, Tommie Gannert, Gregor Jasny,
Phil Blundell, Cedric Bail, Jakub Hrozek
Have fun!

@ -5,11 +5,11 @@
#define ARES_VERSION_MAJOR 1
#define ARES_VERSION_MINOR 7
#define ARES_VERSION_PATCH 1
#define ARES_VERSION_PATCH 2
#define ARES_VERSION ((ARES_VERSION_MAJOR<<16)|\
(ARES_VERSION_MINOR<<8)|\
(ARES_VERSION_PATCH))
#define ARES_VERSION_STR "1.7.1-DEV"
#define ARES_VERSION_STR "1.7.2-DEV"
#if (ARES_VERSION >= 0x010700)
# define CARES_HAVE_ARES_LIBRARY_INIT 1

Loading…
Cancel
Save