New minor releases 9.5.2 and friends
authorMagnus Hagander <magnus@hagander.net>
Thu, 31 Mar 2016 11:45:28 +0000 (13:45 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 31 Mar 2016 11:45:28 +0000 (13:45 +0200)
templates/index.html
templates/pages/support/security.html

index 23f611be895786e785e6b77cbd576c32651e3488..972b212172fe48416e6d9e8e7ea4299fcfb67cf4 100644 (file)
@@ -8,23 +8,26 @@
           <div id="pgFrontMain">
             <div id="pgFrontFeature">
               <div id="pgFrontFeatureContent">
-               <p><b>11<sup>th</sup> February 2016</b></p>
+               <p><b>31<sup>st</sup> March 2016</b></p>
                 <h1 id="txtFrontFeatureHeading">
-                  PostgreSQL 9.5.1, 9.4.6, 9.3.11, 9.2.15 and 9.1.20 Released!
+                  PostgreSQL 9.5.2, 9.4.7, 9.3.12, 9.2.16 and 9.1.21 Released!
                 </h1>
                 <p>
                    The PostgreSQL Global Development Group is pleased to announce the availability of
-                   PostgreSQL 9.5.1, 9.4.6, 9.3.11, 9.2.15 and 9.1.20.
+                   PostgreSQL 9.5.2, 9.4.7, 9.3.12, 9.2.16 and 9.1.21.
                 </p>
                 <p>
-                   This is an update release that fixes two security issues as well as several bugs found 
-                   over the last few months. Users vulnerable to the security issues should update their 
-                   installations immediately; other users should update at the next scheduled downtime.
-                </p>
+                 This is an update release that fixes two security issues in
+                 version 9.5 as well as several bugs in all current releases.
+                 In particular, the 9.5.2 release disables an optimization
+                 present in 9.5 and newer that can leade to corruption of
+                 text indexes in non-C locales. Users of 9.5 should update
+                 as soon as convenient and REINDEX potentially corrupt indexes.
+               </p>
                 <div id="txtFrontFeatureLink">
                   <br/>
-                  <img src="/media/img/layout/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/about/news/1644/" title="Release Announcement">Release Announcement</a><br />
-                  <img src="/media/img/layout/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/docs/9.5/static/release-9-5-1.html" title="Release Notes">Release Notes</a><br />
+                  <img src="/media/img/layout/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/about/news/1656/" title="Release Announcement">Release Announcement</a><br />
+                  <img src="/media/img/layout/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/docs/9.5/static/release-9-5-2.html" title="Release Notes">Release Notes</a><br />
                   <img src="/media/img/layout/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/download/" title="Download">Download</a><br />
                 </div>
               </div>
index 723f79d81780e0891a43d542e38ad0ed6914d64c..e1c8ee839782dfc38aded2f38a54d882f6ab714c 100644 (file)
@@ -63,6 +63,24 @@ to determine if the bug affects specific installations or not.
    <th class="colLast">Description</th>
   </tr>
   
+  <tr valign="top">
+   <td class="colFirst"><a href="https://access.redhat.com/security/cve/CVE-2016-2193">CVE-2016-2193</a></td>
+   <td class="colMid">9.5</td>
+   <td class="colMid">9.5.2</td>
+   <td class="colMid">core server</td>
+   <td class="colMid">C</td>
+   <td class="colLast">Plan cache might use wrong role context for RLS policy</td>
+  </tr>
+
+  <tr valign="top">
+   <td class="colFirst"><a href="https://access.redhat.com/security/cve/CVE-2016-3065">CVE-2016-3065</a></td>
+   <td class="colMid">9.5</td>
+   <td class="colMid">9.5.2</td>
+   <td class="colMid">contrib</td>
+   <td class="colMid">C</td>
+   <td class="colLast">pageinspect does not check permissions for BRIN indexes</td>
+  </tr>
+
   <tr valign="top">
    <td class="colFirst"><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-0773">CVE-2016-0773</a></td>
    <td class="colMid">9.5, 9.4, 9.3, 9.2, 9.1</td>