New upstream release.

- properly free pwquality settings
- add extern "C" to public header
- updated translations from Transifex
This commit is contained in:
Tomas Mraz 2012-12-20 10:20:24 +01:00
parent 748e09ad12
commit 8e9193c72f
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <tmraz@redhat.com> 1.2.1-1
- properly free pwquality settings
- add extern "C" to public header
- updated translations from Transifex
* Thu Aug 16 2012 Tomas Mraz <tmraz@redhat.com> 1.2.0-1
- add maxsequence check for too long monotonic character sequence.
- clarified alternative licensing to GPLv2+.

View File

@ -1 +1 @@
8827419118064539db70090cbed5cb21 libpwquality-1.2.0.tar.bz2
beb56c9028a713d936e04cc3c50c541d libpwquality-1.2.1.tar.bz2