Changes
=======

2013/05/14 0.2.2
----------------

- project structure update to run setup.py from buildout


2012/10/08 0.2.1
----------------

- fixed manifest for propper release

12-11-2009 0.2.0
----------------

- moved project to github http://github.com/lovelysystems/lovely.memcached

- Use zope.intid, zope.keyreference, zope.site, zope component instead
  of zope.app.intid, zope.app.keyreference, zope.app.component

- Make testing.README sleep a tad longer so the buildbot is happy.
  added find-links to buildout


2008/04/27  0.1.4
-----------------

- tagging current trunk (unchanged since 8 month) as 0.1.4


2007/08/13 0.1.3
----------------

- optimized handling for invalidations

- raise a ValueError if the cache data in raw mode is not str.

- added more tests for dependencies


2007/07/03 0.1.2
----------------

- refactor the storage implementation to prevent side effects when a
  utility gets reloaded from zodb

- use a specific client uid for key tracking

- more logging

2007/06/19 0.1.1
----------------

- added hits and misses counter for the testing client


2007/06/04 0.1.0
----------------

- Bugfix:  Invalidate raw and none raw keys in invalidation event
  handler

- Added convenient function to invalidate caches depending on an
  instance.

- Added an event handler for invalidation events.

- Added a memcache client implementation for testing, this client
  doesn't need a running memcached instance.
