[SCM] Resolv Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Thu Sep 8 07:00:34 UTC 2016


The branch, master has been updated
       via  442facb Bump version to 1.1.5
      from  d749ca2 Test a URI query with multiple answers

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


- Log -----------------------------------------------------------------
commit 442facb82e7871c573eaac897b817b4fb3af2d7b
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Sep 8 08:51:03 2016 +0200

    Bump version to 1.1.5
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Michael Adam <obnox 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 37afc30..364ca2f 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 "4")
+set(APPLICATION_VERSION_PATCH "5")
 
 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.4")
+set(LIBRARY_VERSION "0.0.5")
 set(LIBRARY_SOVERSION "0")
 
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
diff --git a/ChangeLog b/ChangeLog
index 5ea0090..e8dc418 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 ChangeLog
 ==========
 
+version 1.1.5 (released 2016-09-08)
+  * Added support for faking PTR entries
+  * Added support for faking URI entries
+
 version 1.1.4 (released 2016-05-31)
   * Added support for faking NS entries
   * Fixed some platform compatibility bugs


-- 
Resolv Wrapper Repository



More information about the samba-cvs mailing list