From bd8ab243961b3c519d2012ced12b606ff0c23a81 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Thu, 9 Aug 2012 09:20:05 +0000 Subject: [PATCH] updates news git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1137 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- ChangeLog | 8 +++++--- NEWS | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7daf207..4ae198f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,17 +8,19 @@ Ini Settings Changes ======== * new: xcache.disable_on_crash = Off * new: xcache.coverager_autostart = On + * new: xcache.allocator = bestfit (no other option value yet) + * new: xcache.var_allocator = bestfit (no other option value yet) ChangeLog ======== * closes #2: auto disable caching on crash * closes #73: warn for improper PHP_FCGI_CHILDREN setting fcgi mode (>=PHP_5_3) - * closes #174: updated api to support "clear all cache" - * fixed #39: ini_set never work for xcache.coverager setting. use API instead + * closes #174: updates api to support "clear all cache" + * fixes #39: ini_set never work for xcache.coverager setting. use API instead * code refactor * uses extension to load XCache. load via zend_extension is unsupported * split XCache features into multiple sub modules - * updated XCache admin page + * updates XCache admin page * adds an diagnosis module to give professional advise, accessable via htdocs pages 2.0.1 2012-07-14 diff --git a/NEWS b/NEWS index 7ee463a..f8168cc 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,9 @@ 3.0.0 2012-??-?? ======== * lots of improvements - * updated api + * updates api, adds a few ini * uses extension to load XCache. load via zend_extension is unsupported - * updated XCache admin page + * updates XCache admin page * professional helpers * adds an diagnosis module to give advise @ htdocs * adds warning for misconfiguration @ startup