Commit:    343cea3e9dbb5ddb1bbf6b9203d8fcefab06f955
Author:    Lior Kaplan <kaplanl...@gmail.com>         Wed, 3 Dec 2014 14:39:33 
+0100
Parents:   713773637a610ee7e5abe7223b3f332408cf4729
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=343cea3e9dbb5ddb1bbf6b9203d8fcefab06f955

Log:
Order 5.6.2 and 5.4.35 according to time released

Changed paths:
  M  ChangeLog-5.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index e0c453f..7b35bc3 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -130,46 +130,46 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul>
 <!-- }}} --></section>
 
-<section class="version" id="5.6.2"><!-- {{{ 5.6.2 -->
-<h3>Version 5.6.2</h3>
-<?php release_date('16-Oct-2014'); ?>
+<section class="version" id="5.4.35"><!-- {{{ 5.4.35 -->
+<h3>Version 5.4.35</h3>
+<b>13-Nov-2014</b>
 <ul><li>Core:
 <ul>
-  <li><?php bugfix(68044); ?> (Integer overflow in unserialize() (32-bits 
only)). (CVE-2014-3669)</li>
+  <li><?php bugfix(68365); ?> (zend_mm_heap corrupted after memory overflow in 
zend_hash_copy).</li>
 </ul></li>
-<li>cURL:
+<li>Fileinfo:
 <ul>
-  <li><?php bugfix(68089); ?> (NULL byte injection - cURL lib).</li>
+  <li><?php bugfix(68283); ?> (fileinfo: out-of-bounds read in elf note 
headers). (CVE-2014-3710)</li>
 </ul></li>
-<li>EXIF:
+<li>GMP:
 <ul>
-  <li><?php bugfix(68113); ?> (Heap corruption in exif_thumbnail()). 
(CVE-2014-3670)</li>
+  <li><?php bugfix(63595); ?> (GMP memory management conflicts with other 
libraries using GMP).</li>
 </ul></li>
-<li>XMLRPC:
+<li>PDO_pgsql:
 <ul>
-  <li><?php bugfix(68027); ?> (Global buffer overflow in mkgmtime() function). 
(CVE-2014-3668)</li>
+  <li><?php bugfix(66584); ?> (Segmentation fault on statement 
deallocation).</li>
 </ul></li>
 </ul>
 <!-- }}} --></section>
 
-<section class="version" id="5.4.35"><!-- {{{ 5.4.35 -->
-<h3>Version 5.4.35</h3>
-<b>13-Nov-2014</b>
+<section class="version" id="5.6.2"><!-- {{{ 5.6.2 -->
+<h3>Version 5.6.2</h3>
+<?php release_date('16-Oct-2014'); ?>
 <ul><li>Core:
 <ul>
-  <li><?php bugfix(68365); ?> (zend_mm_heap corrupted after memory overflow in 
zend_hash_copy).</li>
+  <li><?php bugfix(68044); ?> (Integer overflow in unserialize() (32-bits 
only)). (CVE-2014-3669)</li>
 </ul></li>
-<li>Fileinfo:
+<li>cURL:
 <ul>
-  <li><?php bugfix(68283); ?> (fileinfo: out-of-bounds read in elf note 
headers). (CVE-2014-3710)</li>
+  <li><?php bugfix(68089); ?> (NULL byte injection - cURL lib).</li>
 </ul></li>
-<li>GMP:
+<li>EXIF:
 <ul>
-  <li><?php bugfix(63595); ?> (GMP memory management conflicts with other 
libraries using GMP).</li>
+  <li><?php bugfix(68113); ?> (Heap corruption in exif_thumbnail()). 
(CVE-2014-3670)</li>
 </ul></li>
-<li>PDO_pgsql:
+<li>XMLRPC:
 <ul>
-  <li><?php bugfix(66584); ?> (Segmentation fault on statement 
deallocation).</li>
+  <li><?php bugfix(68027); ?> (Global buffer overflow in mkgmtime() function). 
(CVE-2014-3668)</li>
 </ul></li>
 </ul>
 <!-- }}} --></section>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to