[SCM] Resolv Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Tue May 31 06:31:21 UTC 2016


The branch, master has been updated
       via  49ef1b1 Bump version to 1.1.4
      from  b89bc40 tests: Add a test for the NS record handling.

https://git.samba.org/?p=resolv_wrapper.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 49ef1b11fbf4c361b3af64787b2a93c0713cf7ef
Author: Andreas Schneider <asn at samba.org>
Date:   Tue May 31 08:22:04 2016 +0200

    Bump version to 1.1.4
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt | 4 ++--
 ChangeLog      | 4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 13db24c..37afc30 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 "3")
+set(APPLICATION_VERSION_PATCH "4")
 
 set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
 
@@ -19,7 +19,7 @@ set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINO
 #     Increment AGE. Set REVISION to 0
 #   If the source code was changed, but there were no interface changes:
 #     Increment REVISION.
-set(LIBRARY_VERSION "0.0.3")
+set(LIBRARY_VERSION "0.0.4")
 set(LIBRARY_SOVERSION "0")
 
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
diff --git a/ChangeLog b/ChangeLog
index 0c4e25b..5ea0090 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 ChangeLog
 ==========
 
+version 1.1.4 (released 2016-05-31)
+  * Added support for faking NS entries
+  * Fixed some platform compatibility bugs
+
 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


-- 
Resolv Wrapper Repository



More information about the samba-cvs mailing list