From 8b2b1d87f8747b9b1b4ab5d338c02c6e867dab3b Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Thu, 5 Jan 2006 15:12:36 +0000 Subject: [PATCH] Wording improvements. --- doc/src/sgml/release.sgml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 2263300fd4e..4bcc20b5cdc 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.414 2006/01/05 14:53:47 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.415 2006/01/05 15:12:36 momjian Exp $ Typical markup: @@ -55,13 +55,14 @@ those locales to fix existing indexes.</para></listitem> <listitem><para>Allow more flexible relocation of installation directories (Tom)</para> <para>Previous releases supported relocation only if all directories were the same except the last -componient.</para></listitem> +component.</para></listitem> <listitem><para>Prevent crashed caused by the use of <literal>ISO-8859-5</> and <literal>ISO-8859-9</> encodings (Tatsuo)</para></listitem> -<listitem><para>Fix long standing Asian multibyte charsets bug (Tatsuo) +<listitem><para>Fix bug in strpos() and regular expression handling in +certain rarely used Asian multi-byte character sets (Tatsuo) </para></listitem> <listitem><para>Fix bug where COPY CSV mode considered any -- GitLab