diff --git a/.gitignore b/.gitignore index 59504c7..0c4c7b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /libpwquality-0.9.tar.bz2 /libpwquality-0.9.9.tar.bz2 +/libpwquality-1.0.0.tar.bz2 diff --git a/libpwquality.spec b/libpwquality.spec index 30aa671..5461a5d 100644 --- a/libpwquality.spec +++ b/libpwquality.spec @@ -1,6 +1,6 @@ Summary: A library for password generation and password quality checking Name: libpwquality -Version: 0.9.9 +Version: 1.0.0 Release: 1%{?dist} # The package is BSD licensed with option to relicense as GPL+ # - this option is redundant as the BSD license allows that anyway. @@ -106,6 +106,10 @@ rm -f $RPM_BUILD_ROOT%{_moduledir}/*.la %{python_sitearch}/pwquality.so %changelog +* Thu Dec 8 2011 Tomas Mraz 1.0.0-1 +- added a few additional password quality checks +- bugfix in configuration file parsing + * Fri Nov 11 2011 Tomas Mraz 0.9.9-1 - added python bindings and documentation diff --git a/sources b/sources index f98a671..7b4e297 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -483360ccf87c8f2721fe24ea5d8125b3 libpwquality-0.9.9.tar.bz2 +35e809791aedcbedfb3bd33f1a715984 libpwquality-1.0.0.tar.bz2