Author: Christoph M. Becker (cmb69) Date: 2021-04-29T12:29:35+02:00 Commit: https://github.com/php/web-php/commit/bfd964e18a173b10fd2cfe235ec29c53216713b0 Raw diff: https://github.com/php/web-php/commit/bfd964e18a173b10fd2cfe235ec29c53216713b0.diff
Announce PHP 7.3.28 Changed paths: A archive/entries/2021-04-29-1.xml A releases/7_3_28.php M ChangeLog-7.php M archive/archive.xml M include/releases.inc M include/version.inc Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 460e56a13..8f2c42a5f 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -1418,6 +1418,18 @@ <a name="PHP_7_3"></a> +<section class="version" id="7.3.28"><!-- {{{ 7.3.28 --> +<h3>Version 7.3.28</h3> +<b><?php release_date('29-Apr-2021'); ?></b> +<ul><li>Imap: +<ul> + <li><?php bugfix(80710); ?> (imap_mail_compose() header injection).</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="7.3.27"><!-- {{{ 7.3.27 --> <h3>Version 7.3.27</h3> <b><?php release_date('04-Feb-2021'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 19810c8c8..f98e16502 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/2021-04-29-1.xml"/> <xi:include href="entries/2021-04-28-1.xml"/> <xi:include href="entries/2021-04-22-1.xml"/> <xi:include href="entries/2021-04-04-1.xml"/> diff --git a/archive/entries/2021-04-29-1.xml b/archive/entries/2021-04-29-1.xml new file mode 100644 index 000000000..cad09d5b9 --- /dev/null +++ b/archive/entries/2021-04-29-1.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.3.28 Released!</title> + <id>https://www.php.net/archive/2021.php#2021-04-29-1</id> + <published>2021-04-29T10:26:18+00:00</published> + <updated>2021-04-29T10:26:18+00:00</updated> + <link href="https://www.php.net/index.php#id2021-04-29-1" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2021.php#2021-04-29-1" rel="via" type="text/html"/> + <category term="releases" label="New PHP release"/> + <category term="frontpage" label="PHP.net frontpage news"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"><p>The PHP development team announces the immediate availability of PHP 7.3.28. This is a security release.</p> + +<p>All PHP 7.3 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.3.28 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>, +Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>. +The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-7.php#7.3.28">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 9b28ceb1c..e5e085f30 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -113,6 +113,43 @@ $OLDRELEASES = array ( ), 7 => array ( + '7.3.27' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_3_27.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '04 Feb 2021', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.3.27.tar.gz', + 'name' => 'PHP 7.3.27 (tar.gz)', + 'sha256' => '4b7b9bd0526ad3f2c8d6fd950ea7b0ab2478b5b09755c6a620a4f3bcfbf59154', + 'date' => '04 Feb 2021', + ), + 1 => + array ( + 'filename' => 'php-7.3.27.tar.bz2', + 'name' => 'PHP 7.3.27 (tar.bz2)', + 'sha256' => '9d2006f5e835acf5e408e34d8050a4935f2121ab18bda42775a27ed59bdae003', + 'date' => '04 Feb 2021', + ), + 2 => + array ( + 'filename' => 'php-7.3.27.tar.xz', + 'name' => 'PHP 7.3.27 (tar.xz)', + 'sha256' => '65f616e2d5b6faacedf62830fa047951b0136d5da34ae59e6744cbaf5dca148d', + 'date' => '04 Feb 2021', + ), + ), + 'museum' => false, + ), '7.4.15' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 1a570e725..c88d1492a 100644 --- a/include/version.inc +++ b/include/version.inc @@ -44,13 +44,13 @@ $RELEASES = (function() { /* PHP 7.3 Release */ $data['7.3'] = [ - 'version' => '7.3.27', - 'date' => '04 Feb 2021', + 'version' => '7.3.28', + 'date' => '29 Apr 2021', 'tags' => ['security'], 'sha256' => [ - 'tar.gz' => '4b7b9bd0526ad3f2c8d6fd950ea7b0ab2478b5b09755c6a620a4f3bcfbf59154', - 'tar.bz2' => '9d2006f5e835acf5e408e34d8050a4935f2121ab18bda42775a27ed59bdae003', - 'tar.xz' => '65f616e2d5b6faacedf62830fa047951b0136d5da34ae59e6744cbaf5dca148d', + 'tar.gz' => '1f0d9b94e1b11518ffabd19b646c2fee95ea42ca9cd8d337f8d07986fdceede1', + 'tar.bz2' => '8f636e644594388436ea05ff34c9eb135e6dc119c1130199e9488d5795439964', + 'tar.xz' => 'a2a84dbec8c1eee3f46c5f249eaaa2ecb3f9e7a6f5d0604d2df44ff8d4904dbe', ] ]; diff --git a/releases/7_3_28.php b/releases/7_3_28.php new file mode 100644 index 000000000..f192bd934 --- /dev/null +++ b/releases/7_3_28.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7.3.28.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 7.3.28 Release Announcement'); +?> +<h1>PHP 7.3.28 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 7.3.28. This is a security release.</p> + +<p>All PHP 7.3 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.3.28 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>, +Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>. +The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-7.php#7.3.28">ChangeLog</a>. +</p> +<?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php