1
0
Fork 0

bump version to 3.0.0

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1036 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 11 years ago
parent a6271b187b
commit 57664a5501

@ -1,4 +1,4 @@
2.1.0 2012-??-??
3.0.0 2012-??-??
API Changes
========
* chg: proto array xcache_clear_cache(int type, [ int id = -1 ]). -1 means all cache splits
@ -12,8 +12,10 @@ ChangeLog
* closes #2: auto disable caching on crash
* closes #972: warning/error when XCache is loaded incorrectly
* closes #73: warn for improper PHP_FCGI_CHILDREN setting fcgi mode (>=PHP_5_3)
* closes #174: updated api for clear all cache
* uses extension to load XCache. load via zend_extension is unsupported
* closes #174: updated api to support "clear all cache"
* code refactor
* uses extension to load XCache. load via zend_extension is unsupported
* split XCache features into multiple sub modules
2.0.1 2012-07-14
ChangeLog

@ -1,4 +1,4 @@
2.1.0 2012-??-??
3.0.0 2012-??-??
========
* improvements
* adds warning for misconfiguration

Loading…
Cancel
Save