diff --git a/.gitignore b/.gitignore index 7092db1..38a45f1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /libpwquality-1.1.0.tar.bz2 /libpwquality-1.1.1.tar.bz2 /libpwquality-1.2.0.tar.bz2 +/libpwquality-1.2.1.tar.bz2 diff --git a/libpwquality.spec b/libpwquality.spec index a5350b9..968af1c 100644 --- a/libpwquality.spec +++ b/libpwquality.spec @@ -1,6 +1,6 @@ Summary: A library for password generation and password quality checking Name: libpwquality -Version: 1.2.0 +Version: 1.2.1 Release: 1%{?dist} # The package is BSD licensed with option to relicense as GPLv2+ # - this option is redundant as the BSD license allows that anyway. @@ -104,6 +104,11 @@ rm -f $RPM_BUILD_ROOT%{_moduledir}/*.la %{python_sitearch}/pwquality.so %changelog +* Thu Dec 20 2012 Tomas Mraz 1.2.1-1 +- properly free pwquality settings +- add extern "C" to public header +- updated translations from Transifex + * Thu Aug 16 2012 Tomas Mraz 1.2.0-1 - add maxsequence check for too long monotonic character sequence. - clarified alternative licensing to GPLv2+. diff --git a/sources b/sources index d708f1d..2bf4087 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8827419118064539db70090cbed5cb21 libpwquality-1.2.0.tar.bz2 +beb56c9028a713d936e04cc3c50c541d libpwquality-1.2.1.tar.bz2