view CHANGELOG.txt @ 33:74ea9a0ed02a default tip

Added tag 0.3.2a for changeset fdddfd434bbd
author Ben Croston <ben@croston.org>
date Sat, 19 Oct 2013 21:24:33 +0100
parents fdddfd434bbd
children
line wrap: on
line source

Change Log
==========

0.3.2a
------
- Remove dependency on distribute
- Tidy up pypi package contents

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