Commit:    77a52ce1b49ad65e4a0a3e0cf5caf9e088c7c8c9
Author:    Lior Kaplan <kaplanl...@gmail.com>         Sat, 14 May 2016 15:18:50 
+0300
Parents:   5a902728a47bedf1ff8ef4a6f4330a27745ad81c
Branches:  master

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

Log:
Place 5.3.28 acording to release date

Changed paths:
  M  ChangeLog-5.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 214e461..4a5625d 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -4113,6 +4113,17 @@ site_header("PHP 5 ChangeLog", array("current" => 
"docs", "css" => array("change
 </ul>
 <!-- }}} --></section>
 
+<section class="version" id="5.3.28"><!-- {{{ 5.3.28 -->
+<h3>Version 5.3.28</h3>
+<?php release_date('12-Dec-2013'); ?>
+<ul><li>Openssl:
+<ul>
+  <li>Fixed handling null bytes in subjectAltName (CVE-2013-4248).</li>
+  <li>Fixed memory corruption in openssl_x509_parse() (CVE-2013-6420). (Stefan 
Esser).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="5.5.6"><!-- {{{ 5.5.6 -->
 <h3>Version 5.5.6</h3>
 <?php release_date('14-Nov-2013'); ?>
@@ -4697,17 +4708,6 @@ site_header("PHP 5 ChangeLog", array("current" => 
"docs", "css" => array("change
 </ul>
 <!-- }}} --></section>
 
-<section class="version" id="5.3.28"><!-- {{{ 5.3.28 -->
-<h3>Version 5.3.28</h3>
-<?php release_date('12-Dec-2013'); ?>
-<ul><li>Openssl:
-<ul>
-  <li>Fixed handling null bytes in subjectAltName (CVE-2013-4248).</li>
-  <li>Fixed memory corruption in openssl_x509_parse() (CVE-2013-6420). (Stefan 
Esser).</li>
-</ul></li>
-</ul>
-<!-- }}} --></section>
-
 <section class="version" id="5.3.27"><!-- {{{ 5.3.27 -->
 <h3>Version 5.3.27</h3>
 <?php release_date('11-Jul-2013'); ?>


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

Reply via email to