From f18ace69dc9e3c95399784c4d954f6c43bac8a23 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 9 Oct 2006 23:23:11 +0000 Subject: [PATCH] Update release notes for releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5. --- doc/src/sgml/release.sgml | 78 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 77 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 793b98348a..46d01d2594 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,10 +1,50 @@ Release Notes + + Release 7.4.14 + + + Release date + 2006-10-?? + + + + This release contains a variety of fixes from 7.4.13. + + + + Migration to version 7.4.14 + + + A dump/restore is not required for those running 7.4.X. However, + if you are upgrading from a version earlier than 7.4.11, see the release + notes for 7.4.11. + + + + + + Changes + + + +Minor fixes related to timezones, ecpg, /contrib/ltree, +and psql + +Fix string_to_array() to handle overlapping +matches for the separator string For example, +string_to_array('123xx456xxx789', 'xx'). + + + + + + Release 7.4.13 @@ -2919,6 +2959,42 @@ DROP SCHEMA information_schema CASCADE; + + Release 7.3.16 + + + Release date + 2006-10-?? + + + + This release contains a variety of fixes from 7.3.15. + + + + Migration to version 7.3.16 + + + A dump/restore is not required for those running 7.3.X. However, + if you are upgrading from a version earlier than 7.3.13, see the release + notes for 7.3.13. + + + + + + Changes + + + +Minor fixes related to timezones, spinlocks, SSL, +GiST, /contrib/ltree, and psql + + + + + + Release 7.3.15 -- 2.50.0