X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=c1b5a9307285edc06bdccb69482f293216cf37f1;hb=ddc2d3fa3020759c9beeca19c3d255325aaaa260;hp=c3ea10484fac3b313ad4602d5fd9a8c1c70c200a;hpb=05a1c4f2c2d7efe05351354b6fd660a1b5fd357b;p=platal.git diff --git a/ChangeLog b/ChangeLog index c3ea104..c1b5a93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,46 @@ ================================================================================ -VERSION 1.0.3 XX XX XXXX +VERSION 1.1.1 26 10 2010 New: + * Compliant with PHP 5.3 -RIT + * Improves and unify error handling -FRU + * Add support for SQL transaction in XDB -FRU + * Add Iterable interface compatible with PHP's native iterators -FRU + * Add XDBFormat interface for object with a specific db serialization -FRU + * Add grouping feature to PlFilter -Xel + +Bug: + + * Fix SUID feature -FRU + * Table editor uses UPDATE instead of REPLACE to update entries -FRU + +From branch 1.1.0: + + * Permission were not check properly when accessing restricted hooks -FRU + +================================================================================ +VERSION 1.1.0 30 06 2010 + +New: + + * Add tools based on iterators -FRU/XEL + * Provide basic framework to write unit tests for plat/al -FRU + * Add PlFilter infrastructure in plat/al core -Xel + * XDB natively handles arrays -FRU + * Partially split Platal class to allow unit testing of the engine -FRU + +Bug: + + * #1022: Fixes message when adding a new entry with tableeditor -Car + * #1059: Fixes encoding of mail subjects containing a '?' -FRU + * #1073: Fixes encoding of accentuated From/To -FRU + ================================================================================ VERSION 1.0.2 13 11 2009 New: + * Adds proper content caching for static and semi-static content -VZA ================================================================================ @@ -42,6 +76,7 @@ ACRONYMS: * mYk: Aymeric Augustin (mYk) * OG : Olivier Guillaumin * PIK: Fabien Laborde (pika) + * RIT: Henri Jouhaud (Riton) * SHK: Jeremy Lainé (Sharky) * THD: Thomas Deniau (Totom) * VP : Vincent Palatin