Commit:    8f61af8edf79ae5d44cc8816559f35f0c386e534
Author:    Joe Watkins <krak...@php.net>         Thu, 4 Apr 2019 18:57:42 +0200
Parents:   b08015a78ade121ddfb21ff65a964d7c9cc38b56
Branches:  master

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

Log:
7.1.28 announce

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2019-04-04-3.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_1_28.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 2cfa219..59686ee 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -5,6 +5,20 @@ 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.28"><!-- {{{ 7.1.28 -->
+<h3>Version 7.1.28</h3>
+<b><?php release_date('04-Apr-2019'); ?></b>
+<ul><li>EXIF:
+<ul>
+  <li><?php bugfix(77753); ?> (Heap-buffer-overflow in php_ifd_get32s).</li>
+  <li><?php bugfix(77831); ?> (Heap-buffer-overflow in 
exif_iif_add_value).</li>
+</ul></li>
+<li>SQLite3:
+<ul>
+  <li>Added sqlite3.defensive INI directive.</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
 
 <section class="version" id="7.3.4"><!-- {{{ 7.3.4 -->
 <h3>Version 7.3.4</h3>
diff --git a/archive/archive.xml b/archive/archive.xml
index 14d176b..bc62300 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/2019-04-04-3.xml"/>
   <xi:include href="entries/2019-04-04-2.xml"/>
   <xi:include href="entries/2019-04-04-1.xml"/>
   <xi:include href="entries/2019-04-02-6.xml"/>
diff --git a/archive/entries/2019-04-04-3.xml b/archive/entries/2019-04-04-3.xml
new file mode 100644
index 0000000..6c945fd
--- /dev/null
+++ b/archive/entries/2019-04-04-3.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.1.28 Released</title>
+  <id>http://php.net/archive/2019.php#id2019-04-04-3</id>
+  <published>2019-04-04T16:56:38+00:00</published>
+  <updated>2019-04-04T16:56:38+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-04-04-3"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2019.php#id2019-04-04-3"; 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.28. 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.28 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.28";>ChangeLog</a>.
+       </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 98c2e26..e61899c 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.1.27' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_1_27.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.1.27.tar.bz2',
+          'name' => 'PHP 7.1.27 (tar.bz2)',
+          'sha256' => 
'dad7ecd30941911528e471c555a01911a68aa9219696bfc1e005f8b669f4ec4b',
+          'date' => '07 Mar 2019',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.1.27.tar.gz',
+          'name' => 'PHP 7.1.27 (tar.gz)',
+          'sha256' => 
'353b9ed341048388cc95e6fa6dab587eee44a3d4d297989aa297936090864357',
+          'date' => '07 Mar 2019',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.1.27.tar.xz',
+          'name' => 'PHP 7.1.27 (tar.xz)',
+          'sha256' => 
'25672a3a6060eff37c865a0c84e284da50b7ee8cd57174c78f0ae244b90a96a8',
+          'date' => '07 Mar 2019',
+        ),
+      ),
+      'date' => '07 Mar 2019',
+      'museum' => false,
+    ),
     '7.2.16' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 1d9c9cb..937bc42 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.27";
-$PHP_7_1_DATE            = "07 Mar 2019";
+$PHP_7_1_VERSION         = "7.1.28";
+$PHP_7_1_DATE            = "04 Apr 2019";
 $PHP_7_1_SHA256     = array(
-    'tar.bz2'       => 
'dad7ecd30941911528e471c555a01911a68aa9219696bfc1e005f8b669f4ec4b',
-    'tar.gz'        => 
'353b9ed341048388cc95e6fa6dab587eee44a3d4d297989aa297936090864357',
-    'tar.xz'        => 
'25672a3a6060eff37c865a0c84e284da50b7ee8cd57174c78f0ae244b90a96a8',
+    'tar.bz2'       => 
'739e8733fe1fc5e69e6226da6dba7a31bacfd2e3871ad2c97a792638f22c54c9',
+    'tar.gz'        => 
'4df587338d4c5dfe27050c7ac72a6b7583ecaee9d3fbfc03427667a86e081999',
+    'tar.xz'        => 
'45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2',
 );
 
 $RELEASES = array(
diff --git a/releases/7_1_28.php b/releases/7_1_28.php
new file mode 100644
index 0000000..d19be0d
--- /dev/null
+++ b/releases/7_1_28.php
@@ -0,0 +1,20 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7_1_28.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.1.28 Release Announcement");
+?>
+
+    <h1>PHP 7.1.28 Release Announcement</h1>
+
+  <p>The PHP development team announces the immediate availability of PHP
+  7.1.28. 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.28 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.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

Reply via email to