|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.414 2006/01/0514:53:47 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.415 2006/01/0515:12:36 momjian Exp $ |
3 | 3 |
|
4 | 4 | Typical markup:
|
5 | 5 |
|
@@ -55,13 +55,14 @@ those locales to fix existing indexes.</para></listitem>
|
55 | 55 | <listitem><para>Allow more flexible relocation of installation
|
56 | 56 | directories (Tom)</para> <para>Previous releases supported relocation
|
57 | 57 | only if all directories were the same except the last
|
58 |
| -componient.</para></listitem> |
| 58 | +component.</para></listitem> |
59 | 59 |
|
60 | 60 | <listitem><para>Prevent crashed caused by the use of
|
61 | 61 | <literal>ISO-8859-5</> and <literal>ISO-8859-9</> encodings
|
62 | 62 | (Tatsuo)</para></listitem>
|
63 | 63 |
|
64 |
| -<listitem><para>Fix long standing Asian multibyte charsets bug (Tatsuo) |
| 64 | +<listitem><para>Fix bug in strpos() and regular expression handling in |
| 65 | +certain rarely used Asian multi-byte character sets (Tatsuo) |
65 | 66 | </para></listitem>
|
66 | 67 |
|
67 | 68 | <listitem><para>Fix bug where COPY CSV mode considered any
|
|