Author: Derick Rethans (derickr) Date: 2022-04-14T09:25:39+01:00 Commit: https://github.com/php/web-php/commit/f8e7c42a8a9ac3d8ffe2a603666a45425f523ba4 Raw diff: https://github.com/php/web-php/commit/f8e7c42a8a9ac3d8ffe2a603666a45425f523ba4.diff
Announce 7.4.29 Changed paths: A archive/entries/2022-04-14-1.xml A releases/7_4_29.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 29d80b5dc..708c9dca0 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -8,6 +8,24 @@ ?> <a id="PHP_7_4"></a> +<section class="version" id="7.4.29"><!-- {{{ 7.4.29 --> +<h3>Version 7.4.29</h3> +<b><?php release_date('14-Apr-2022'); ?></b> +<ul><li>Core: +<ul> + <li>No source changes to this release. This update allows for re-building the + Windows binaries against upgraded dependencies which have received security + updates.</li> +</ul></li> +<li>Date: +<ul> + <li>Updated to latest IANA timezone database (2022a).</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="7.4.28"><!-- {{{ 7.4.28 --> <h3>Version 7.4.28</h3> <b><?php release_date('17-Feb-2022'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 81d6828af..8e6a88802 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/2022-04-14-1.xml"/> <xi:include href="entries/2022-03-17-2.xml"/> <xi:include href="entries/2022-03-17-1.xml"/> <xi:include href="entries/2022-02-17-3.xml"/> diff --git a/archive/entries/2022-04-14-1.xml b/archive/entries/2022-04-14-1.xml new file mode 100644 index 000000000..45bce3bd7 --- /dev/null +++ b/archive/entries/2022-04-14-1.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.4.29 Released!</title> + <id>https://www.php.net/archive/2022.php#2022-04-14-1</id> + <published>2022-04-14T08:22:12+00:00</published> + <updated>2022-04-14T08:22:12+00:00</updated> + <link href="https://www.php.net/index.php#id2022-04-14-1" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2022.php#2022-04-14-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.4.29. This is a security release for Windows users.</p> + +<p>This is primarily a release for Windows users due to necessarily +upgrades to the OpenSSL and zlib dependencies in which security issues +have been found. All PHP 7.4 on Windows users are encouraged to upgrade +to this version.</p> + +<p>For source downloads of PHP 7.4.29 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.4.29">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 3efae360b..0762100e5 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -731,6 +731,43 @@ $OLDRELEASES = array ( ), 7 => array ( + '7.4.28' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_4_28.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '17 Feb 2022', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.4.28.tar.gz', + 'name' => 'PHP 7.4.28 (tar.gz)', + 'sha256' => 'a04014cd1646b90547907e2e0ac5371594533960de317b6c7ac70bcb42db92fb', + 'date' => '17 Feb 2022', + ), + 1 => + array ( + 'filename' => 'php-7.4.28.tar.bz2', + 'name' => 'PHP 7.4.28 (tar.bz2)', + 'sha256' => '2085086a863444b0e39547de1a4969fd1c40a0c188eb58fab2938b649b0c4b58', + 'date' => '17 Feb 2022', + ), + 2 => + array ( + 'filename' => 'php-7.4.28.tar.xz', + 'name' => 'PHP 7.4.28 (tar.xz)', + 'sha256' => '9cc3b6f6217b60582f78566b3814532c4b71d517876c25013ae51811e65d8fce', + 'date' => '17 Feb 2022', + ), + ), + 'museum' => false, + ), '7.4.27' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 93314e953..691f4628b 100644 --- a/include/version.inc +++ b/include/version.inc @@ -44,13 +44,13 @@ $RELEASES = (function() { /* PHP 7.4 Release */ $data['7.4'] = [ - 'version' => '7.4.28', - 'date' => '17 Feb 2022', + 'version' => '7.4.29', + 'date' => '14 Apr 2022', 'tags' => ['security'], // Set to ['security'] for security releases 'sha256' => [ - 'tar.gz' => 'a04014cd1646b90547907e2e0ac5371594533960de317b6c7ac70bcb42db92fb', - 'tar.bz2' => '2085086a863444b0e39547de1a4969fd1c40a0c188eb58fab2938b649b0c4b58', - 'tar.xz' => '9cc3b6f6217b60582f78566b3814532c4b71d517876c25013ae51811e65d8fce', + 'tar.gz' => 'f73f89873bb9447cb99eb4863cf0a0deab4481cb8acf7552c0e70647e6885854', + 'tar.bz2' => '7dde58a02b225c25130c6e2ae2cbba7254bb0340f7fe17291478176d866f9482', + 'tar.xz' => '7d0f07869f33311ff3fe1138dc0d6c0d673c37fcb737eaed2c6c10a949f1aed6', ] ]; diff --git a/releases/7_4_29.php b/releases/7_4_29.php new file mode 100644 index 000000000..4e02a2ca5 --- /dev/null +++ b/releases/7_4_29.php @@ -0,0 +1,19 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7_4_29.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 7.4.29 Release Announcement'); +?> +<h1>PHP 7.4.29 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 7.4.29. This is a security release for Windows users.</p> + +<p>This is primarily a release for Windows users due to necessarily +upgrades to the OpenSSL and zlib dependencies in which security issues +have been found. All PHP 7.4 on Windows users are encouraged to upgrade +to this version.</p> + +<p>For source downloads of PHP 7.4.29 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.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