X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=php5-apc.git;a=blobdiff_plain;f=CHANGELOG;fp=CHANGELOG;h=ee26c2746d3e31a9b8dbd1656e4ec3856c546781;hp=c14024406add8b7dea61dcab287892e64de81132;hb=10aea07a14325aa0bfb5fe75ddcf19432c6e2c64;hpb=3682e0a7a26931aabca2b6e54eb08efd7dc0430b diff --git a/CHANGELOG b/CHANGELOG index c140244..ee26c27 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +3.0.19: 2008-05-14 +- Move expunge callback groundwork to 3.1 (Rasmus) +- Fix fd-leak (Gopal) +- Fix double-free on builtin functions (Gopal) +- Initial PHP 5.3 support (Gopal) + 3.0.18: 2008-03-28 - Revert memleak patch (Gopal) - Fix for bug #13504 (David Fraser) @@ -7,7 +13,7 @@ - Fix apc_add() cache expunge bug (Rasmus) - Added parameter to apc_fetch to determine success/failure when fetching booleans (shire) - Fix misc. memleaks (shire) - + 3.0.16: 2007-12-26 - Fix for longstanding cache-full crash (Christian Seiler) http://news.php.net/php.pecl.dev/4951 for the details