|
1 | 1 | <!-- doc/src/sgml/release-pro-10.sgml -->
|
2 | 2 | <!-- See header comment in release.sgml about typical markup -->
|
3 | 3 |
|
4 |
| -<sect1 id="release-pro-10-0-1"> |
5 |
| - <title>Postgres Pro 10.0.1</title> |
| 4 | +<sect1 id="release-pro-10-1-1"> |
| 5 | + <title>Postgres Pro 10.1.1</title> |
6 | 6 | <formalpara>
|
7 | 7 | <title>Release Date:</title>
|
8 |
| - <para>2017-10-31</para> |
| 8 | + <para>2017-11-14</para> |
9 | 9 | </formalpara>
|
10 | 10 | <sect2>
|
11 | 11 | <title>Overview</title>
|
12 |
| - <para>This release is based on <productname>PostgreSQL</productname> 10 |
13 |
| - and includes all its new features, which are listed in |
14 |
| - <link linkend="release-10">PostgreSQL 10 Release Notes</link>. |
| 12 | + <para>This release is based on <productname>PostgreSQL</productname> 10.1 |
| 13 | + and includes all the new features introduced in PostgreSQL 10, as well as |
| 14 | + bug fixes implemented in PostgreSQL 10.1. For their detailed description, |
| 15 | + see <link linkend="release-10">PostgreSQL 10 Release Notes</link> and |
| 16 | + <link linkend="release-10-1">PostgreSQL 10.1 Release Notes</link>, respectively. |
15 | 17 | Other major changes and enhancements are as follows:</para>
|
16 | 18 | <itemizedlist spacing="compact">
|
17 | 19 | <listitem>
|
18 | 20 | <para>
|
19 |
| - You can specify <literal>icu</literal> as the default collation provider |
20 |
| - when initializing a database cluster or creating a database. |
| 21 | + You can specify <literal>icu</literal> or <literal>libc</literal> as the default collation provider |
| 22 | + when initializing a database cluster or creating a database. By default, |
| 23 | + the <literal>icu</literal> provider is used for all locales except |
| 24 | + <literal>C</literal> and <literal>POSIX</literal>. |
21 | 25 | For details, see <xref linkend="collation-managing">.
|
22 | 26 | </para>
|
23 | 27 | </listitem>
|
|
39 | 43 | -->
|
40 | 44 | </para>
|
41 | 45 | </listitem>
|
42 |
| - <listitem> |
43 |
| - <para>ICU patch |
44 |
| - <!--(Commit: ee711324f31cc039e656ea45c54abd0cf8ea3e41)--></para> |
45 |
| - </listitem> |
46 | 46 | <listitem>
|
47 | 47 | <para>Fixes to win32 build system
|
48 | 48 | <!--(Commit: 84fa653ee00ebe54f591b18e3664fa6d5889224f)--></para>
|
|
0 commit comments