New upstream release

This commit is contained in:
Tomas Mraz 2011-12-08 11:52:29 +01:00
parent acdbf25128
commit 24e9c555cc
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/libpwquality-0.9.tar.bz2
/libpwquality-0.9.9.tar.bz2
/libpwquality-1.0.0.tar.bz2

View File

@ -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 <tmraz@redhat.com> 1.0.0-1
- added a few additional password quality checks
- bugfix in configuration file parsing
* Fri Nov 11 2011 Tomas Mraz <tmraz@redhat.com> 0.9.9-1
- added python bindings and documentation

View File

@ -1 +1 @@
483360ccf87c8f2721fe24ea5d8125b3 libpwquality-0.9.9.tar.bz2
35e809791aedcbedfb3bd33f1a715984 libpwquality-1.0.0.tar.bz2