Mercurial > hg > AuthRPC
comparison CHANGELOG.txt @ 30:a99009a7013c 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
author | Ben Croston <ben@croston.org> |
---|---|
date | Thu, 05 Apr 2012 20:45:56 +0100 |
parents | bea0c77734ca |
children | fdddfd434bbd |
comparison
equal
deleted
inserted
replaced
29:b631d13b252d | 30:a99009a7013c |
---|---|
1 Change Log | 1 Change Log |
2 ========== | 2 ========== |
3 | |
4 0.3.1a | |
5 ------ | |
6 - Use generator with __getfile__ (uses much less memory) | |
7 - Fixed security issue with __getfile__ - do not allow access to whole disk! | |
8 - Handle exceptions in auth function | |
9 - Fixed encrypting of no password | |
10 - Changed README code examples | |
3 | 11 |
4 0.3.0a | 12 0.3.0a |
5 ------ | 13 ------ |
6 - Changed/renamed exceptions that are generated (client) | 14 - Changed/renamed exceptions that are generated (client) |
7 | 15 |