From a310f8cec1325fc84776941f89854f06083802b1 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Tue, 8 Feb 2011 05:10:10 +0000 Subject: [PATCH] merge ChangeLog and NEWS from 1.3 git-svn-id: svn://svn.lighttpd.net/xcache/trunk@696 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- ChangeLog | 5 +++++ NEWS | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index a7444fe..fdebc9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,11 @@ ChangeLog * fixed #55: segv php tokenizer on certain special situation * compiler errors: all compiler warning (E_STRICT only currently) is now cached and is supported for user handler +1.3.1 2010-11-27 +======== + * 2G/4G limitation on 64bit arch + * xcache_unset matching e.g. prefixed_ values + 1.3.0 2009-08-04 == ChangeLog == * PHP 5.3 support diff --git a/NEWS b/NEWS index 8860906..e1754df 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ 2.0.0 2009-?-? * Cache 1 copy for all files with same content +1.3.1 2010-11-27 +======== + * 2G/4G limitation on 64bit arch + * xcache_unset matching e.g. prefixed_ values + 1.3.0 2009-08-04 ======== * PHP 5.3 support