diff options
author | Bruce Momjian | 2007-04-19 02:46:46 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-04-19 02:46:46 +0000 |
commit | 9057d27f5d1d67d3907ccba4b87d706fbf426501 (patch) | |
tree | 671efa50729db70af0ae2ebdbbc8d237570bedd4 /doc/src | |
parent | 2875fe6b7cadd70a2a65c1592562a03ae498386b (diff) |
Release note updates for 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release.sgml | 88 |
1 files changed, 87 insertions, 1 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index cc283d8e733..ea3a7cf1ea6 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,10 +1,56 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.50 2007/02/02 00:11:02 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.51 2007/04/19 02:46:46 momjian Exp $ --> <appendix id="release"> <title>Release Notes</title> + <sect1 id="release-7-4-17"> + <title>Release 7.4.17</title> + + <note> + <title>Release date</title> + <simpara>2007-04-23</simpara> + </note> + + <para> + This release contains a variety of fixes from 7.4.16, including + a security fix. + </para> + + <sect2> + <title>Migration to version 7.4.17</title> + + <para> + 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. + </para> + + </sect2> + + <sect2> + <title>Changes</title> + + <itemizedlist> + + <listitem> + <para> + <filename>/contrib/tsearch2</> fixes (Teodor) + </para> + </listitem> + + <listitem> + <para> + Fix bug in how <command>VACUUM FULL</> handles <command>UPDATE</> chains (Tom, Pavan Deolasee) + </para> + </listitem> + + </itemizedlist> + + </sect2> + </sect1> + <sect1 id="release-7-4-16"> <title>Release 7.4.16</title> @@ -3120,6 +3166,46 @@ DROP SCHEMA information_schema CASCADE; </sect2> </sect1> + <sect1 id="release-7-3-19"> + <title>Release 7.3.19</title> + + <note> + <title>Release date</title> + <simpara>2007-04-23</simpara> + </note> + + <para> + This release contains a variety of fixes from 7.3.18, including + a security fix. + </para> + + <sect2> + <title>Migration to version 7.3.19</title> + + <para> + 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. + </para> + + </sect2> + + <sect2> + <title>Changes</title> + + <itemizedlist> + + <listitem> + <para> + Fix bug in how <command>VACUUM FULL</> handles <command>UPDATE</> chains (Tom, Pavan Deolasee) + </para> + </listitem> + + </itemizedlist> + + </sect2> + </sect1> + <sect1 id="release-7-3-18"> <title>Release 7.3.18</title> |