summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@redhat.com>2012-12-20 10:15:02 +0100
committerTomas Mraz <tmraz@redhat.com>2012-12-20 10:15:02 +0100
commitdf47a82b6f703a0f1485d20179dec383794066a4 (patch)
tree79f4880582a6ee02b2a2949e0e91910f5193af4e
parent4e706030b311cb1dd72151d2feb539b8c7106b95 (diff)
downloadlibpwquality-df47a82b6f703a0f1485d20179dec383794066a4.tar.gz
Prepare release 1.2.1
-rw-r--r--configure.in2
-rw-r--r--libpwquality.spec.in5
2 files changed, 6 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8c2c3f8..51cea98 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([libpwquality], [1.2.0])
+AC_INIT([libpwquality], [1.2.1])
AM_INIT_AUTOMAKE([-Wall])
AC_PREREQ(2.61)
AC_CONFIG_HEADERS([config.h])
diff --git a/libpwquality.spec.in b/libpwquality.spec.in
index bc2a880..04e9dd7 100644
--- a/libpwquality.spec.in
+++ b/libpwquality.spec.in
@@ -104,6 +104,11 @@ rm -f $RPM_BUILD_ROOT%{_moduledir}/*.la
%{python_sitearch}/pwquality.so
%changelog
+* Thu Dec 20 2012 Tomas Mraz <tmraz@redhat.com> 1.2.1-1
+- properly free pwquality settings
+- add extern "C" to public header
+- updated translations from Transifex
+
* Thu Aug 16 2012 Tomas Mraz <tmraz@redhat.com> 1.2.0-1
- add maxsequence check for too long monotonic character sequence.
- clarified alternative licensing to GPLv2+.