Commit: a2df604757737b701d3478d1d7a6eee91e8aeef8 Author: Remi Collet <[email protected]> Thu, 19 Mar 2020 10:58:54 +0100 Parents: 708014c12a26cb66d17820c91ca04acc07e167d1 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=a2df604757737b701d3478d1d7a6eee91e8aeef8 Log: 7.2.29 announcement Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2020-03-19-2.xml M include/releases.inc M include/version.inc A releases/7_2_29.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 8f85fca28..792ae5d16 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -2045,6 +2045,20 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <a name="PHP_7_2"></a> +<section class="version" id="7.2.29"><!-- {{{ 7.2.29 --> +<h3>Version 7.2.29</h3> +<b><?php release_date('19-Mar-2020'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(79329); ?> (get_headers() silently truncates after a null byte) (CVE-2020-7066) (cmb)</li> +</ul></li> +<li>EXIF: +<ul> + <li><?php bugfix(79282); ?> (Use-of-uninitialized-value in exif) (CVE-2020-7064) (Nikita)</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.2.28"><!-- {{{ 7.2.28 --> <h3>Version 7.2.28</h3> <b><?php release_date('20-Feb-2020'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 4f19aa3c9..74c5c8b6c 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>[email protected]</email> </author> + <xi:include href="entries/2020-03-19-2.xml"/> <xi:include href="entries/2020-03-19-1.xml"/> <xi:include href="entries/2020-02-20-3.xml"/> <xi:include href="entries/2020-02-20-2.xml"/> diff --git a/archive/entries/2020-03-19-2.xml b/archive/entries/2020-03-19-2.xml new file mode 100644 index 000000000..2ee04751a --- /dev/null +++ b/archive/entries/2020-03-19-2.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.2.29 Released</title> + <id>https://www.php.net/archive/2020.php#2020-03-19-2</id> + <published>2020-03-19T09:56:36+00:00</published> + <updated>2020-03-19T09:56:36+00:00</updated> + <link href="https://www.php.net/index.php#id2020-03-19-2" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2020.php#2020-03-19-2" rel="via" type="text/html"/> + <category term="frontpage" label="PHP.net frontpage news"/> + <category term="releases" label="New PHP release"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>The PHP development team announces the immediate availability of PHP + 7.2.29. This is a security release.</p> + + <p>All PHP 7.2 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.2.29 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, + Windows source and 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-7.php#7.2.29">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 9ab01ba9a..0643a631e 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.2.28' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_2_28.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '20 Feb 2020', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.2.28.tar.bz2', + 'name' => 'PHP 7.2.28 (tar.bz2)', + 'sha256' => '7c953a5b79db3d8d45c65014aef382a48e1c3435cf0c2574e942957f0cdd52a3', + 'date' => '20 Feb 2020', + ), + 1 => + array ( + 'filename' => 'php-7.2.28.tar.gz', + 'name' => 'PHP 7.2.28 (tar.gz)', + 'sha256' => 'ed5fede7602ccd8d1294b4e4aef7f92f4e3af58ab040bd349264b3f5dbef3261', + 'date' => '20 Feb 2020', + ), + 2 => + array ( + 'filename' => 'php-7.2.28.tar.xz', + 'name' => 'PHP 7.2.28 (tar.xz)', + 'sha256' => 'afe1863301da572dee2e0bad8014813bcced162f980ddc8ec8e41fd72263eb2d', + 'date' => '20 Feb 2020', + ), + ), + 'museum' => false, + ), '7.3.15' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index b137cea84..84c059ba6 100644 --- a/include/version.inc +++ b/include/version.inc @@ -37,13 +37,13 @@ $RELEASES = (function() { ); /* PHP 7.2 Release */ - $PHP_7_2_VERSION = "7.2.28"; - $PHP_7_2_DATE = "20 Feb 2020"; + $PHP_7_2_VERSION = "7.2.29"; + $PHP_7_2_DATE = "19 Mar 2020"; $PHP_7_2_TAGS = ['security']; // Set to ['security'] for security releases. $PHP_7_2_SHA256 = array( - "tar.bz2" => "7c953a5b79db3d8d45c65014aef382a48e1c3435cf0c2574e942957f0cdd52a3", - "tar.gz" => "ed5fede7602ccd8d1294b4e4aef7f92f4e3af58ab040bd349264b3f5dbef3261", - "tar.xz" => "afe1863301da572dee2e0bad8014813bcced162f980ddc8ec8e41fd72263eb2d", + "tar.bz2" => "eaa1f5503f2bf0c8569ec4ae80ffd8ca8cbc260f01c2503dd0e83dfc9cf0b923", + "tar.gz" => "ea5c96309394a03a38828cc182058be0c09dde1f00f35809622c2d05c50ee890", + "tar.xz" => "b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8", ); return array( diff --git a/releases/7_2_29.php b/releases/7_2_29.php new file mode 100644 index 000000000..c59179376 --- /dev/null +++ b/releases/7_2_29.php @@ -0,0 +1,17 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7_2_29.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header("PHP 7.2.29 Release Announcement"); +?> +<h1>PHP 7.2.29 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 7.2.29. +This is a security release.</p> + +<p>All PHP 7.2 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.2.29 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, +Windows source and 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-7.php#7.2.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
