Commit:    04aca2a1a40e147c93b13810b258e3c2b67da639
Author:    Sara Golemon <[email protected]>         Fri, 17 Apr 2020 16:19:01 
-0400
Parents:   8ca4cff3bbedc3b7d1adf66af8f123b3c7890fe6
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=04aca2a1a40e147c93b13810b258e3c2b67da639

Log:
Announce 7.2.30

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2020-04-17-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_2_30.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 8091e9f52..5656ed1ab 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -2260,6 +2260,20 @@ site_header("PHP 7 ChangeLog", array("current" => 
"docs", "css" => array("change
 
 <a name="PHP_7_2"></a>
 
+<section class="version" id="7.2.30"><!-- {{{ 7.2.30 -->
+<h3>Version 7.2.30</h3>
+<b><?php release_date('16-Apr-2020'); ?></b>
+<ul><li>Standard:
+<ul>
+  <li><?php bugfix(79468); ?> (SIGSEGV when closing stream handle with a 
stream filter appended).</li>
+  <li><?php bugfix(79330); ?> (shell_exec() silently truncates after a null 
byte).</li>
+  <li><?php bugfix(79465); ?> (OOB Read in urldecode()).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="7.2.29"><!-- {{{ 7.2.29 -->
 <h3>Version 7.2.29</h3>
 <b><?php release_date('19-Mar-2020'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index d3393b8d4..3cde15daa 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-04-17-1.xml"/>
   <xi:include href="entries/2020-04-16-2.xml"/>
   <xi:include href="entries/2020-04-16-1.xml"/>
   <xi:include href="entries/2020-04-14-1.xml"/>
diff --git a/archive/entries/2020-04-17-1.xml b/archive/entries/2020-04-17-1.xml
new file mode 100644
index 000000000..095311618
--- /dev/null
+++ b/archive/entries/2020-04-17-1.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.2.30 Release Announcement</title>
+  <id>https://www.php.net/archive/2020.php#2020-04-17-1</id>
+  <published>2020-04-17T20:23:20+00:00</published>
+  <updated>2020-04-17T20:23:20+00:00</updated>
+  <link href="https://www.php.net/index.php#id2020-04-17-1"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2020.php#2020-04-17-1"; 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.30.
+     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.30 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.30";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 9a69e30ce..f91349944 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.2.29' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_2_29.php',
+      ),
+      'tags' => 
+      array (
+        0 => 'security',
+      ),
+      'date' => '19 Mar 2020',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.2.29.tar.bz2',
+          'name' => 'PHP 7.2.29 (tar.bz2)',
+          'sha256' => 
'eaa1f5503f2bf0c8569ec4ae80ffd8ca8cbc260f01c2503dd0e83dfc9cf0b923',
+          'date' => '19 Mar 2020',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.2.29.tar.gz',
+          'name' => 'PHP 7.2.29 (tar.gz)',
+          'sha256' => 
'ea5c96309394a03a38828cc182058be0c09dde1f00f35809622c2d05c50ee890',
+          'date' => '19 Mar 2020',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.2.29.tar.xz',
+          'name' => 'PHP 7.2.29 (tar.xz)',
+          'sha256' => 
'b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8',
+          'date' => '19 Mar 2020',
+        ),
+      ),
+      'museum' => false,
+    ),
     '7.4.4' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 8f762568d..0652ad1fd 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.29";
-    $PHP_7_2_DATE            = "19 Mar 2020";
+    $PHP_7_2_VERSION         = "7.2.30";
+    $PHP_7_2_DATE            = "16 Apr 2020";
     $PHP_7_2_TAGS            = ['security']; // Set to ['security'] for 
security releases.
     $PHP_7_2_SHA256     = array(
-        "tar.bz2"       => 
"eaa1f5503f2bf0c8569ec4ae80ffd8ca8cbc260f01c2503dd0e83dfc9cf0b923",
-        "tar.gz"        => 
"ea5c96309394a03a38828cc182058be0c09dde1f00f35809622c2d05c50ee890",
-        "tar.xz"        => 
"b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8",
+        "tar.bz2"       => 
"c4cf5c9debe8fd8def0a933231cf2fa3a8bdd22555ae57e825bfac6a87a712bf",
+        "tar.gz"        => 
"daa53d22510b0fd433904d1c3de460746860a974b776f727ac8acecb44e16e2f",
+        "tar.xz"        => 
"aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3",
     );
 
     return array(
diff --git a/releases/7_2_30.php b/releases/7_2_30.php
new file mode 100644
index 000000000..3dc7b0589
--- /dev/null
+++ b/releases/7_2_30.php
@@ -0,0 +1,17 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7_2_30.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header("PHP 7.2.30 Release Announcement");
+?>
+<h1>PHP 7.2.30 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 7.2.30.
+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.30 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.30";>ChangeLog</a>.
+</p>
+<?php site_footer(); ?>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to