Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UNNDQ-0004W9-6K for pgsql-www@arkaria.postgresql.org; Wed, 03 Apr 2013 12:55:00 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.72) (envelope-from ) id 1UNNDP-0002lo-Iv for pgsql-www@arkaria.postgresql.org; Wed, 03 Apr 2013 12:54:59 +0000 Received: from makus.postgresql.org ([2001:4800:7903:4::125]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UNNDO-0002li-Nv for pgsql-www@postgresql.org; Wed, 03 Apr 2013 12:54:58 +0000 Received: from cl-262.qas-01.us.sixxs.net ([2001:4830:1600:105::2] helo=tamriel.snowman.net) by makus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UNNDD-0007rh-Tq for pgsql-www@postgresql.org; Wed, 03 Apr 2013 12:54:58 +0000 Received: by tamriel.snowman.net (Postfix, from userid 1000) id 98E52222C8; Wed, 3 Apr 2013 08:54:46 -0400 (EDT) Date: Wed, 3 Apr 2013 08:54:46 -0400 From: Stephen Frost To: PostgreSQL www Cc: Dave Page Subject: Patch to copy announcement to callout box Message-ID: <20130403125446.GE4361@tamriel.snowman.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bVdPxN5HpDY47zC6" Content-Disposition: inline X-Editor: Vim http://www.vim.org/ X-Info: http://www.snowman.net X-Operating-System: Linux/3.2.0-4-amd64 (x86_64) X-Uptime: 08:52:15 up 160 days, 11:16, 13 users, load average: 0.18, 0.19, 0.16 User-Agent: Mutt/1.5.21 (2010-09-15) X-Pg-Spam-Score: -1.9 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-www Precedence: bulk Sender: pgsql-www-owner@postgresql.org --bVdPxN5HpDY47zC6 Content-Type: multipart/mixed; boundary="6fxres9eYHxJ4LJN" Content-Disposition: inline --6fxres9eYHxJ4LJN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Greetings, Attached is a patch which simply copied the text of the annoucement (which is tucked down under 'Latest News') up into the callout box at the top, with an update to note that Thursday is tomorrow (in case anyone wasn't sure). For my 2c, I think that we're announcing this sufficiently loudly elsewhere that it's odd that it isn't in the callout box and, instead, some older release is. Thanks! Stephen --6fxres9eYHxJ4LJN Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="security-update-announcement.patch" diff --git a/templates/index.html b/templates/index.html index cc47268..949939c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11,13 +11,21 @@

PostgreSQL minor versions released!

-

7th February 2013

+

3rd April 2013

-The PostgreSQL Global Development Group announces updates for all active -branches of the PostgreSQL object-relational database system, including -versions 9.2.3, 9.1.8, 9.0.12, 8.4.16 and 8.3.23. These releases fix a number -of bugs in previous releases, including a -security issue. +The PostgreSQL Global Development Group will be releasing a security update +for all supported versions tomorrow, Thursday April 4th, 2013. This release +will include a fix for a high-exposure security vulnerability. All users are +strongly urged to apply the update as soon as it is available. +

+

+We are providing this advance notice so that users may schedule an update of +their production systems on or shortly after April 4th. +

+

+As always, update releases only require installation of packages and a +database system restart. You do not need to dump/restore or use pg_upgrade +for this update release.