Skip to content
This repository has been archived by the owner on May 16, 2018. It is now read-only.

Commit

Permalink
Merge branch 'versions/1.12.18'
Browse files Browse the repository at this point in the history
1.12.18 readiness
  • Loading branch information
weierophinney committed Apr 13, 2016
2 parents 94c13a2 + ed81241 commit bc3f265
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,20 @@ Master: [![Build Status](https://api.travis-ci.org/zendframework/zf1.png?branch=
RELEASE INFORMATION
===================

Zend Framework 1.12.18dev Release.
Released on MMM DD, YYYY.
Zend Framework 1.12.18 Release.
Released on Apr 13, 2016.

IMPORTANT FIXES FOR 1.12.18
---------------------------

This release contains security fixes:

- **ZF2016-01**: A number of classes, including `Zend_Filter_Encrypt`,
`Zend_Form_Element_Hash`, `Zend_Gdata_HttpClient`, `Zend_Ldap_Attribute`,
and `Zend_OpenId`, were using randomization methods with insufficient entropy.
They have been updated to each use `Zend_Crypt_Math`, and the latter was
updated to use PHP 7's `random_bytes()` and `random_int()` where feasible.

See http://framework.zend.com/changelog for full details.

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

/**
* The latest stable version Zend Framework available
Expand Down

0 comments on commit bc3f265

Please sign in to comment.