summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@redhat.com>2012-05-24 14:58:19 +0200
committerTomas Mraz <tmraz@redhat.com>2012-05-24 14:58:19 +0200
commitaedcb0699401e76aac7ec466ee3c03c14fc2cef3 (patch)
tree8451a99733896d979ba16c2c1bdb5c426eade94e
parent1bbd85426cdc2202d04339a5ea80bd6033ae55bb (diff)
downloadlibpwquality-git-aedcb0699401e76aac7ec466ee3c03c14fc2cef3.tar.gz
Prepare a release 1.1.0.libpwquality-1.1.0
-rw-r--r--NEWS8
-rw-r--r--configure.in4
-rw-r--r--libpwquality.spec.in7
3 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5c316fe..20f6bb6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
libpwquality NEWS -- history of user-visible changes.
+Release 1.1.0
+
+* Fixed a memory leak when throwing PWQError exception
+* Added pkgconfig file (thanks to Matthias Classen)
+* The simplicity checks are now called before the cracklib check
+* Added enforce_for_root option to the PAM module
+* Updated translations from Transifex
+
Release 1.0.0
* Added a check for words from user's GECOS
diff --git a/configure.in b/configure.in
index 6fa5c8d..4c92632 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.0.0])
+AC_INIT([libpwquality], [1.1.0])
AM_INIT_AUTOMAKE([-Wall])
AC_PREREQ(2.61)
AC_CONFIG_HEADERS([config.h])
@@ -12,7 +12,7 @@ dnl (Interfaces added: CURRENT++, AGE++, REVISION=0)
dnl (No interfaces changed: REVISION++)
PWQUALITY_LT_CURRENT=1
PWQUALITY_LT_AGE=0
-PWQUALITY_LT_REVISION=0
+PWQUALITY_LT_REVISION=1
AC_SUBST(PACKAGE)
AC_SUBST(VERSION)
diff --git a/libpwquality.spec.in b/libpwquality.spec.in
index 6983551..0616163 100644
--- a/libpwquality.spec.in
+++ b/libpwquality.spec.in
@@ -107,6 +107,13 @@ rm -f $RPM_BUILD_ROOT%{_moduledir}/*.la
%{python_sitearch}/pwquality.so
%changelog
+* Thu May 24 2012 Tomas Mraz <tmraz@redhat.com> 1.1.0-1
+- fix leak when throwing PWQError exception
+- added pkgconfig file
+- call the simplicity checks before the cracklib check
+- add enforce_for_root option to the PAM module
+- updated translations from Transifex
+
* Thu Dec 8 2011 Tomas Mraz <tmraz@redhat.com> 1.0.0-1
- added a few additional password quality checks
- bugfix in configuration file parsing