From: Bruce Momjian Date: Tue, 1 Oct 2002 03:24:17 +0000 (+0000) Subject: Update HISTORY/release.sgml for 7.2.3. X-Git-Tag: REL7_2_3~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9227bc5e5bdc7c61b52ea677e6cce7c2ae27c307;p=postgresql Update HISTORY/release.sgml for 7.2.3. --- diff --git a/HISTORY b/HISTORY index 32b37e58fc..3fdb157382 100644 --- a/HISTORY +++ b/HISTORY @@ -1,5 +1,33 @@ Release Notes + + Release 7.2.3 + + Release date: 2002-10-01 + + This has a variety of fixes from 7.2.2, including fixes to prevent + possible data loss. + + ---------------------------------------------------------------------- + +Migration to version 7.2.3 + + A dump/restore is *not* required for those running 7.2.X. + + ---------------------------------------------------------------------- + +Changes + + Prevent possible compressed transaction log loss (Tom) + Prevent non-superuser from increasing most recent vacuum info (Tom) + Handle pre-1970 date values in newer versions of glibc (Tom) + Fix possible hang during server shutdown + Prevent spinlock hangs on SMP PPC machines (Tomoyuki Niijima) + Fix pg_dump to properly dump FULL JOIN USING (Tom) + + + ---------------------------------------------------------------------- + Release 7.2.2 Release date: 2002-08-23 diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 813fa8bf06..2d896cff9d 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,10 +1,50 @@ Release Notes + + Release 7.2.3 + + + Release date + 2002-10-01 + + + + This has a variety of fixes from 7.2.2, including fixes to prevent + possible data loss. + + + + + Migration to version 7.2.3 + + + A dump/restore is not required for those running + 7.2.X. + + + + + Changes + + + +Prevent possible compressed transaction log loss (Tom) +Prevent non-superuser from increasing most recent vacuum info (Tom) +Handle pre-1970 date values in newer versions of glibc (Tom) +Fix possible hang during server shutdown +Prevent spinlock hangs on SMP PPC machines (Tomoyuki Niijima) +Fix pg_dump to properly dump FULL JOIN USING (Tom) + + + + + + Release 7.2.2 @@ -14,7 +54,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.115.2.6 2002/08/22 23:26:2 - This has a variety of fixes from 7.2.1. + This has a variety of fixes from 7.2.1, including the security + problems reported on BUGTRAQ.