diff --git a/README.md b/README.md index 0a2fe84ca37..0809ddcc95e 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,24 @@ Master: [![Build Status](https://secure.travis-ci.org/zendframework/zf2.png?bran *Zend Framework 2.0.0rc6* -This is the fifth release candidate for 2.0.0. We will be releasing RCs -on a weekly basis until we feel all critical issues are addressed. At -this time, we anticipate few API changes before the stable release, and -recommend testing your production applications against it. +This is the sixth release candidate for 2.0.0. At this time, we anticipate that +this will be the final release candidate before issuing a stable release. +We highly recommend testing your production applications against it. -XX August 2012 +29 August 2012 ### UPDATES IN RC6 +- Zend\Config + - The INI adapter now allows bracket notation for appending values to an array + within INI definitions. - Zend\Db - ResultInterface adds isBuffered() method for checking if the resultset is buffered or not. Allows for more fine grained control of result set buffering, including using the database engine's native buffering. + - Insertions with multi-part keys now work properly. + - Expression objects may now be passed to the order() method of a Select + object. - Zend\Form - You can now omit error messages on elements when rendering via formRow(), by passing a boolean false as the third argument of the helper. @@ -39,6 +44,8 @@ XX August 2012 - Some browser/web server combingations set SERVER_NAME to the IPv6 address, and enclose it in brackets. The PhpEnvironment\Request object now correctly detects such situations. + - The Socket client will only fallback to SSLv3 if the ssltransport + configuration key is not set (instead of also allowing SSLv2). - Zend\I18n\Translator - Loader\LoaderInterface was splitted into Loader\FileLoaderInterface and Loader\RemoteLoaderInterface. The latter one will be used in ZF 2.1 for @@ -54,6 +61,8 @@ XX August 2012 http://zend-framework-community.634137.n4.nabble.com/Change-to-Zend-Mvc-Application-s-event-identifiers-tp4656517.html + - The redirect plugin's toRoute() method signature is now synced with that of + the url plugin's fromRoute() method. - The PRG plugin now allows passing no arguments; if you do so, the currently matched route will be used for the redirect. - Zend\Paginator @@ -62,10 +71,12 @@ XX August 2012 terribly useful; in most cases, developers needed to configure the adapter up-front anyways. - Zend\Stdlib - - ClassMethods Hydrator now supports boolean getters prefixed with "is" + - ClassMethods Hydrator now supports boolean getters prefixed with "is". +- Zend\Validator + - DB validators no longer mix positional and named parameters. -More than XX pull requests for a variety of features and bugfixes were handled -since RC5, as well as around XX documentation changes! +More than 30 pull requests for a variety of features and bugfixes were handled +since RC5, as well as almost 20 documentation changes! ### SYSTEM REQUIREMENTS