* MANIFEST handling is better. * make clean now cleans up files better. No stray .pyc files. * make testall can now test with python 2.5 2.6 and 3.1.
0.1.12pre
----------------------
Bugs fixed ~~~~~~~~~~
* changed hash_url.hash_url to signed_url.sign * made all tests work when run from within their sub package directory.
0.1.11pre
----------------------
Features added ~~~~~~~~~~~~~~
* Added keys() and items() calls which return generators for sqlitepickle.
0.1.10pre
----------------------
Bugs fixed ~~~~~~~~~~
* changed the code layout to use subpackages. * See `sub-packages <http://renesd.blogspot.com/2009/12/structuring-modulespackages-and-cdb.html>`_, for the reasoning and details on keeping everything for a module in a sub package.
0.1.9pre
---------------------
Bugs fixed ~~~~~~~~~~
* hash_url fixes for length extension attack, and value equivalence attacks.