CHANGES.txt for the FileCacheManager product 1.2 Bug fixes * Due to a method signature change in the ZODB transaction machinery FCM versions prior to 1.2 won't work with Zope 2.8. 1.1 Bug fixes * After a ZCache_set has been performed, during the transaction lifetime, return the file data fed to ZCache_set via ZCache_get even though it hasn't yet been written to the ultimate filepath. If this is not done, ZCache_get could return "stale" data from the perspective of the application using FCM. Features added * HTTP caching added. 1.0 First public release