[SCM] pam wrapper repository - branch master updated

Andreas Schneider asn at samba.org
Tue Mar 27 13:04:32 UTC 2018


The branch, master has been updated
       via  c46af91 Bump version to 1.0.6
      from  38bc72a pwrap: remove pdir handling from p_copy()

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


- Log -----------------------------------------------------------------
commit c46af912c0b118d67078db1518d318425c6731df
Author: Andreas Schneider <asn at samba.org>
Date:   Tue Mar 27 11:05:04 2018 +0200

    Bump version to 1.0.6
    
    Signed-off-by: Andreas Schneider <asn at samba.org>

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

Summary of changes:
 CMakeLists.txt | 2 +-
 ChangeLog      | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f63ca78..a4d9e38 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 "5")
+set(APPLICATION_VERSION_PATCH "6")
 
 set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
 
diff --git a/ChangeLog b/ChangeLog
index 7dac77c..efaee09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 ChangeLog
 ==========
 
+version 1.0.6 (released 2018-03-27)
+  * Improved file copy
+  * Fixed build warnings
+
 version 1.0.5 (released 2018-02-22)
   * Added support to build python2 and python3 module at the same time
   * Improved pam test directory creating


-- 
pam wrapper repository



More information about the samba-cvs mailing list