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

Commit 4607991

Browse files
committed
Bump versions
- Next dev version: 1.12.10dev
1 parent bfa9060 commit 4607991

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

README.md

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

10-
Zend Framework 1.12.9dev Release.
10+
Zend Framework 1.12.10dev Release.
1111
Released on MMMMM DD, YYYY.
1212

13-
IMPORTANT FIXES FOR 1.12.9
14-
--------------------------
15-
16-
**This release contains security updates:**
17-
18-
- **ZF2014-05:** Due to an issue that existed in PHP's LDAP extension, it is
19-
possible to perform an unauthenticated simple bind against a LDAP server by
20-
using a null byte for the password, regardless of whether or not the user
21-
normally requires a password. We have provided a patch in order to protect
22-
users of unpatched PHP versions (PHP 5.5 <= 5.5.11, PHP 5.4 <= 5.4.27, all
23-
versions of PHP 5.3 and below). If you use `Zend_Ldap` and are on an affected
24-
version of PHP, we recommend upgrading immediately.
25-
- **ZF2014-06** `Zend_Db_Adapter_Sqlsrv` had a potential SQL injection
26-
vulnerability via improperly quoted null bytes. The code has been updated to
27-
ensure proper quoting and thus remove the security vector. If you are using
28-
`Zend_Db_Adapter_Sqlsrv` and manually quoting values via the adapter, we
29-
encourage you to upgrade immediately.
13+
IMPORTANT FIXES FOR 1.12.10
14+
---------------------------
3015

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

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.9dev';
35+
const VERSION = '1.12.10dev';
3636

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

0 commit comments

Comments
 (0)