aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/release.sgml43
-rw-r--r--src/tools/RELEASE_CHANGES7
2 files changed, 47 insertions, 3 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 3829d1eb831..3e48a49db35 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.198 2003/07/17 00:55:36 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.199 2003/07/23 04:08:42 momjian Exp $
-->
<appendix id="release">
@@ -60,6 +60,47 @@ Object owners can allow grantees to grant the privilege to others (grant option)
</sect1>
+ <sect1 id="release-7-3-4">
+ <title>Release 7.3.4</title>
+
+ <note>
+ <title>Release date</title>
+ <simpara>2003-07-24</simpara>
+ </note>
+
+ <para>
+ This has a variety of fixes from 7.3.3.
+ </para>
+
+
+ <sect2>
+ <title>Migration to version 7.3.4</title>
+
+ <para>
+ A dump/restore is <emphasis>not</emphasis> required for those
+ running 7.3.*.
+ </para>
+ </sect2>
+
+ <sect2>
+ <title>Changes</title>
+
+ <para>
+<literallayout>
+Fix rare possibility of recovery failure after a system crash (Tom)
+Fix bugs in interval-to-time conversion (Tom)
+Add constraint names in a few places in pg_dump (Rod)
+Improve performance of functions with many parameters (Tom)
+Fix to_ascii() buffer overruns (Tom)
+Prevent restore of database comments from throwing an error (Tom)
+Work around buggy strxfrm() present in some Solaris releases (Tom)
+Properly escape jdbc setObject() strings to improve security (Barry)
+</literallayout>
+ </para>
+ </sect2>
+ </sect1>
+
+
<sect1 id="release-7-3-3">
<title>Release 7.3.3</title>
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES
index e29a01e6c16..c9b1733588a 100644
--- a/src/tools/RELEASE_CHANGES
+++ b/src/tools/RELEASE_CHANGES
@@ -28,8 +28,11 @@
---------------------------------------------------------------------------
-Major Version Library Numbers
-=============================
+ Library Version Changes
+ =======================
+
+Major Version
+=============
The major version number should be updated whenever the source of the
library changes to make it binary incompatible. Such changes include,