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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
9459d63c1558 Added full support for Python 3
Ben Croston <ben@croston.org>
parents:
diff changeset
1 Change Log
9459d63c1558 Added full support for Python 3
Ben Croston <ben@croston.org>
parents:
diff changeset
2 ==========
9459d63c1558 Added full support for Python 3
Ben Croston <ben@croston.org>
parents:
diff changeset
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
bea0c77734ca Changed/renamed exceptions
Ben Croston <ben@croston.org>
parents: 26
diff changeset
12 0.3.0a
bea0c77734ca Changed/renamed exceptions
Ben Croston <ben@croston.org>
parents: 26
diff changeset
13 ------
bea0c77734ca Changed/renamed exceptions
Ben Croston <ben@croston.org>
parents: 26
diff changeset
14 - Changed/renamed exceptions that are generated (client)
bea0c77734ca Changed/renamed exceptions
Ben Croston <ben@croston.org>
parents: 26
diff changeset
15
26
346114023528 Added __getfile__ mechanism
Ben Croston <ben@croston.org>
parents: 23
diff changeset
16 0.2.0a
346114023528 Added __getfile__ mechanism
Ben Croston <ben@croston.org>
parents: 23
diff changeset
17 ------
346114023528 Added __getfile__ mechanism
Ben Croston <ben@croston.org>
parents: 23
diff changeset
18 - Added __getfile__ mechanism
346114023528 Added __getfile__ mechanism
Ben Croston <ben@croston.org>
parents: 23
diff changeset
19
23
8c4357842947 Fixed typo in changelog
Ben Croston <ben@croston.org>
parents: 22
diff changeset
20 0.1.0a
22
9459d63c1558 Added full support for Python 3
Ben Croston <ben@croston.org>
parents:
diff changeset
21 ------
9459d63c1558 Added full support for Python 3
Ben Croston <ben@croston.org>
parents:
diff changeset
22 - Added batch requests
9459d63c1558 Added full support for Python 3
Ben Croston <ben@croston.org>
parents:
diff changeset
23 - Added Python 3 support for server
9459d63c1558 Added full support for Python 3
Ben Croston <ben@croston.org>
parents:
diff changeset
24
9459d63c1558 Added full support for Python 3
Ben Croston <ben@croston.org>
parents:
diff changeset
25 0.0.1a
9459d63c1558 Added full support for Python 3
Ben Croston <ben@croston.org>
parents:
diff changeset
26 ------
9459d63c1558 Added full support for Python 3
Ben Croston <ben@croston.org>
parents:
diff changeset
27 - First version
9459d63c1558 Added full support for Python 3
Ben Croston <ben@croston.org>
parents:
diff changeset
28