Commit:    06b121f2f7b5bf1fa0351ad0e119650ba271a063
Author:    Joe Watkins <[email protected]>         Fri, 3 May 2019 08:05:55 +0200
Parents:   00a41b232519e8b8cc3f1a997bd6351a6f78c5ba
Branches:  master

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

Log:
7.1.29 release

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2019-05-03-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_1_29.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 17f4af7..51fda7e 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -5,6 +5,19 @@ include_once $_SERVER['DOCUMENT_ROOT'] . 
'/include/changelogs.inc';
 site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => 
array("changelog.css"), "layout_span" => 12));
 ?>
 <h1>PHP 7 ChangeLog</h1>
+<section class="version" id="7.1.29"><!-- {{{ 7.1.29 -->
+<h3>Version 7.1.29</h3>
+<b><?php release_date('02-May-2019'); ?></b>
+<ul><li>EXIF:
+<ul>
+  <li><?php bugfix(77950); ?> (Heap-buffer-overflow in _estrndup via 
exif_process_IFD_TAG).</li>
+</ul></li>
+<li>Mail:
+<ul>
+  <li><?php bugfix(77821); ?> (Potential heap corruption in TSendMail()).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
 
 <section class="version" id="7.2.18"><!-- {{{ 7.2.18 -->
 <h3>Version 7.2.18</h3>
diff --git a/archive/archive.xml b/archive/archive.xml
index 6f2fa39..7c58519 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/2019-05-03-1.xml"/>
   <xi:include href="entries/2019-05-02-2.xml"/>
   <xi:include href="entries/2019-05-02-1.xml"/>
   <xi:include href="entries/2019-04-16-1.xml"/>
diff --git a/archive/entries/2019-05-03-1.xml b/archive/entries/2019-05-03-1.xml
new file mode 100644
index 0000000..3170012
--- /dev/null
+++ b/archive/entries/2019-05-03-1.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.1.29 Released</title>
+  <id>http://php.net/archive/2019.php#id2019-05-03-1</id>
+  <published>2019-05-03T06:05:20+00:00</published>
+  <updated>2019-05-03T06:05:20+00:00</updated>
+  <category term="frontpage" label="PHP.net frontpage news"/>
+  <category term="releases" label="New PHP release"/>
+  <link href="http://php.net/index.php#id2019-05-03-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2019.php#id2019-05-03-1"; rel="via" 
type="text/html"/>
+  <content type="xhtml">
+    <div xmlns="http://www.w3.org/1999/xhtml";>
+       <p>The PHP development team announces the immediate availability of PHP
+       7.1.29. This is a security release.</p>
+     
+       <p>All PHP 7.1 users are encouraged to upgrade to this version.</p>
+     
+       <p>For source downloads of PHP 7.1.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.1.29";>ChangeLog</a>.
+       </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 293dc96..974b457 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.1.28' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_1_28.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.1.28.tar.bz2',
+          'name' => 'PHP 7.1.28 (tar.bz2)',
+          'sha256' => 
'739e8733fe1fc5e69e6226da6dba7a31bacfd2e3871ad2c97a792638f22c54c9',
+          'date' => '04 Apr 2019',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.1.28.tar.gz',
+          'name' => 'PHP 7.1.28 (tar.gz)',
+          'sha256' => 
'4df587338d4c5dfe27050c7ac72a6b7583ecaee9d3fbfc03427667a86e081999',
+          'date' => '04 Apr 2019',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.1.28.tar.xz',
+          'name' => 'PHP 7.1.28 (tar.xz)',
+          'sha256' => 
'45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2',
+          'date' => '04 Apr 2019',
+        ),
+      ),
+      'date' => '02 May 2019',
+      'museum' => false,
+    ),
     '7.2.17' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index a684f28..cf668d4 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -43,12 +43,12 @@ $PHP_7_2_SHA256     = array(
 $PHP_7_1_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
 $PHP_7_1_RC_DATE = "25 Oct 2018";
 
-$PHP_7_1_VERSION         = "7.1.28";
-$PHP_7_1_DATE            = "04 Apr 2019";
+$PHP_7_1_VERSION         = "7.1.29";
+$PHP_7_1_DATE            = "02 May 2019";
 $PHP_7_1_SHA256     = array(
-    'tar.bz2'       => 
'739e8733fe1fc5e69e6226da6dba7a31bacfd2e3871ad2c97a792638f22c54c9',
-    'tar.gz'        => 
'4df587338d4c5dfe27050c7ac72a6b7583ecaee9d3fbfc03427667a86e081999',
-    'tar.xz'        => 
'45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2',
+    'tar.bz2'       => 
'8528d17efe82662dc740d96ddb32217f4e161a597d709f19571b0c82fbb88335',
+    'tar.gz'        => 
'bdd0e1707100c8b87f1be516f5b95a26e3eb4114d4316eaf0663bf292ead35bb',
+    'tar.xz'        => 
'b9a9b094687edc2d9c9553d5531e38e249b569127cf3b32fe1c84280509746fb',
 );
 
 $RELEASES = array(
diff --git a/releases/7_1_29.php b/releases/7_1_29.php
new file mode 100644
index 0000000..3d5589c
--- /dev/null
+++ b/releases/7_1_29.php
@@ -0,0 +1,20 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7_1_29.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.1.29 Release Announcement");
+?>
+
+    <h1>PHP 7.1.29 Release Announcement</h1>
+
+  <p>The PHP development team announces the immediate availability of PHP
+  7.1.29. This is a security release.</p>
+
+  <p>All PHP 7.1 users are encouraged to upgrade to this version.</p>
+
+  <p>For source downloads of PHP 7.1.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.1.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

Reply via email to