X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=CHANGELOG;h=ee26c2746d3e31a9b8dbd1656e4ec3856c546781;hb=refs%2Fheads%2Forigin;hp=c9de553d83ca0a400400c76bb00f33f5e39b6350;hpb=27531cfcd6e8fb46402c6771ef4c2d97233917af;p=php5-apc.git diff --git a/CHANGELOG b/CHANGELOG index c9de553..ee26c27 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,19 @@ +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) + +3.0.17: 2008-03-25 +- Fix for CVE-2008-1488 (Daniel Papasian, Rasmus) +- 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