From e965d83c780c938eb8f3d1050532998087464413 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 23 Mar 2010 14:56:04 +0100 Subject: [PATCH] start the journey towards 1.7.2 --- RELEASE-NOTES | 12 +++++------- ares_version.h | 4 ++-- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0e1fefb4..d0b2882b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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! diff --git a/ares_version.h b/ares_version.h index fcdc668f..551109d7 100644 --- a/ares_version.h +++ b/ares_version.h @@ -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