[SCM] NSS Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Thu Apr 2 10:21:20 UTC 2020


The branch, master has been updated
       via  b20ae47 Bump version 1.1.11
      from  a195562 cpack: Ignore compile_commands.json file

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


- Log -----------------------------------------------------------------
commit b20ae4762af9ce0ca4bf798a26a46f171255f7bd
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Apr 2 12:08:35 2020 +0200

    Bump version 1.1.11
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Samuel Cabrero <scabrero at suse.de>

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

Summary of changes:
 CHANGELOG      | 3 +++
 CMakeLists.txt | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/CHANGELOG b/CHANGELOG
index e649ee8..dddc981 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,9 @@
 ChangeLog
 ==========
 
+version 1.1.11 (released 2020-04-02)
+  * Fixed strict aliasing issues on armv7hl (32bit)
+
 version 1.1.10 (released 2020-03-19)
   * Fixed crash bug in OpenLDAP libraries with gethostbyname_r()
   * Code cleanup in gethostbyname(2)(_r) functions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 64e3412..51fdb15 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
 include(DefineCMakeDefaults)
 include(DefineCompilerFlags)
 
-project(nss_wrapper VERSION 1.1.10 LANGUAGES C)
+project(nss_wrapper VERSION 1.1.11 LANGUAGES C)
 
 # global needed variables
 set(APPLICATION_NAME ${PROJECT_NAME})
@@ -25,7 +25,7 @@ set(APPLICATION_NAME ${PROJECT_NAME})
 #     Increment PATCH.
 set(LIBRARY_VERSION_MAJOR 0)
 set(LIBRARY_VERSION_MINOR 3)
-set(LIBRARY_VERSION_PATCH 0)
+set(LIBRARY_VERSION_PATCH 1)
 set(LIBRARY_VERSION "${LIBRARY_VERSION_MAJOR}.${LIBRARY_VERSION_MINOR}.${LIBRARY_VERSION_PATCH}")
 set(LIBRARY_SOVERSION ${LIBRARY_VERSION_MAJOR})
 


-- 
NSS Wrapper Repository



More information about the samba-cvs mailing list