From bca17817708a72ddc7b492c0f78773b82cb0c654 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Thu, 23 Sep 2021 14:41:00 +0000 Subject: [PATCH] Announce 8.0.11 --- ChangeLog-8.php | 44 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2021-09-23-2.xml | 21 +++++++++++++++ include/releases.inc | 37 +++++++++++++++++++++++++++ include/version.inc | 10 ++++---- releases/8_0_11.php | 16 ++++++++++++ 6 files changed, 124 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2021-09-23-2.xml create mode 100644 releases/8_0_11.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index dacef1915..5ced1571c 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,50 @@ changelog_header(8, $MINOR_VERSIONS); ?> +
+

Version 8.0.11

+ + +
+ + +

Version 8.0.10

diff --git a/archive/archive.xml b/archive/archive.xml index 0dce095fa..dfb9ebf1a 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ http://php.net/contact php-webmaster@lists.php.net + diff --git a/archive/entries/2021-09-23-2.xml b/archive/entries/2021-09-23-2.xml new file mode 100644 index 000000000..15043cff5 --- /dev/null +++ b/archive/entries/2021-09-23-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.0.11 Released! + https://www.php.net/archive/2021.php#2021-09-23-2 + 2021-09-23T14:41:58+00:00 + 2021-09-23T14:41:58+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.0.11. This is a security release fixing CVE-2021-21706.

+ +

All PHP 8.0 users are encouraged to upgrade to this version.

+ +

For source downloads of PHP 8.0.11 please visit our downloads page, +Windows source and binaries can be found on windows.php.net/download/. +The list of changes is recorded in the ChangeLog. +

+
+
diff --git a/include/releases.inc b/include/releases.inc index 8b07d2b20..920d4fbec 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.0.10' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_0_10.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '26 Aug 2021', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.0.10.tar.gz', + 'name' => 'PHP 8.0.10 (tar.gz)', + 'sha256' => '4612dca9afe8148801648839175ab588097ace66658c6859e9f283ecdeaf84b3', + 'date' => '26 Aug 2021', + ), + 1 => + array ( + 'filename' => 'php-8.0.10.tar.bz2', + 'name' => 'PHP 8.0.10 (tar.bz2)', + 'sha256' => 'c94547271410900845b084ec2bcb3466af363eeca92cb24bd611dcbdc26f1587', + 'date' => '26 Aug 2021', + ), + 2 => + array ( + 'filename' => 'php-8.0.10.tar.xz', + 'name' => 'PHP 8.0.10 (tar.xz)', + 'sha256' => '66dc4d1bc86d9c1bc255b51b79d337ed1a7a035cf71230daabbf9a4ca35795eb', + 'date' => '26 Aug 2021', + ), + ), + 'museum' => false, + ), '8.0.9' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 99daf7896..31bf9859b 100644 --- a/include/version.inc +++ b/include/version.inc @@ -20,13 +20,13 @@ $RELEASES = (function() { /* PHP 8.0 Release */ $data['8.0'] = [ - 'version' => '8.0.10', - 'date' => '26 Aug 2021', + 'version' => '8.0.11', + 'date' => '23 Sep 2021', 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '4612dca9afe8148801648839175ab588097ace66658c6859e9f283ecdeaf84b3', - 'tar.bz2' => 'c94547271410900845b084ec2bcb3466af363eeca92cb24bd611dcbdc26f1587', - 'tar.xz' => '66dc4d1bc86d9c1bc255b51b79d337ed1a7a035cf71230daabbf9a4ca35795eb', + 'tar.gz' => 'c6a461f57b4bcb46cd4dec443253b1e2e8e981466f1280093322b7864afe8be7', + 'tar.bz2' => '70ed874285e4010c1e2e8937bfb56b13b9ed1b3789dcaf274b793b00c1f4403a', + 'tar.xz' => 'e3e5f764ae57b31eb65244a45512f0b22d7bef05f2052b23989c053901552e16', ] ]; diff --git a/releases/8_0_11.php b/releases/8_0_11.php new file mode 100644 index 000000000..82d4f2c26 --- /dev/null +++ b/releases/8_0_11.php @@ -0,0 +1,16 @@ + +

PHP 8.0.11 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.0.11. This is a security release fixing CVE-2021-21706.

+ +

All PHP 8.0 users are encouraged to upgrade to this version.

+ +

For source downloads of PHP 8.0.11 please visit our downloads page, +Windows source and binaries can be found on windows.php.net/download/. +The list of changes is recorded in the ChangeLog. +

+