Skip to content

Commit 1d2dd09

Browse files
committed
Cleaned up release notes
1 parent 79862ca commit 1d2dd09

File tree

1 file changed

+31
-32
lines changed

1 file changed

+31
-32
lines changed

doc/src/sgml/release-pro-9.5.sgml

Lines changed: 31 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
<note>
88
<title>Release Date</title>
9-
<simpara>2016-??-??</simpara>
10-
<simpara>Current as of 2016-01-15</simpara>
9+
<simpara>2016-02-01</simpara>
10+
<simpara>Current as of 2016-01-28</simpara>
1111
</note>
1212

1313
<sect2>
@@ -66,6 +66,9 @@
6666
<para>Some hunspell dictionaries for full-text search are bundled
6767
with distribution</para>
6868
</listitem>
69+
<listitem>
70+
<para>Phrase search support in full text search</para>
71+
</listitem>
6972

7073
</itemizedlist>
7174

@@ -77,23 +80,16 @@
7780

7881
<sect2>
7982

80-
<title>Migration to Version 9.5</title>
81-
83+
<title>Migration to PostgresPro 9.5</title>
8284
<para>
8385
A dump/restore using <xref linkend="app-pg-dumpall">, or use
8486
of <xref linkend="pgupgrade">, is required for those wishing to migrate
8587
data from any previous release.
8688
</para>
87-
88-
89-
<itemizedlist>
90-
<listitem>
9189
<para>
92-
<!-- to be filled in -->
90+
Dump/restore is not neccessary when migrating from PostgreSQL 9.5 to
91+
PostgresPro 9.5.
9392
</para>
94-
</listitem>
95-
</itemizedlist>
96-
9793
</sect2>
9894

9995
<sect2>
@@ -201,27 +197,30 @@ commit [90e649a7afac8c76] Thu Dec 31 09:52:30 2015 +0300
201197
</sect4>
202198

203199

200+
<sect4>
201+
<title>Full text search</title>
202+
<itemizedlist>
203+
<listitem>
204+
<para>
205+
Phrase search - it is now possible to specify order of words in the
206+
text search query.
207+
</para>
208+
</listitem>
209+
<listitem>
210+
<para>
211+
Improved hunspell dictionaries support. Now it is possible to hunspell
212+
dictionaries with complex affix files, which were not supported in
213+
earlier versions.
214+
</para>
215+
<para>
216+
Some hunspell dictionaries are included in the distribution. See
217+
<xref linkend="relnotes-contrib-modules"> below.
218+
</para>
219+
</listitem>
220+
</itemizedlist>
221+
</sect4>
204222
</sect3>
205-
206-
<sect3>
207-
<title>Replication and Recovery</title>
208-
209-
<itemizedlist>
210-
211-
<listitem>
212-
213-
<!-- Put commit message here -->
214-
<para>
215-
<!-- to be filled -->
216-
</para>
217-
218-
</listitem>
219-
</itemizedlist>
220-
221-
</sect3>
222-
223223
<sect3><title>Portability improvements</title>
224-
225224
<itemizedlist>
226225
<listitem><para>
227226
Use libicu instead of system specific locale handling functions.
@@ -233,7 +232,7 @@ commit [90e649a7afac8c76] Thu Dec 31 09:52:30 2015 +0300
233232
</listitem>
234233
</itemizedlist>
235234
</sect3>
236-
<sect3>
235+
<sect3 id="relnotes-contrib-modules">
237236
<title>Additional Modules</title>
238237

239238
<itemizedlist>

0 commit comments

Comments
 (0)