aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-03-27 11:05:04 +0200
committerAndreas Schneider <asn@samba.org>2018-03-27 11:05:20 +0200
commitc46af912c0b118d67078db1518d318425c6731df (patch)
tree404de7ec9c8b29219b4b6362a71381f6118ca0c6
parent38bc72aca34574a53ce9704dbc53891224a36487 (diff)
downloadpam_wrapper-c46af912c0b118d67078db1518d318425c6731df.tar.gz
pam_wrapper-c46af912c0b118d67078db1518d318425c6731df.tar.xz
pam_wrapper-c46af912c0b118d67078db1518d318425c6731df.zip
Bump version to 1.0.6
Signed-off-by: Andreas Schneider <asn@samba.org>
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog4
2 files changed, 5 insertions, 1 deletions
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