Version 0.2 (beta status)
==========================

v0.2.0
---------------------
* ADDED sphinx compatible documentation
* ADDED two example demos
* CHANGED umask no longer done via decorator


Version 0.1 (alpha)
==========================

v0.1.8
---------------------
* ADDED will refuse to decrypt inside a Dropbox folder
* ADDED warnings about trying to secure-delete a file that might be under version control (svn, git, hg) or Dropbox
* IMPROVED meta-data handling
* IMPROVED pad()-related functions
* IMPROVED logging (still not using a proper logger instance)
* ADDED more tests: command line usage, missing meta-data, Dropbox folder

v0.1.7
---------------------
* ADDED command line usage

v0.1.6
---------------------
* FIXED verify() works on Windows 7

v0.1.5
---------------------
* ADDED initial Windows support; most tests pass except unusual filename, verify, file permissions
* DOCS notes and prep for sphinx-based documentation

v0.1.4
---------------------
* DOCS v. minor update

v0.1.3
---------------------
* FIXED allow a _decrypt without a matching _encrypt function in codec registry
* IMPROVED genRsaKeys()
* IMPROVED use time.clock on win32
* ADDED more tests; 8G files ok
* IMPROVED send passphrases through stdin rather than require a file

v0.1.2
---------------------
* ADDED genRsaKeys() function

v0.1.1, June 1, 2013
---------------------
* prep work for python 3 version
* more tests
* _entropy
* proof of concept: add custom codec (partial)
* add legal disclaimer

v0.1.0, May 31, 2013
---------------------
* initial release
