Version 0.5.1 (2006-04-10) cavok (2006-04-10): * added spec file cavok (2005-01-03): * Makefile.am, Makefile.am.common: moved definition of docdir and htmldocdir automake variables to Makefile.am.common. * _crack.c.in: dictionary files read test is now performed directly using open/close system calls. * acinclude.m4: added some useful macros for configure.ac but they are still unused. * configure.ac: bumped version to 0.5.1 Version 0.5 (2003-08-09) cavok (2003-08-09): * switched to MIT license * configure.ac: bumped version to 0.5 cavok (2003-07-10): * major reorganization of makefiles Version 0.4 (2003-07-04) cavok (2003-07-04): * configure.ac: bumped version to 0.4 cavok (2003-06-18): * crack.py: adjusted for use with Python 2.1 * doc/manual.tex: now states that Python 2.1 is supported Version 0.3 (2003-05-21) cavok (2003-05-21): * makefiles: started to really use the uniform naming scheme cavok (2003-05-18): * makefiles: appropriate use of $(srcdir) variable * example.py file is now named checkpass.py cavok (2003-05-13): * makefiles: uninstall targets now remove our stuff * HTML documentation is now avaialable cavok (2003-05-06): * _crack.c.in, crack.py: added support for default_dictpath variable cavok (2003-04-21): * crack.py: new VeryFascistCheck() function * configure.ac: bumped version to 0.3 cavok (2003-04-20): * crack.c.in renamed to _crack.c.in * _crack.c.in (_crack_FascistCheck): additional check is performed to test cracklib dictionary files readability. ValueError exception is reaised instead of CheckError. Version 0.2 (2003-04-05) cavok (2003-04-04): * project renamed to python-crack to fit the max length allowed in Savannah project's name Version 0.1 (2003-04-04) cavok (2003-04-03): * initial implementation