* Remove the included cherrypy wsgiserver. * Fix bugs in select filters.
0.9.64
Not secure
* When returning a collection of tiddlers if that set is empty, return an empty set not a 404. This could break existing client code. * Clean up some imports for better dependency handling.
0.9.63
Not secure
* Quiet Python 2.6.x deprecation warnings.
0.9.62
Not secure
* Correct unicode handling in content-disposition header. * List system plugins with twanager info command. * Continued tweaking to ETag handling.
0.9.61
Not secure
* Previous release was missing code from DCVS.
0.9.60
Not secure
* Correct formal handling of ETags when a Tiddler is PUT. * Decode form input to unicode: tiddlyweb.query now contains unicode.