From a7e898785b9157707fc5a6ace9778161e81d1b09 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 23 Jul 2003 04:08:44 +0000 Subject: [PATCH] Stamp 7.3.4. --- doc/src/sgml/release.sgml | 43 ++++++++++++++++++++++++++++++++++++++- src/tools/RELEASE_CHANGES | 7 +++++-- 2 files changed, 47 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 3829d1eb83..3e48a49db3 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -60,6 +60,47 @@ Object owners can allow grantees to grant the privilege to others (grant option) + + Release 7.3.4 + + + Release date + 2003-07-24 + + + + This has a variety of fixes from 7.3.3. + + + + + Migration to version 7.3.4 + + + A dump/restore is not required for those + running 7.3.*. + + + + + Changes + + + +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) + + + + + + Release 7.3.3 diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index e29a01e6c1..c9b1733588 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, -- 2.40.0