summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@redhat.com>2013-09-12 13:14:09 +0200
committerTomas Mraz <tmraz@redhat.com>2013-09-12 13:14:09 +0200
commit0013e01e2df292675bae1f8e19ed39a0efe69379 (patch)
tree83d31837d4921904c713bac9d877dd2d8f05e47d
parent684fa39c9692d1c73ede9b92cf72a5e3a280781c (diff)
downloadlibpwquality-0013e01e2df292675bae1f8e19ed39a0efe69379.tar.gz
New release 1.2.3
-rw-r--r--NEWS6
-rw-r--r--configure.in2
-rw-r--r--libpwquality.spec.in6
3 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c5ef07e..f6f66db 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
libpwquality NEWS -- history of user-visible changes.
+Release 1.2.3
+* Fix problem with parsing the pam_pwquality options
+ patch by Vladimir Sorokin.
+* Updated translations from Transifex
+* Treat empty user or password as NULL
+
Release 1.2.2
* Manual page fixes.
diff --git a/configure.in b/configure.in
index 4450f0d..f0b99cf 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.2])
+AC_INIT([libpwquality], [1.2.3])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip -Wall])
AC_PREREQ(2.61)
diff --git a/libpwquality.spec.in b/libpwquality.spec.in
index fabd352..510a84e 100644
--- a/libpwquality.spec.in
+++ b/libpwquality.spec.in
@@ -107,6 +107,12 @@ rm -f $RPM_BUILD_ROOT%{_moduledir}/*.la
%{python_sitearch}/pwquality.so
%changelog
+* Thu Sep 12 2013 Tomáš Mráz <tmraz@redhat.com> 1.2.2-1
+- fix problem with parsing the pam_pwquality options
+ patch by Vladimir Sorokin.
+- updated translations from Transifex
+- treat empty user or password as NULL
+
* 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