Commit:    5f1903faf04ed6e30239c5cd5a39d9a222298f74
Author:    Stanislav Malyshev <[email protected]>         Thu, 12 Dec 2013 
15:40:54 -0800
Parents:   040e201074729ebc39b7562ef5756e7f4d2eb82b
Branches:  master

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

Log:
5.4.23 and 5.3.28 announce

Changed paths:
  M  archive/archive.xml
  A  archive/entries/2013-12-12-2.xml
  A  archive/entries/2013-12-12-3.xml
  A  releases/5.3.28.php
  A  releases/5.4.23.php


Diff:
diff --git a/archive/archive.xml b/archive/archive.xml
index 83bbf97..385d1c3 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,8 @@
     <uri>http://php.net/contact</uri>
     <email>[email protected]</email>
   </author>
+  <xi:include href="entries/2013-12-12-3.xml"/>
+  <xi:include href="entries/2013-12-12-2.xml"/>
   <xi:include href="entries/2013-12-12-1.xml"/>
   <xi:include href="entries/2013-12-10-1.xml"/>
   <xi:include href="entries/2013-11-20-1.xml"/>
diff --git a/archive/entries/2013-12-12-2.xml b/archive/entries/2013-12-12-2.xml
new file mode 100644
index 0000000..91780eb
--- /dev/null
+++ b/archive/entries/2013-12-12-2.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 5.3.28 Released</title>
+  <id>http://php.net/archive/2013.php#id2013-12-12-2</id>
+  <published>2013-12-12T15:30:05-08:00</published>
+  <updated>2013-12-12T15:30:05-08:00</updated>
+  <category term="frontpage" label="PHP.net frontpage news"/>
+  <category term="releases" label="New PHP release"/>
+  <link href="http://php.net/index.php#id2013-12-12-2"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2013.php#id2013-12-12-2"; rel="via" 
type="text/html"/>
+  <content type="html">
+    <div xmlns="http://www.w3.org/1999/xhtml";>
+     <p>The PHP development team announces the immediate availability of PHP 
5.3.28. This release fixes two security issues in OpenSSL module in PHP 5.3 - 
CVE-2013-4073 and CVE-2013-6420. All PHP 5.3 users are encouraged to upgrade to 
PHP 5.3.28 or latest versions of PHP 5.4 or PHP 5.5.<p>
+     
+     <p>For source downloads of PHP 5.3.28 please visit our <a 
href="http://www.php.net/downloads.php";>downloads page</a>,
+     Windows 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-5.php#5.3.28";>ChangeLog</a>.
+     </p>
+    </div>
+</content>
+</entry>
diff --git a/archive/entries/2013-12-12-3.xml b/archive/entries/2013-12-12-3.xml
new file mode 100644
index 0000000..372aa46
--- /dev/null
+++ b/archive/entries/2013-12-12-3.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 5.4.23 Released</title>
+  <id>http://php.net/archive/2013.php#id2013-12-12-3</id>
+  <published>2013-12-12T15:39:33-08:00</published>
+  <updated>2013-12-12T15:39:33-08:00</updated>
+  <category term="frontpage" label="PHP.net frontpage news"/>
+  <category term="releases" label="New PHP release"/>
+  <link href="http://php.net/index.php#id2013-12-12-3"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2013.php#id2013-12-12-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
+     5.4.23. About 10 bugs were fixed, including a security issue in OpenSSL 
module (CVE-2013-6420).
+     All PHP 5.4 users are encouraged to upgrade to this version.
+     </p>
+     
+     <p>For source downloads of PHP 5.4.23 please visit our <a 
href="http://www.php.net/downloads.php";>downloads page</a>,
+     Windows 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-5.php#5.4.23";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/releases/5.3.28.php b/releases/5.3.28.php
new file mode 100644
index 0000000..6ba98e6
--- /dev/null
+++ b/releases/5.3.28.php
@@ -0,0 +1,17 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_3_28.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.3.28 Release Announcement");
+?>
+
+<h1>PHP 5.3.28 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
5.3.28. This release fixes two security issues in OpenSSL module in PHP 5.3 - 
CVE-2013-4073 and CVE-2013-6420. All PHP 5.3 users are encouraged to upgrade to 
PHP 5.3.28 or latest versions of PHP 5.4 or PHP 5.5.</p>
+
+<p>For source downloads of PHP 5.3.28 please visit our <a 
href="http://www.php.net/downloads.php";>downloads page</a>,
+Windows 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-5.php#5.3.28";>ChangeLog</a>.
+</p>
+
+<?php site_footer(); ?>
diff --git a/releases/5.4.23.php b/releases/5.4.23.php
new file mode 100644
index 0000000..fd6a9e8
--- /dev/null
+++ b/releases/5.4.23.php
@@ -0,0 +1,20 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_4_23.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.4.23 Release Announcement");
+?>
+
+<h1>PHP 5.4.23 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP
+5.4.23. About 10 bugs were fixed, including a security issue in OpenSSL module 
(CVE-2013-6420). 
+All PHP 5.4 users are encouraged to upgrade to this version.
+</p>
+
+<p>For source downloads of PHP 5.4.23 please visit our <a 
href="http://www.php.net/downloads.php";>downloads page</a>,
+Windows 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-5.php#5.4.23";>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