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

Commit

Permalink
Updated version to 1.12.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew committed Jul 30, 2012
1 parent 2e33476 commit 4fd3fa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Welcome to the Zend Framework 1.12 Release!

RELEASE INFORMATION
---------------
Zend Framework 1.12rc2 Release ([INSERT REV NUM HERE]).
Zend Framework 1.12rc3 Release ([INSERT REV NUM HERE]).
Released on <Month> <Day>, <Year>.

SECURITY FIXES FOR 1.12.0
Expand All @@ -16,8 +16,8 @@ could be specified by adding a specific DOCTYPE element to XML-RPC
requests; exploiting this vulnerability could coerce opening arbitrary
files and/or TCP connections.

The patch in 1.11.12 ensures libxml_disable_entity_loader() is called
before any SimpleXML calls are executed, thus removing the
The patch in 1.11.12 and 1.12.0 ensures libxml_disable_entity_loader()
is called before any SimpleXML calls are executed, thus removing the
vulnerability.

Thanks goes to Johannes Greil and Kestutis Gudinavicius of SEC-Consult
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.0rc2';
const VERSION = '1.12.0rc3';

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

0 comments on commit 4fd3fa0

Please # to comment.