Mercurial > hg > AuthRPC
view CHANGELOG.txt @ 31:183a9b11c78f
Added tag 0.3.1a for changeset a99009a7013c
author | Ben Croston <ben@croston.org> |
---|---|
date | Thu, 05 Apr 2012 20:46:44 +0100 |
parents | a99009a7013c |
children | fdddfd434bbd |
line wrap: on
line source
Change Log ========== 0.3.1a ------ - Use generator with __getfile__ (uses much less memory) - Fixed security issue with __getfile__ - do not allow access to whole disk! - Handle exceptions in auth function - Fixed encrypting of no password - Changed README code examples 0.3.0a ------ - Changed/renamed exceptions that are generated (client) 0.2.0a ------ - Added __getfile__ mechanism 0.1.0a ------ - Added batch requests - Added Python 3 support for server 0.0.1a ------ - First version