updats ChangeLog NEWS
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1139 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
parent
50347c1ac5
commit
952951b59b
|
@ -18,10 +18,11 @@ ChangeLog
|
|||
* 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
|
||||
* uses extension= to load XCache. loading via zend_extension= is unsupported
|
||||
* split XCache features into multiple sub modules
|
||||
* updates XCache admin page
|
||||
* adds an diagnosis module to give professional advise, accessable via htdocs pages
|
||||
* cache can be enabled/disabled manually
|
||||
|
||||
2.0.1 2012-07-14
|
||||
ChangeLog
|
||||
|
|
5
NEWS
5
NEWS
|
@ -1,14 +1,13 @@
|
|||
3.0.0 2012-??-??
|
||||
========
|
||||
* lots of improvements
|
||||
* bug fixes
|
||||
* updates api, adds a few ini
|
||||
* uses extension to load XCache. load via zend_extension is unsupported
|
||||
* uses extension= to load XCache. loading via zend_extension= is unsupported
|
||||
* updates XCache admin page
|
||||
* professional helpers
|
||||
* adds an diagnosis module to give advise @ htdocs
|
||||
* adds warning for misconfiguration @ startup
|
||||
* auto disable caching on crash @ runtime
|
||||
* cache can be enabled/disabled manually
|
||||
|
||||
2.0.1 2012-07-14
|
||||
========
|
||||
|
|
Loading…
Reference in New Issue