]> granicus.if.org Git - postgresql/commitdiff
Update release notes for releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.
authorBruce Momjian <bruce@momjian.us>
Mon, 9 Oct 2006 23:23:11 +0000 (23:23 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 9 Oct 2006 23:23:11 +0000 (23:23 +0000)
doc/src/sgml/release.sgml

index 793b98348ad8e2c7707e4375cf1280f9fc20b164..46d01d2594364405d9cea9bfce6875700339995a 100644 (file)
@@ -1,10 +1,50 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.42 2006/05/21 21:50:02 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.43 2006/10/09 23:23:11 momjian Exp $
 -->
 
 <appendix id="release">
  <title>Release Notes</title>
 
+  <sect1 id="release-7-4-14">
+   <title>Release 7.4.14</title>
+
+   <note>
+   <title>Release date</title>
+   <simpara>2006-10-??</simpara>
+   </note>
+
+   <para>
+    This release contains a variety of fixes from 7.4.13.
+   </para>
+
+   <sect2>
+    <title>Migration to version 7.4.14</title>
+
+    <para>
+     A dump/restore is not required for those running 7.4.X.  However,
+     if you are upgrading from a version earlier than 7.4.11, see the release
+     notes for 7.4.11.
+    </para>
+
+   </sect2>
+
+   <sect2>
+    <title>Changes</title>
+
+<itemizedlist>
+
+<listitem><para>Minor fixes related to timezones, ecpg, /contrib/ltree,
+and <application>psql</></para> </listitem>
+
+<listitem><para>Fix <function>string_to_array()</> to handle overlapping
+matches for the separator string</para> <para>For example,
+<literal>string_to_array('123xx456xxx789', 'xx')</>.</para></listitem>
+
+</itemizedlist>
+
+   </sect2>
+  </sect1>
   <sect1 id="release-7-4-13">
    <title>Release 7.4.13</title>
 
@@ -2919,6 +2959,42 @@ DROP SCHEMA information_schema CASCADE;
   </sect2>
  </sect1>
 
+  <sect1 id="release-7-3-16">
+   <title>Release 7.3.16</title>
+
+   <note>
+   <title>Release date</title>
+   <simpara>2006-10-??</simpara>
+   </note>
+
+   <para>
+    This release contains a variety of fixes from 7.3.15.
+   </para>
+
+   <sect2>
+    <title>Migration to version 7.3.16</title>
+
+    <para>
+     A dump/restore is not required for those running 7.3.X.  However,
+     if you are upgrading from a version earlier than 7.3.13, see the release
+     notes for 7.3.13.
+    </para>
+
+   </sect2>
+
+   <sect2>
+    <title>Changes</title>
+
+<itemizedlist> 
+
+<listitem><para>Minor fixes related to timezones, spinlocks, SSL,
+GiST, /contrib/ltree, and <application>psql</></para> </listitem>
+
+</itemizedlist>
+
+   </sect2>
+  </sect1>
   <sect1 id="release-7-3-15">
    <title>Release 7.3.15</title>