Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit ed81241

Browse files
committed
1.12.18 preparations
- Updated VERSION constant to 1.12.18 - Updated README: - set stable version - set release date - added verbiage around ZF2016-01
1 parent 94c13a2 commit ed81241

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,20 @@ Master: [![Build Status](https://api.travis-ci.org/zendframework/zf1.png?branch=
77
RELEASE INFORMATION
88
===================
99

10-
Zend Framework 1.12.18dev Release.
11-
Released on MMM DD, YYYY.
10+
Zend Framework 1.12.18 Release.
11+
Released on Apr 13, 2016.
1212

1313
IMPORTANT FIXES FOR 1.12.18
1414
---------------------------
1515

16+
This release contains security fixes:
17+
18+
- **ZF2016-01**: A number of classes, including `Zend_Filter_Encrypt`,
19+
`Zend_Form_Element_Hash`, `Zend_Gdata_HttpClient`, `Zend_Ldap_Attribute`,
20+
and `Zend_OpenId`, were using randomization methods with insufficient entropy.
21+
They have been updated to each use `Zend_Crypt_Math`, and the latter was
22+
updated to use PHP 7's `random_bytes()` and `random_int()` where feasible.
23+
1624
See http://framework.zend.com/changelog for full details.
1725

1826
NEW FEATURES

library/Zend/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ final class Zend_Version
3232
/**
3333
* Zend Framework version identification - see compareVersion()
3434
*/
35-
const VERSION = '1.12.18dev';
35+
const VERSION = '1.12.18';
3636

3737
/**
3838
* The latest stable version Zend Framework available

0 commit comments

Comments
 (0)