From 7ec5e8e6564162ae579efe2cc9e1d311b1e1f6a9 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sat, 28 Apr 2012 11:45:01 +0200 Subject: [PATCH] version: start working on 1.8.1-DEV --- RELEASE-NOTES | 19 ++++--------------- ares_version.h | 6 +++--- 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 43086c9..b32cec2 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,26 +1,15 @@ -c-ares version 1.8 +c-ares version 1.8.1 Changed: - o Added ares_parse_naptr_reply() + o Fixed: - o handle CNAME-only in ares_parse_aaaa_reply() - o support multiple DNS servers on Android - o check for __ANDROID__ in addition to ANDROID macro - o port numbers: convert them to network order - o get_iphlpapi_dns_info: fix buffer overrun - o configure: make CURL_CHECK_DEF ignore leading whitespace - o segfault triggered in ares_init_options() - o ares_getnameinfo's memcpy did not copy enough bytes - o ares_destroy: fix segfault in ares_destroy_options() - o CHANGES: generate from script - o configure: fix symbol hiding usability check + o Thanks go to these friendly people for their efforts and contributions: - Geert Uytterhoeven, Guenter Knauf, Yang Tse, Poul Thomas Lomholt, - Peter Griess, Albert Chin, Denis Bilenko + Have fun! diff --git a/ares_version.h b/ares_version.h index 8871d9b..a1984f0 100644 --- a/ares_version.h +++ b/ares_version.h @@ -6,12 +6,12 @@ #define ARES_COPYRIGHT "2004 - 2012 Daniel Stenberg, ." #define ARES_VERSION_MAJOR 1 -#define ARES_VERSION_MINOR 7 -#define ARES_VERSION_PATCH 6 +#define ARES_VERSION_MINOR 8 +#define ARES_VERSION_PATCH 1 #define ARES_VERSION ((ARES_VERSION_MAJOR<<16)|\ (ARES_VERSION_MINOR<<8)|\ (ARES_VERSION_PATCH)) -#define ARES_VERSION_STR "1.7.6-DEV" +#define ARES_VERSION_STR "1.8.1-DEV" #if (ARES_VERSION >= 0x010700) # define CARES_HAVE_ARES_LIBRARY_INIT 1 -- 2.34.1