New upstream release.
- properly free pwquality settings - add extern "C" to public header - updated translations from Transifex
This commit is contained in:
parent
748e09ad12
commit
8e9193c72f
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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+.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user