Mon Mar 23 2009 "Patrick Näf" - version 0.1 Sun Mar 22 2009 "Patrick Näf" - added --providers and --exclude-builtins command line options - AbstractProvider no longer registers itself automatically; the automatic part is now done in main.py when mkroesti is run from the command line; for other hacking purposes (e.g. unit tests) there are now convenience functions in mkroesti.__init__.py - AbstractProvider now provides a useful implementation for getAliasNames() - added document TESTING Sat Mar 21 2009 "Patrick Näf" - organizational changes - switched project source control from Subversion to git - removed Subversion keyword substitution line - updated copyright notice to 2009 - setup.py no longer installs the "tests" package; the package is still added to the source distribution, though (via MANIFEST.in), so that tests can be run on a target machine - documentation overhaul - updated ReleaseSteps document - added the documents Roadmap, Research and INSTALL - rewrote parts of README, also added section titled "How to extend mkroesti" - improved algorithm/alias descriptions in MANUAL - implementation changes - base16, base32 and base64 algorithms are now grouped under the alias "encoding" (previously under "chksum") - fixed name collision between "ripemd" algorithm and "ripemd" alias (algorithm is now named "ripemd-original") Mon Dec 08 2008 "Patrick Näf" - marked up the MANUAL file using reStructured text - wrote section "How to generate documentation" in README Mon Dec 01 2008 "Patrick Näf" - rewrote README and TODO documents - added DESIGN document Sun Nov 30 2008 "Patrick Näf" - added COPYING (full text of GPLv3) - added copyright notice at the top of each source file