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

Commit e092d6f

Browse files
committed
Bump to next dev version
- 1.12.13dev
1 parent c88b6ce commit e092d6f

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

README.md

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

10-
Zend Framework 1.12.12 Release.
11-
Released on May 19, 2015.
10+
Zend Framework 1.12.13dev Release.
11+
Released on MMM DD, YYYY.
1212

13-
IMPORTANT FIXES FOR 1.12.12
13+
IMPORTANT FIXES FOR 1.12.13
1414
---------------------------
1515

16-
**This release contains security updates:**
17-
18-
- **ZF2015-04:** `Zend_Mail` and `Zend_Http` were both susceptible to CRLF Injection
19-
Attack vectors (for HTTP, this is often referred to as HTTP Response
20-
Splitting). Both components were updated to perform header value validations
21-
to ensure no values contain characters not detailed in their corresponding
22-
specifications, and will raise exceptions on detection. Each also provides new
23-
facilities for both validating and filtering header values prior to injecting
24-
them into header classes. If you use either `Zend_Mail` or `Zend_Http`,
25-
we recommend upgrading immediately.
26-
2716
See http://framework.zend.com/changelog for full details.
2817

2918
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.12';
35+
const VERSION = '1.12.13dev';
3636

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

0 commit comments

Comments
 (0)