Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Merge branch 'release/2.0.0rc6'
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Aug 29, 2012
2 parents 8896ffb + dff4feb commit 1736dd0
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions README.md
Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 1736dd0

Please sign in to comment.