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

Commit b5b2dbc

Browse files
committed
Bumped version
2 parents 8a3c471 + 1d40de5 commit b5b2dbc

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

README.md

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

10-
Zend Framework 1.12.16 Release.
11-
Released on Sep 15, 2015.
10+
Zend Framework 1.12.17dev Release.
11+
Released on MMM DD, YYYY.
1212

13-
IMPORTANT FIXES FOR 1.12.16
13+
IMPORTANT FIXES FOR 1.12.17
1414
---------------------------
1515

16-
This release contains security fixes:
17-
18-
- **ZF2015-07**: A number of components, including `Zend_Cloud`,
19-
`Zend_Search_Lucene`, and `Zend_Service_WindowsAzure` were creating directories with
20-
a liberal umask that could lead to local arbitrary code execution and/or
21-
local privilege escalation. This release contains a patch that ensures the
22-
directories are created using permissions of 0775 and files using 0664
23-
(essentially umask 0002).
24-
25-
- **ZF2015-08**: ZF2014-06 uncovered an issue in the sqlsrv adapter provided by
26-
the framework whereby null bytes were not filtered correctly when generating
27-
SQL. A reporter discovered the same vulnerability is present in our PDO implementation
28-
when used with pdo_dblib, and could potentially be applied to other PDO adapters.
29-
This release contains a patch to properly escape null bytes used in SQL queries
30-
across all PDO adapters shipped with the framework.
31-
3216
See http://framework.zend.com/changelog for full details.
3317

3418
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.16';
35+
const VERSION = '1.12.17dev';
3636

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

0 commit comments

Comments
 (0)