aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2015-08-21 12:17:45 +0200
committerAndreas Schneider <asn@samba.org>2015-08-24 15:17:00 +0200
commita8056352b92e698bcf053cac5e100a860d2896c0 (patch)
treeea919c5f067cfa477508946e2b6acdb9d9b6b8fc
parent1d5a9116ed7bf4fbe6864892d8af6fdfcb2f71ed (diff)
downloadresolv_wrapper-a8056352b92e698bcf053cac5e100a860d2896c0.tar.gz
resolv_wrapper-a8056352b92e698bcf053cac5e100a860d2896c0.tar.xz
resolv_wrapper-a8056352b92e698bcf053cac5e100a860d2896c0.zip
Bump version to 1.1.3
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog5
2 files changed, 6 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0d1947f..13db24c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ set(APPLICATION_NAME ${PROJECT_NAME})
set(APPLICATION_VERSION_MAJOR "1")
set(APPLICATION_VERSION_MINOR "1")
-set(APPLICATION_VERSION_PATCH "2")
+set(APPLICATION_VERSION_PATCH "3")
set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
diff --git a/ChangeLog b/ChangeLog
index 071b5f3..08cbfa6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
ChangeLog
==========
+version 1.1.3 (released 2015-01-13)
+ * Fixed symbol detection if macros are used for res_* functions
+ * Fixed strict aliasing warnings for symbol binding
+ * Added missing tests for req_query and res_search
+
version 1.1.2 (released 2015-01-13)
* Fix detection for ns_name_compress.