summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@redhat.com>2013-06-19 17:41:27 +0200
committerTomas Mraz <tmraz@redhat.com>2013-06-19 17:41:27 +0200
commit6bffb675e91941e2117afc2b731dabe48e5db852 (patch)
treeedc2ec5c96fce5b34cd2acacdb264e7a0a17669a
parentda9f8f951befb168602e467c5e62b03221c396e9 (diff)
downloadlibpwquality-6bffb675e91941e2117afc2b731dabe48e5db852.tar.gz
New release 1.2.2libpwquality-1.2.2
-rw-r--r--NEWS6
-rw-r--r--configure.in4
-rw-r--r--libpwquality.spec.in5
3 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 54001b5..c5ef07e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
libpwquality NEWS -- history of user-visible changes.
+Release 1.2.2
+
+* Manual page fixes.
+* Make it possible to set the maxsequence configuration value.
+* Updated translations from Transifex.
+
Release 1.2.1
* Properly free pwquality settings.
diff --git a/configure.in b/configure.in
index 385523c..4450f0d 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.1])
+AC_INIT([libpwquality], [1.2.2])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip -Wall])
AC_PREREQ(2.61)
@@ -16,7 +16,7 @@ dnl (Interfaces added: CURRENT++, AGE++, REVISION=0)
dnl (No interfaces changed: REVISION++)
PWQUALITY_LT_CURRENT=1
PWQUALITY_LT_AGE=0
-PWQUALITY_LT_REVISION=1
+PWQUALITY_LT_REVISION=2
AC_SUBST(PACKAGE)
AC_SUBST(VERSION)
diff --git a/libpwquality.spec.in b/libpwquality.spec.in
index a9bd1c8..2b25dac 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
+* Wed Jun 19 2013 Tomas Mraz <tmraz@redhat.com> 1.2.2-1
+- manual page fixes
+- make it possible to set the maxsequence configuration value
+- updated translations from Transifex
+
* Thu Dec 20 2012 Tomas Mraz <tmraz@redhat.com> 1.2.1-1
- properly free pwquality settings
- add extern "C" to public header