Commit: a80340a87a964342227a786a2c136cce0a813f62 Author: Stanislav Malyshev <smalys...@gmail.com> Thu, 29 May 2014 15:55:10 -0700 Parents: 8a6545e70a759df817df41c0d39f7f7ca2aa0d3c Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=a80340a87a964342227a786a2c136cce0a813f62 Log: 5.4.29 Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2014-05-29-5.xml M include/releases.inc M include/version.inc A releases/5_4_29.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index df03bc4..f53877a 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -81,6 +81,47 @@ function release_date($in) { </ul> <!-- }}} --></section> +<section class="version" id="5.4.29"><!-- {{{ 5.4.29 --> +<h3>Version 5.4.29</h3> +<b>29-May-2014</b> +<ul><li>COM: +<ul> + <li><?php bugfix(66431); ?> (Special Character via COM Interface (CP_UTF8)).</li> +</ul></li> +<li>Core: +<ul> + <li><?php bugfix(65701); ?> (copy() doesn't work when destination filename is created by tempnam()).</li> + <li><?php bugfix(67072); ?> (Echoing unserialized "SplFileObject" crash).</li> + <li><?php bugfix(67245); ?> (usage of memcpy() with overlapping src and dst in zend_exceptions.c).</li> + <li><?php bugfix(67247); ?> (spl_fixedarray_resize integer overflow).</li> + <li><?php bugfix(67249); ?> (printf out-of-bounds read).</li> + <li><?php bugfix(67250); ?> (iptcparse out-of-bounds read).</li> + <li><?php bugfix(67252); ?> (convert_uudecode out-of-bounds read). (Stas) - Fileinfo:</li> + <li><?php bugfix(66307); ?> (Fileinfo crashes with powerpoint files).</li> + <li><?php bugfix(67327); ?> (fileinfo: CDF infinite loop in nelements DoS). (CVE-2014-0238)</li> + <li><?php bugfix(67328); ?> (fileinfo: fileinfo: numerous file_printf calls resulting in performance degradation). (CVE-2014-0237)</li> +</ul></li> +<li>Date: +<ul> + <li><?php bugfix(67118); ?> (DateTime constructor crash with invalid data).</li> + <li><?php bugfix(67251); ?> (date_parse_from_format out-of-bounds read).</li> + <li><?php bugfix(67253); ?> (timelib_meridian_with_check out-of-bounds read).</li> +</ul></li> +<li>DOM: +<ul> + <li><?php bugfix(67081); ?> (DOMDocumentType->internalSubset returns entire DOCTYPE tag, not only the subset).</li> +</ul></li> +<li>FPM: +<ul> + <li><?php bugfix(66908); ?> (php-fpm reload leaks epoll_create() file descriptor).</li> +</ul></li> +<li>Phar: +<ul> + <li><?php bugfix(64498); ?> ($phar->buildFromDirectory can't compress file with an accent in its name).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="5.5.12"><!-- {{{ 5.5.12 --> <h3>Version 5.5.12</h3> <?php release_date('1-May-2014'); ?> diff --git a/archive/archive.xml b/archive/archive.xml index acc8f6d..4a2cb08 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>php-webmaster@lists.php.net</email> </author> + <xi:include href="entries/2014-05-29-5.xml"/> <xi:include href="entries/2014-05-29-4.xml"/> <xi:include href="entries/2014-05-29-3.xml"/> <xi:include href="entries/2014-05-29-2.xml"/> diff --git a/archive/entries/2014-05-29-5.xml b/archive/entries/2014-05-29-5.xml new file mode 100644 index 0000000..0fa4773 --- /dev/null +++ b/archive/entries/2014-05-29-5.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.4.29 Released</title> + <id>http://php.net/archive/2014.php#id2014-05-29-5</id> + <published>2014-05-29T15:53:48-07:00</published> + <updated>2014-05-29T15:53:48-07:00</updated> + <category term="frontpage" label="PHP.net frontpage news"/> + <category term="releases" label="New PHP release"/> + <link href="http://php.net/index.php#id2014-05-29-5" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2014.php#id2014-05-29-5" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>The PHP development team announces the immediate availability of PHP + 5.4.29. 16 bugs were fixed in this release, including two security issues in fileinfo extension. + All PHP 5.4 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 5.4.29 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, + Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. + The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.4.29">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 1854cd5..bb39062 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -438,6 +438,37 @@ $OLDRELEASES = array ( 'date' => '20 Jun 2013', 'museum' => true, ), + '5.4.28' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_4_28.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.4.28.tar.bz2', + 'name' => 'PHP 5.4.28 (tar.bz2)', + 'md5' => '1676c807683041445f0df63913738571', + 'date' => '2 May 2014', + ), + 1 => + array ( + 'filename' => 'php-5.4.27.tar.gz', + 'name' => 'PHP 5.4.27 (tar.gz)', + 'md5' => '7fd1235a56d4579ef3c9497a983c4a83', + 'date' => '2 May 2014', + ), + 2 => + array ( + 'link' => 'http://windows.php.net/download/#php-5.4', + 'name' => 'Windows 5.4.28 binaries and source', + ), + ), + 'date' => '2 May 2014', + 'museum' => false, + ), '5.4.27' => array ( 'announcement' => @@ -463,10 +494,10 @@ $OLDRELEASES = array ( 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', - 'name' => 'Windows 5.4.26 binaries and source', + 'name' => 'Windows 5.4.27 binaries and source', ), ), - 'date' => '6 Mar 2014', + 'date' => '3 Apr 2014', 'museum' => false, ), '5.4.26' => diff --git a/include/version.inc b/include/version.inc index 81d08ce..64a7602 100644 --- a/include/version.inc +++ b/include/version.inc @@ -26,14 +26,14 @@ $PHP_5_5_MD5 = array( "tar.xz" => "57d5d9607511a5cb76e9af49dd5874e3", ); /* PHP 5.4 Release */ -$PHP_5_4_RC = '5.4.29RC1'; // Current RC version (e.g., '5.6.7RC1') or false -$PHP_5_4_RC_DATE = '15 May 2014'; +$PHP_5_4_RC = false; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_5_4_RC_DATE = '29 May 2014'; -$PHP_5_4_VERSION = "5.4.28"; -$PHP_5_4_DATE = "2 May 2014"; +$PHP_5_4_VERSION = "5.4.29"; +$PHP_5_4_DATE = "29 May 2014"; $PHP_5_4_MD5 = array( - "tar.bz2" => "1676c807683041445f0df63913738571", - "tar.gz" => "7fd1235a56d4579ef3c9497a983c4a83", + "tar.bz2" => "64326cef257e5af17c366fefab136e53", + "tar.gz" => "9caf973b19ba93bb2b78f78c61643d5d", ); /* PHP 5.3 Release */ diff --git a/releases/5_4_29.php b/releases/5_4_29.php new file mode 100644 index 0000000..348ddaa --- /dev/null +++ b/releases/5_4_29.php @@ -0,0 +1,20 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_4_29.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.4.29 Release Announcement"); +?> + +<h1>PHP 5.4.29 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP +5.4.29. 16 bugs were fixed in this release, including two security issues in fileinfo extension. +All PHP 5.4 users are encouraged to upgrade to this version. +</p> + +<p>For source downloads of PHP 5.4.29 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, +Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. +The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.4.29">ChangeLog</a>. +</p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php