aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-02-22 15:46:12 +0100
committerAndreas Schneider <asn@samba.org>2018-02-22 16:04:02 +0100
commitb7d0a21b538f05d81582d44e53a4c394e77905e8 (patch)
tree3558e947ffb7e86007be40031a6f712b589e6f8f
parent6bea1e19edf520985776787c3ba3fcea3ca89faa (diff)
downloadpam_wrapper-b7d0a21b538f05d81582d44e53a4c394e77905e8.tar.gz
pam_wrapper-b7d0a21b538f05d81582d44e53a4c394e77905e8.tar.xz
pam_wrapper-b7d0a21b538f05d81582d44e53a4c394e77905e8.zip
Bump version to 1.0.5
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
-rw-r--r--CMakeLists.txt6
-rw-r--r--ChangeLog6
2 files changed, 9 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index af00610..f63ca78 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 "4")
+set(APPLICATION_VERSION_PATCH "5")
set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
@@ -19,10 +19,10 @@ 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.2")
+set(LIBRARY_VERSION "0.0.3")
set(LIBRARY_SOVERSION "0")
-set(PAMTEST_LIBRARY_VERSION "0.0.2")
+set(PAMTEST_LIBRARY_VERSION "0.0.3")
set(PAMTEST_LIBRARY_SOVERSION "0")
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
diff --git a/ChangeLog b/ChangeLog
index 8440261..7dac77c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
ChangeLog
==========
+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
+ * Fixed python 2.6 compatibilty
+ * Fixed some build issues on FreeBSD
+
version 1.0.4 (released 2017-05-15)
* Fix build on OpenBSD
* Fix a resource leak