Add HISTORY for 7.1.3. Packaging done.
authorBruce Momjian <[email protected]>
Tue, 14 Aug 2001 21:22:08 +0000 (21:22 +0000)
committerBruce Momjian <[email protected]>
Tue, 14 Aug 2001 21:22:08 +0000 (21:22 +0000)
HISTORY
doc/src/sgml/release.sgml
register.txt

diff --git a/HISTORY b/HISTORY
index 8bc53eecd0565be4fa4197b02a23693b715548f3..ccd757d136121268773e668b622e8495ea674963 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,3 +1,29 @@
+  ------------------------------------------------------------------------
+                                Release 7.1.3
+  ------------------------------------------------------------------------
+
+
+Release 7.1.3  (2001-08-15)
+
+Migration to v7.1.3
+
+A dump/restore is not required for those running 7.1.X.
+
+Changes
+-------
+Remove unused WAL segements of large transactions (Tom)
+Multiaction rule fix (Tom)
+Pl/pgSQL memory allocation fix (Jan)
+VACUUM buffer fix (Tom)
+Regression test fixes (Tom)
+pg_dump fixes for GRANT/REVOKE/comments on views, user-defined types (Tom)
+Fix subselects with DISTINCT ON or LIMIT (Tom)
+BEOS fix
+Disable COPY TO/FROM a view (Tom)
+Cygwin build (Jason Tishler)
+
+
+
   ------------------------------------------------------------------------
                                 Release 7.1.2
   ------------------------------------------------------------------------
index 84919352f4b3d2ad2a6dcc4a64d0da1eaabf2eee..585ae2ef85d2d20ebc1344464ac89a55f89fd351 100644 (file)
@@ -5,6 +5,55 @@ $Header$
  <appendix id="release">
   <title>Release Notes</title>
 
+  <sect1 id="release-7-1-3">
+   <title>Release 7.1.3</title>
+
+   <note>
+   <title>Release date</title>
+   <simpara>2001-08-15</simpara>
+   </note>
+
+   <!--
+  <docinfo>
+  <authorgroup>
+  <author>
+  <firstname>Bruce</firstname>
+  <surname>Momjian</surname>
+  </author>
+  </authorgroup>
+  </docinfo>
+   -->
+
+   <sect2>
+    <title>Migration to version 7.1.3</title>
+
+    <para>
+     A dump/restore is <emphasis>not</emphasis> required for those running
+     7.1.X.
+    </para>
+   </sect2>
+
+   <sect2>
+    <title>Changes</title>
+
+    <para>
+     <programlisting>
+Remove unused WAL segements of large transactions (Tom)
+Multiaction rule fix (Tom)
+Pl/pgSQL memory allocation fix (Jan)
+VACUUM buffer fix (Tom)
+Regression test fixes (Tom)
+pg_dump fixes for GRANT/REVOKE/comments on views, user-defined types (Tom)
+Fix subselects with DISTINCT ON or LIMIT (Tom)
+BEOS fix
+Disable COPY TO/FROM a view (Tom)
+Cygwin build (Jason Tishler)
+     </programlisting>
+    </para>
+   </sect2>
+  </sect1>
+
+
   <sect1 id="release-7-1-2">
    <title>Release 7.1.2</title>
 
index ed2e5ce65e1eb3ab0d8afe719b5584bfb453e20c..cc456ad4ee43ae1ca2fe8f031e54bf3cc04037a4 100644 (file)
@@ -1,5 +1,5 @@
 
-(2001-08-10)
+(2001-08-15)
 PostgreSQL has a Web site at http://www.postgresql.org/ which carries details
 on the latest release, upcoming features, and other information to make your
 work or play with PostgreSQL more productive.