Changelog for
python3-pwquality-1.4.0-7.fc28.x86_64.rpm :
* Thu Mar 22 2018 Tomáš Mráz
1.4.0-7- Add conditionals for Python2 and Python3
* Wed Feb 07 2018 Fedora Release Engineering - 1.4.0-6- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Sat Feb 03 2018 Igor Gnatenko - 1.4.0-5- Switch to %ldconfig_scriptlets
* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 1.4.0-4- Python 2 binary package renamed to python2-pwquality See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
* Thu Aug 03 2017 Fedora Release Engineering - 1.4.0-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Wed Jul 26 2017 Fedora Release Engineering - 1.4.0-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Fri May 26 2017 Tomáš Mráz 1.4.0-1- Do not try to check presence of too short username in password- Make the user name check optional (via usercheck option)- Add an \'enforcing\' option to make the checks to be warning-only in PAM- The difok = 0 setting will disable all old password similarity checks except new and old passwords being identical- Updated translations from Zanata
* Mon Aug 24 2015 Tomáš Mráz 1.3.0-2- Fix possible stack overflow in the generate function (#1255935)
* Thu Jul 23 2015 Tomáš Mráz 1.3.0-1- Change the defaults for credits, difok, and minlen- Make the cracklib check optional but on by default- Add implicit support for parsing .d/
*.conf files- Add libpwquality API manual page
* Wed Aug 06 2014 Tomáš Mráz 1.2.4-1- fix license handling (by Tom Callaway)- add Python3 module subpackage
* Thu Sep 12 2013 Tomáš Mráz 1.2.3-1- fix problem with parsing the pam_pwquality options patch by Vladimir Sorokin.- updated translations from Transifex- treat empty user or password as NULL- move the library to /usr
* Wed Jun 19 2013 Tomas Mraz 1.2.2-1- manual page fixes- make it possible to set the maxsequence configuration value- updated translations from Transifex
* 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+.- add local_users_only option to skip the pwquality checks for non-locals. (thanks to Stef Walter)
* Wed Jun 13 2012 Tomas Mraz 1.1.1-1- use rpm built-in filtering of provides (rhbz#830153)- remove strain debug fprintf() (rhbz#831567)
* Thu May 24 2012 Tomas Mraz 1.1.0-1- fix leak when throwing PWQError exception- added pkgconfig file- call the simplicity checks before the cracklib check- add enforce_for_root option to the PAM module- updated translations from Transifex
* Thu Dec 08 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
* Mon Oct 10 2011 Tomas Mraz 0.9-2- fixes for problems found in review (missing BR on pam-devel, License field, Source URL, Require pam, other cleanups)
* Mon Oct 03 2011 Tomas Mraz 0.9-1- first spec file for libpwquality