Skip to content

Commit 37308c3

Browse files
committed
Release 2.6.4
1 parent 3e614d3 commit 37308c3

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

doc/manpages.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ $ searchd --config /home/myuser/sphinx.conf --status</programlisting>
953953

954954
<refmiscinfo class="manual">Manticore Search</refmiscinfo>
955955

956-
<refmiscinfo class="version">2.6.3</refmiscinfo>
956+
<refmiscinfo class="version">2.6.4</refmiscinfo>
957957
</refmeta>
958958

959959
<refnamediv>
@@ -1073,7 +1073,7 @@ zoning &gt; zoning </programlisting></para>
10731073

10741074
<refmiscinfo class="manual">Manticore Search</refmiscinfo>
10751075

1076-
<refmiscinfo class="version">2.6.3</refmiscinfo>
1076+
<refmiscinfo class="version">2.6.4</refmiscinfo>
10771077
</refmeta>
10781078

10791079
<refnamediv>

docs/releasenotes.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
Release notes
22
=============
33

4+
Version 2.6.4 GA, 3 May 2018
5+
--------------------------------
6+
7+
Features and improvements
8+
~~~~~~~~~~~~~~~~~~~~~~~~~
9+
10+
* MySQL FEDERATED engine :ref:`support <federated_storage_engine>`
11+
* MySQL packets return now SERVER_STATUS_AUTOCOMMIT flag, adds compatibility with ProxySQL
12+
* :ref:`listen_tfo` - enable TCP Fast Open connections for all listeners
13+
* indexer --dumpheader can dump also RT header from .meta file
14+
* cmake build script for Ubuntu Bionic
15+
16+
Bugfixes
17+
~~~~~~~~
18+
* `355b116 <https://github.com/manticoresoftware/manticoresearch/commit/355b11629174813abd9cd5bf2233be0783f77745>`__ fixed invalid query cache entries for RT index;
19+
* `546e229 <https://github.com/manticoresoftware/manticoresearch/commit/546e2297a01cc2913bc0d33052d5bcefae8737eb>`__ fixed index settings got lost next after seamless rotation
20+
* `0c45098 <https://github.com/manticoresoftware/manticoresearch/commit/0c4509898393993bc87194d2aca2070395ff7f83>`__ fixed fixed infix vs prefix length set; added warning on unsupported infix length
21+
* `80542fa <https://github.com/manticoresoftware/manticoresearch/commit/80542fa54d727c781635918e8d4d65a20c2fbd1e>`__ fixed RT indexes auto-flush order
22+
* `705d8c5 <https://github.com/manticoresoftware/manticoresearch/commit/705d8c5f407726ed1c6f9745ecffa375682c8969>`__ fixed result set schema issues for index with multiple attributes and queries to multiple indexes
23+
* `b0ba932 <https://github.com/manticoresoftware/manticoresearch/commit/b0ba932fff4a082f642cb737381c8a70215d4cc9>`__ fixed some hits got lost at batch insert with document duplicates
24+
* `4510fa4 <https://github.com/manticoresoftware/manticoresearch/commit/4510fa44ad54b5bbac53c591144501565130fcae>`__ fixed optimize failed to merge disk chunks of RT index with large documents count
25+
426
Version 2.6.3 GA, 28 March 2018
527
--------------------------------
628

0 commit comments

Comments
 (0)