From: Bruce Momjian Date: Wed, 7 Feb 2007 04:22:25 +0000 (+0000) Subject: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=94c0eb2550a8874d3f145c669ab447e9921567ba;p=users%2Fbernd%2Fpostgres.git Stamp releases notes for 8.2.3, 8.1.8, 8.0.12. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index d97ef16624..7840cd9b98 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -19,6 +19,46 @@ For new features, add links to the documentation sections. Release Notes + + Release 8.1.8 + + + Release date + 2007-02-07 + + + + This release contains one fix from 8.1.7. + + + + Migration to version 8.1.8 + + + A dump/restore is not required for those running 8.1.X. + However, if you are upgrading from a version earlier than 8.1.2, + see the release notes for 8.1.2. + + + + + + Changes + + + + + + Remove overly-restrictive check for type length in constraints and + functional indexes(Tom) + + + + + + + + Release 8.1.7 @@ -2927,6 +2967,46 @@ psql -t -f fixseq.sql db1 | psql -e db1 + + Release 8.0.12 + + + Release date + 2007-02-07 + + + + This release contains one fix from 8.0.11. + + + + Migration to version 8.0.12 + + + A dump/restore is not required for those running 8.0.X. However, + if you are upgrading from a version earlier than 8.0.6, see the release + notes for 8.0.6. + + + + + + Changes + + + + + + Remove overly-restrictive check for type length in constraints and + functional indexes(Tom) + + + + + + + + Release 8.0.11