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