New PHP5 APC - version 3.0.19, using PHP5 5.2.0-8+etch11,
[php5-apc.git] / CHANGELOG
index c140244..ee26c27 100644 (file)
--- 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