diff options
-rw-r--r-- | doc/src/sgml/release.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index d5b2ff6d591..95d566e5226 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.321.4.17 2006/01/05 14:53:18 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.321.4.18 2006/01/05 15:12:03 momjian Exp $ --> <appendix id="release"> @@ -43,9 +43,10 @@ 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>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>Various fixes for queries returning <literal>RECORD</>s |