summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.in2
-rw-r--r--libpwquality.spec.in1
3 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 20f6bb6..83a0004 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
libpwquality NEWS -- history of user-visible changes.
+Release 1.1.1
+
+* Use rpm built-in filtering of provides (fix for rhbz#830153)
+* Remove strain debug fprintf() (fix for rhbz#831567)
+* Make the Python bindings build optional (thanks to Colin Walters)
+* Make the PAM module build optional (thanks to Jasper Lievisse Adriaanse)
+
Release 1.1.0
* Fixed a memory leak when throwing PWQError exception
diff --git a/configure.in b/configure.in
index d798f9c..4d93891 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.1.0])
+AC_INIT([libpwquality], [1.1.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 a52df58..d193444 100644
--- a/libpwquality.spec.in
+++ b/libpwquality.spec.in
@@ -106,6 +106,7 @@ rm -f $RPM_BUILD_ROOT%{_moduledir}/*.la
%changelog
* Wed Jun 13 2012 Tomas Mraz <tmraz@redhat.com> 1.1.1-1
- use rpm built-in filtering of provides (rhbz#830153)
+- remove strain debug fprintf() (rhbz#831567)
* Thu May 24 2012 Tomas Mraz <tmraz@redhat.com> 1.1.0-1
- fix leak when throwing PWQError exception