* 0.3
    * Supporting Django 1.4
    * Fixed tests for Django 1.3 and Django 1.4
    * Declare no support for Django < 1.3
    * Added LOG_KEY_ERROR setting
    * Partially backport changesets of session from Django 1.4 for Django 1.3
    * Invalid keys for key generators no longer hit DB
* 0.2
    * Added 'cleanuprs' management command and config option
      'HASH_KEYS_CHECK_FOR_EXPIRY' to clean up session data
      in hash mode.
    * backward incompatibility: hash mode now stores expiry date in 
      big-endian order for simpler comparation, still 4 bytes.
      Please cleanup session if you're using hash mode in 0.1.
* 0.1
    * Initial version.
