Skip to content

Commit

Permalink
Merge branch 'release/2.0.3'
Browse files Browse the repository at this point in the history
Getting ready to tag 2.0.3 release
  • Loading branch information
weierophinney committed Oct 17, 2012
2 parents c1d73fd + 95ee79a commit 7f49f1e
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 3 deletions.
202 changes: 202 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,207 @@
# CHANGELOG

## 2.0.3:

- 2244: Fix for issue ZF2-503 (https://github.com/zendframework/zf2/issues/2244)
- 2318: Allow to remove decimals in CurrencyFormat
(https://github.com/zendframework/zf2/issues/2318)
- 2363: Hotfix db features with eventfeature
(https://github.com/zendframework/zf2/issues/2363)
- 2380: ZF2-482 Attempt to fix the buffer. Also added extra unit tests.
(https://github.com/zendframework/zf2/issues/2380)
- 2392: Update library/Zend/Db/Adapter/Platform/Mysql.php
(https://github.com/zendframework/zf2/issues/2392)
- 2395: Fix for http://framework.zend.com/issues/browse/ZF2-571
(https://github.com/zendframework/zf2/issues/2395)
- 2397: Memcached option merge issuse
(https://github.com/zendframework/zf2/issues/2397)
- 2402: Adding missing dependencies
(https://github.com/zendframework/zf2/issues/2402)
- 2404: Fix to comments (https://github.com/zendframework/zf2/issues/2404)
- 2416: Fix expressionParamIndex for AbstractSql
(https://github.com/zendframework/zf2/issues/2416)
- 2420: Zend\Db\Sql\Select: Fixed issue with join expression named parameters
overlapping. (https://github.com/zendframework/zf2/issues/2420)
- 2421: Update library/Zend/Http/Header/SetCookie.php
(https://github.com/zendframework/zf2/issues/2421)
- 2422: fix add 2 space after @param in Zend\Loader
(https://github.com/zendframework/zf2/issues/2422)
- 2423: ManagerInterface must be interface, remove 'interface' description
(https://github.com/zendframework/zf2/issues/2423)
- 2425: Use built-in Travis composer
(https://github.com/zendframework/zf2/issues/2425)
- 2426: Remove need of setter in ClassMethods hydrator
(https://github.com/zendframework/zf2/issues/2426)
- 2432: Prevent space before end of tag with HTML5 doctype
(https://github.com/zendframework/zf2/issues/2432)
- 2433: fix for setJsonpCallback not called when recieved JsonModel + test
(https://github.com/zendframework/zf2/issues/2433)
- 2434: added phpdoc in Zend\Db
(https://github.com/zendframework/zf2/issues/2434)
- 2437: Hotfix/console 404 reporting
(https://github.com/zendframework/zf2/issues/2437)
- 2438: Improved previous fix for ZF2-558.
(https://github.com/zendframework/zf2/issues/2438)
- 2440: Turkish Translations for Captcha and Validate
(https://github.com/zendframework/zf2/issues/2440)
- 2441: Allow form collection to have any helper
(https://github.com/zendframework/zf2/issues/2441)
- 2516: limit(20) -> generates LIMIT '20' and throws an IllegalQueryException
(https://github.com/zendframework/zf2/issues/2516)
- 2545: getSqlStringForSqlObject() returns an invalid SQL statement with LIMIT
and OFFSET clauses (https://github.com/zendframework/zf2/issues/2545)
- 2595: Pgsql adapater has codes related to MySQL
(https://github.com/zendframework/zf2/issues/2595)
- 2613: Prevent password to be rendered if form validation fails
(https://github.com/zendframework/zf2/issues/2613)
- 2617: Fixed Zend\Validator\Iban class name
(https://github.com/zendframework/zf2/issues/2617)
- 2619: Form enctype fix when File elements are within a collection
(https://github.com/zendframework/zf2/issues/2619)
- 2620: InputFilter/Input when merging was not using raw value
(https://github.com/zendframework/zf2/issues/2620)
- 2622: Added ability to specify port
(https://github.com/zendframework/zf2/issues/2622)
- 2624: Form's default input filters added multiple times
(https://github.com/zendframework/zf2/issues/2624)
- 2630: fix relative link ( remove the relative links ) in README.md
(https://github.com/zendframework/zf2/issues/2630)
- 2631: Update library/Zend/Loader/AutoloaderFactory.php
(https://github.com/zendframework/zf2/issues/2631)
- 2633: fix redundance errors "The input does not appear to be a valid date"
show twice (https://github.com/zendframework/zf2/issues/2633)
- 2635: Fix potential issue with Sitemap test
(https://github.com/zendframework/zf2/issues/2635)
- 2636: add isset checks around timeout and maxredirects
(https://github.com/zendframework/zf2/issues/2636)
- 2641: hotfix : formRow() element error multi-checkbox and radio renderError
not shown (https://github.com/zendframework/zf2/issues/2641)
- 2642: Fix Travis build for CS issue
(https://github.com/zendframework/zf2/issues/2642)
- 2643: fix for setJsonpCallback not called when recieved JsonModel + test
(https://github.com/zendframework/zf2/issues/2643)
- 2644: Add fluidity to the prepare() function for a form
(https://github.com/zendframework/zf2/issues/2644)
- 2652: Zucchi/filter tweaks (https://github.com/zendframework/zf2/issues/2652)
- 2665: pdftest fix (https://github.com/zendframework/zf2/issues/2665)
- 2666: fixed url change (https://github.com/zendframework/zf2/issues/2666)
- 2667: Possible fix for rartests
(https://github.com/zendframework/zf2/issues/2667)
- 2669: skip whem gmp is loaded
(https://github.com/zendframework/zf2/issues/2669)
- 2673: Input fallback value option
(https://github.com/zendframework/zf2/issues/2673)
- 2676: mysqli::close() never called
(https://github.com/zendframework/zf2/issues/2676)
- 2677: added phpdoc to Zend\Stdlib
(https://github.com/zendframework/zf2/issues/2677)
- 2678: Zend\Db\Adapter\Sqlsrv\Sqlsrv never calls Statement\initialize() (fix
within) (https://github.com/zendframework/zf2/issues/2678)
- 2679: Zend/Log/Logger.php using incorrect php errorLevel
(https://github.com/zendframework/zf2/issues/2679)
- 2680: Cache: fixed bug on getTotalSpace of filesystem and dba adapter
(https://github.com/zendframework/zf2/issues/2680)
- 2681: Cache/Dba: fixed notices on tearDown db4 tests
(https://github.com/zendframework/zf2/issues/2681)
- 2682: Replace 'Configuration' with 'Config' when retrieving configuration
(https://github.com/zendframework/zf2/issues/2682)
- 2683: Hotfix: Allow items from Abstract Factories to have setShared() called
(https://github.com/zendframework/zf2/issues/2683)
- 2685: Remove unused Uses (https://github.com/zendframework/zf2/issues/2685)
- 2686: Adding code to allow EventManager trigger listeners using wildcard
identifier (https://github.com/zendframework/zf2/issues/2686)
- 2687: Hotfix/db sql nested expressions
(https://github.com/zendframework/zf2/issues/2687)
- 2688: Hotfix/tablegateway event feature
(https://github.com/zendframework/zf2/issues/2688)
- 2689: Hotfix/composer phpunit
(https://github.com/zendframework/zf2/issues/2689)
- 2690: Use RFC-3339 full-date format (Y-m-d) in Date element
(https://github.com/zendframework/zf2/issues/2690)
- 2691: join on conditions don't accept alternatives to columns
(https://github.com/zendframework/zf2/issues/2691)
- 2693: Update library/Zend/Db/Adapter/Driver/Mysqli/Connection.php
(https://github.com/zendframework/zf2/issues/2693)
- 2694: Bring fluid interface to Feed Writer
(https://github.com/zendframework/zf2/issues/2694)
- 2698: fix typo in # should be :: in exception
(https://github.com/zendframework/zf2/issues/2698)
- 2699: fix elseif in javascript Upload Demo
(https://github.com/zendframework/zf2/issues/2699)
- 2700: fix cs in casting variable
(https://github.com/zendframework/zf2/issues/2700)
- 2705: Fix french translation
(https://github.com/zendframework/zf2/issues/2705)
- 2707: Improved error message when ServiceManager does not find an invokable
class (https://github.com/zendframework/zf2/issues/2707)
- 2710: #2461 - correcting the url encoding of path segments
(https://github.com/zendframework/zf2/issues/2710)
- 2711: Fix/demos ProgressBar/ZendForm.php : Object of class Zend\Form\Form
could not be converted to string
(https://github.com/zendframework/zf2/issues/2711)
- 2712: fix cs casting variable for (array)
(https://github.com/zendframework/zf2/issues/2712)
- 2713: Update library/Zend/Mvc/Service/ViewHelperManagerFactory.php
(https://github.com/zendframework/zf2/issues/2713)
- 2714: Don't add separator if not prefixing columns
(https://github.com/zendframework/zf2/issues/2714)
- 2717: Extends when it can : Validator\DateStep extends Validator\Date to
reduce code redundancy (https://github.com/zendframework/zf2/issues/2717)
- 2719: Fixing the Cache Storage Factory Adapter Factory
(https://github.com/zendframework/zf2/issues/2719)
- 2728: Bad Regex for Content Type header
(https://github.com/zendframework/zf2/issues/2728)
- 2731: Reset the Order part when resetting Select
(https://github.com/zendframework/zf2/issues/2731)
- 2732: Removed references to Mysqli in Zend\Db\Adapter\Driver\Pgsql
(https://github.com/zendframework/zf2/issues/2732)
- 2733: fix @package Zend_Validate should be Zend_Validator
(https://github.com/zendframework/zf2/issues/2733)
- 2734: fix i18n @package and @subpackage value
(https://github.com/zendframework/zf2/issues/2734)
- 2736: fix captcha helper test.
(https://github.com/zendframework/zf2/issues/2736)
- 2737: Issue #2728 - Bad Regex for Content Type header
(https://github.com/zendframework/zf2/issues/2737)
- 2738: fix link 'quickstart' to version 2.0
(https://github.com/zendframework/zf2/issues/2738)
- 2739: remove '@subpackage' because Zend\Math is not in subpackage
(https://github.com/zendframework/zf2/issues/2739)
- 2742: remove () in echo-ing (https://github.com/zendframework/zf2/issues/2742)
- 2749: Fix for #2678 (Zend\Db's Sqlsrv Driver)
(https://github.com/zendframework/zf2/issues/2749)
- 2750: Adds the ability to instanciate by factory to AbstractPluginManager
(https://github.com/zendframework/zf2/issues/2750)
- 2754: add the support to register module paths over namespace
(https://github.com/zendframework/zf2/issues/2754)
- 2755: remove Zend\Mvc\Controller\PluginBroker from aliases in
"$defaultServiceConfig" (https://github.com/zendframework/zf2/issues/2755)
- 2759: Fix Zend\Code\Scanner\TokenArrayScanner
(https://github.com/zendframework/zf2/issues/2759)
- 2764: Fixed Zend\Math\Rand::getString() to pass the parameter $strong to
::getBytes() (https://github.com/zendframework/zf2/issues/2764)
- 2765: Csrf: always use dedicated setter
(https://github.com/zendframework/zf2/issues/2765)
- 2766: Session\Storage: always preserve REQUEST_ACCESS_TIME
(https://github.com/zendframework/zf2/issues/2766)
- 2768: Zend\Validator dependency is missed in Zend\Cache composer.json
(https://github.com/zendframework/zf2/issues/2768)
- 2769: change valueToLDAP to valueToLdap and valueFromLDAP to valueFromLdap
(https://github.com/zendframework/zf2/issues/2769)
- 2770: Memcached (https://github.com/zendframework/zf2/issues/2770)
- 2775: Zend\Db\Sql: Fix for Mysql quoting during limit and offset
(https://github.com/zendframework/zf2/issues/2775)
- 2776: Allow whitespace in Iban
(https://github.com/zendframework/zf2/issues/2776)
- 2777: Fix issue when PREG_BAD_UTF8_OFFSET_ERROR is defined but Unicode support
is not enabled on PCRE (https://github.com/zendframework/zf2/issues/2777)
- 2778: Undefined Index fix in ViewHelperManagerFactory
(https://github.com/zendframework/zf2/issues/2778)
- 2779: Allow forms that have been added as fieldsets to bind values to bound
ob... (https://github.com/zendframework/zf2/issues/2779)
- 2782: Issue 2781 (https://github.com/zendframework/zf2/issues/2782)


## 2.0.2:

- 2383: Changed unreserved char definition in Zend\Uri (ZF2-533) and added shell
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Develop: [![Build Status](https://secure.travis-ci.org/zendframework/zf2.png?bra

## RELEASE INFORMATION

*Zend Framework 2.0.3dev*
*Zend Framework 2.0.3*

This is the third maintenance release for the 2.0 series.

XX YYY 2012
17 Oct 2012

### UPDATES IN 2.0.3

Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Version/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class Version
/**
* Zend Framework version identification - see compareVersion()
*/
const VERSION = '2.0.3dev';
const VERSION = '2.0.3';

/**
* Github Service Identifier for version information is retreived from
Expand Down

0 comments on commit 7f49f1e

Please sign in to comment.