fix typo, improve readability of NEWS/ChangeLog
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1362 c26eb9a1-5813-0410-bd6c-c2e55f420ca73.1
parent
c82846312a
commit
4f282ad3d5
12
ChangeLog
12
ChangeLog
|
@ -1,14 +1,14 @@
|
|||
3.1.0 2013-??-??
|
||||
ChangeLog
|
||||
========
|
||||
* cacher: enable var caching for cli
|
||||
* disassembler: fixes crash with nested sandbox
|
||||
* disassembler, Decompiler: improves support for PHP_5_4
|
||||
* adds support for PHP_5_5
|
||||
* compatible with fcntl fork
|
||||
* support for __FILE__ __DIR__ handling after files moved/hardlinked (without xcache.experimental)
|
||||
* closes #228, cacher: allow using var caching for cli to share data between child processes
|
||||
* cacher: compatible with pcntl_fork()
|
||||
* cacher: fixes support for __FILE__ __DIR__ to correctly handle files that got moved/hardlinked (this fix is now move out of xcache.experimental)
|
||||
* disassembler: fixes crash with nested sandbox
|
||||
* disassembler, Decompiler: improves support for PHP_4 ~ PHP_5_4, adds support for PHP_5_5
|
||||
|
||||
3.0.3 2013-16.18
|
||||
3.0.3 2013-06-18
|
||||
========
|
||||
* clean files in release (fix htdocs config)
|
||||
|
||||
|
|
8
NEWS
8
NEWS
|
@ -1,11 +1,11 @@
|
|||
3.1.0 2013-??-??
|
||||
========
|
||||
* disassembler now working again (fail since 3.0)
|
||||
* adds support for PHP_5_5
|
||||
* compatible with fcntl fork
|
||||
* support for __FILE__ __DIR__ handling after files moved/hardlinked
|
||||
* compatible with pcntl_fork()
|
||||
* fixes support for __FILE__ __DIR__ on moved/hardlinked files
|
||||
* disassembler now working again (fail since 3.0), supports PHP 4.x ~ PHP 5.5.x
|
||||
|
||||
3.0.3 2013-16-18
|
||||
3.0.3 2013-06-18
|
||||
========
|
||||
* clean files in release (fix htdocs config)
|
||||
|
||||
|
|
Loading…
Reference in New Issue