[SCM] NSS Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Thu Sep 11 03:16:25 MDT 2014


The branch, master has been updated
       via  2192e08 Bump version to 1.0.3.
      from  12f707b nwrap: Make sure addr is initialized.

http://gitweb.samba.org/?p=nss_wrapper.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 2192e08b7c9f153f71bda783612a706fe3ad4b02
Author: Andreas Schneider <asn at samba.org>
Date:   Wed Sep 10 13:53:13 2014 +0200

    Bump version to 1.0.3.
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Michael Adam <obnox at samba.org>

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

Summary of changes:
 CMakeLists.txt |    2 +-
 ChangeLog      |    7 +++++++
 2 files changed, 8 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 094d620..f73a46c 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 "0")
-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 bd6fa10..2d25383 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
 ChangeLog
 ==========
 
+version 1.0.3 (released 2014-09-11)
+  * Added a nss_wrapper manpage.
+  * Fixed cmake find_package configs.
+  * Fixed resolving hostnames with a trailing dot.
+  * Fixed an overflow when checking if a IPv6 address is IPv4.
+  * Fall back to RTLD_NEXT for symbol binding if we can't find libc.
+
 version 1.0.2 (released 2014-04-08)
   * Added public nss_wrapper_enabled().
   * Added public nss_wrapper_hosts_enabled().


-- 
NSS Wrapper Repository


More information about the samba-cvs mailing list