]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
*** empty log message ***
authorBruce Momjian <bruce@momjian.us>
Thu, 5 Jan 2006 05:22:09 +0000 (05:22 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 5 Jan 2006 05:22:09 +0000 (05:22 +0000)
doc/src/sgml/release.sgml

index e97602b6901bdbc8cc73fa67eb13b1f1159efa98..9880b1d4f3b8c140f546add9a299d654d7cc6460 100644 (file)
@@ -1,10 +1,63 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.34 2005/12/09 20:40:56 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.35 2006/01/05 05:22:09 momjian Exp $
 -->
 
 <appendix id="release">
  <title>Release Notes</title>
  
+  <sect1 id="release-7-4-11">
+   <title>Release 7.4.11</title>
+
+   <note>
+   <title>Release date</title>
+   <simpara>2006-01-09</simpara>
+   </note>
+
+   <para>
+    This release contains a variety of fixes from 7.4.10.
+   </para>
+
+   <sect2>
+    <title>Migration to version 7.4.11</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.8, see the release
+     notes for 7.4.8.
+    </para>
+   </sect2>
+
+   <sect2>
+    <title>Changes</title>
+  
+<itemizedlist>
+
+<listitem><para>Fix for protocol-level describe portal statements issued
+outside a transaction (Tom)</para></listitem>
+
+<listitem><para>Fix character set sorting for locales that consider
+different character combinations to have the same sorting, e.g.
+Hungarian. (Tom) </para><para>This might require <command>REINDEX</> in
+those locales to fix  existing indexes.</para></listitem>
+
+<listitem><para>Fix long standing Asian multibyte charsets bug (Tatsuo)
+</para></listitem>
+
+<listitem><para>Fix bug in <filename>/contrib/pgcrypto</> Openwall
+gen_salt processing (Marko Kreen></para></listitem>
+
+<listitem><para>Fix <filename>/contrib/dblink</> to throw an error
+when the number of columns specified is different from those returned
+by the query (Joe)</para></listitem>
+
+<listitem><para>Set <literal>LC_XXX</> variables to prevent problems
+with <application>plperl</> processing (Tom)</para></listitem>
+
+</itemizedlist>
+
+   </sect2>
+  </sect1>
   <sect1 id="release-7-4-10">
    <title>Release 7.4.10</title>
 
@@ -2688,6 +2741,56 @@ DROP SCHEMA information_schema CASCADE;
   </sect2>
  </sect1>
  
+  <sect1 id="release-7-3-13">
+   <title>Release 7.3.13</title>
+
+   <note>
+   <title>Release date</title>
+   <simpara>2006-01-09</simpara>
+   </note>
+
+   <para>
+    This release contains a variety of fixes from 7.3.12.
+   </para>
+
+   <sect2>
+    <title>Migration to version 7.3.13</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.10, see the release
+     notes for 7.3.10.
+    </para>
+   </sect2>
+
+   <sect2>
+    <title>Changes</title>
+  
+<itemizedlist>
+
+<listitem><para>Fix character set sorting for locales that consider
+different character combinations to have the same sorting, e.g.
+Hungarian. (Tom) </para><para>This might require <command>REINDEX</> in
+those locales to fix  existing indexes.</para></listitem>
+
+<listitem><para>Fix long standing Asian multibyte charsets bug (Tatsuo)
+</para></listitem>
+
+<listitem><para>Fix bug in <filename>/contrib/pgcrypto</> Openwall
+gen_salt processing (Marko Kreen></para></listitem>
+
+<listitem><para>Fix <filename>/contrib/dblink</> to throw an error
+when the number of columns specified is different from those returned
+by the query (Joe)</para></listitem>
+
+<listitem><para>Set <literal>LC_XXX</> variables to prevent problems
+with <application>plperl</> processing (Tom)</para></listitem>
+
+</itemizedlist>
+
+   </sect2>
+  </sect1>
   <sect1 id="release-7-3-12">
    <title>Release 7.3.12</title>