Changeset 305
- Timestamp:
- 05/06/07 22:36:47 (1 year ago)
- Files:
-
- eaccelerator/branches/0.9.5/ChangeLog (modified) (1 diff)
- eaccelerator/branches/0.9.5/NEWS (modified) (1 diff)
- eaccelerator/branches/0.9.5/eaccelerator_version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/branches/0.9.5/ChangeLog
r304 r305 2 2 3 3 * Patch r283 from trunk 4 * Bump version for 0.9.5.1 release 4 5 5 6 2006-11-08 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> eaccelerator/branches/0.9.5/NEWS
r277 r305 1 May 06, 2007 - Bart Vanbrabant 2 ---------------------------------- 3 4 * Released 0.9.5.1 5 Changes in this version (from 0.9.5) 6 - Fix bug that causes problems with protected attributes and php 5.2 7 - Fix ttl bug in list_keys 8 Known issues: 9 Exceptions aren't catched by try catch due to optimizer bug, see 10 bugreport #242. 11 1 12 Oct 11, 2006 - Bart Vanbrabant 2 13 ---------------------------------- 3 14 4 * Released 0.9. 615 * Released 0.9.5 5 16 6 17 Changes in this version (from 0.9.4): eaccelerator/branches/0.9.5/eaccelerator_version.h
r277 r305 1 1 #ifndef EACCELERATOR_VERSION 2 #define EACCELERATOR_VERSION "0.9.5 "2 #define EACCELERATOR_VERSION "0.9.5.1" 3 3 #endif