Mercurial > hg > AuthRPC
annotate 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 |
rev | line source |
---|---|
22 | 1 Change Log |
2 ========== | |
3 | |
30
a99009a7013c
- Use generator with __getfile__ (uses much less memory)
Ben Croston <ben@croston.org>
parents:
28
diff
changeset
|
4 0.3.1a |
a99009a7013c
- Use generator with __getfile__ (uses much less memory)
Ben Croston <ben@croston.org>
parents:
28
diff
changeset
|
5 ------ |
a99009a7013c
- Use generator with __getfile__ (uses much less memory)
Ben Croston <ben@croston.org>
parents:
28
diff
changeset
|
6 - Use generator with __getfile__ (uses much less memory) |
a99009a7013c
- Use generator with __getfile__ (uses much less memory)
Ben Croston <ben@croston.org>
parents:
28
diff
changeset
|
7 - Fixed security issue with __getfile__ - do not allow access to whole disk! |
a99009a7013c
- Use generator with __getfile__ (uses much less memory)
Ben Croston <ben@croston.org>
parents:
28
diff
changeset
|
8 - Handle exceptions in auth function |
a99009a7013c
- Use generator with __getfile__ (uses much less memory)
Ben Croston <ben@croston.org>
parents:
28
diff
changeset
|
9 - Fixed encrypting of no password |
a99009a7013c
- Use generator with __getfile__ (uses much less memory)
Ben Croston <ben@croston.org>
parents:
28
diff
changeset
|
10 - Changed README code examples |
a99009a7013c
- Use generator with __getfile__ (uses much less memory)
Ben Croston <ben@croston.org>
parents:
28
diff
changeset
|
11 |
28 | 12 0.3.0a |
13 ------ | |
14 - Changed/renamed exceptions that are generated (client) | |
15 | |
26 | 16 0.2.0a |
17 ------ | |
18 - Added __getfile__ mechanism | |
19 | |
23 | 20 0.1.0a |
22 | 21 ------ |
22 - Added batch requests | |
23 - Added Python 3 support for server | |
24 | |
25 0.0.1a | |
26 ------ | |
27 - First version | |
28 |