Change 7.3.4 release note format to match the rest of the 7.3.x

releases.

Rod Taylor
This commit is contained in:
Bruce Momjian 2003-09-29 18:15:12 +00:00
parent e22c891361
commit b8d7e1e798
1 changed files with 12 additions and 14 deletions

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.208 2003/09/20 20:12:05 tgl Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.209 2003/09/29 18:15:12 momjian Exp $
--> -->
<appendix id="release"> <appendix id="release">
@ -87,19 +87,17 @@ Object owners can allow grantees to grant the privilege to others (grant option)
<sect2> <sect2>
<title>Changes</title> <title>Changes</title>
<para> <itemizedlist>
<literallayout> <listitem><para>Repair breakage in timestamp-to-date conversion for dates before 2000</para></listitem>
Repair breakage in timestamp-to-date conversion for dates before 2000 <listitem><para>Prevent rare possibility of server startup failure (Tom)</para></listitem>
Prevent rare possibility of server startup failure (Tom) <listitem><para>Fix bugs in interval-to-time conversion (Tom)</para></listitem>
Fix bugs in interval-to-time conversion (Tom) <listitem><para>Add constraint names in a few places in pg_dump (Rod)</para></listitem>
Add constraint names in a few places in pg_dump (Rod) <listitem><para>Improve performance of functions with many parameters (Tom)</para></listitem>
Improve performance of functions with many parameters (Tom) <listitem><para>Fix to_ascii() buffer overruns (Tom)</para></listitem>
Fix to_ascii() buffer overruns (Tom) <listitem><para>Prevent restore of database comments from throwing an error (Tom)</para></listitem>
Prevent restore of database comments from throwing an error (Tom) <listitem><para>Work around buggy strxfrm() present in some Solaris releases (Tom)</para></listitem>
Work around buggy strxfrm() present in some Solaris releases (Tom) <listitem><para>Properly escape jdbc setObject() strings to improve security (Barry)</para></listitem>
Properly escape jdbc setObject() strings to improve security (Barry) </itemizedlist>
</literallayout>
</para>
</sect2> </sect2>
</sect1> </sect1>