Skip to content

Commit

Permalink
Release 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adriannuta committed Aug 22, 2019
1 parent 977462e commit 47b6bc2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
source_suffix = '.rst'
project = u'Manticore Search'
copyright = u'2017-2019, Manticore Search team'
version = '3.1.1'
version = '3.1.2'
release = version
exclude_patterns = ['_build', 'html', 'doctrees']
pygments_style = 'sphinx'
Expand Down
23 changes: 23 additions & 0 deletions docs/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
Release notes
=============

Version 3.1.2, 22 August 2019
-----------------------------

Features and Improvements
~~~~~~~~~~~~~~~~~~~~~~~~~

* Experimental SSL support for HTTP API
* field filter for CALL KEYWORDS
* max_matches for /json/search
* automatic sizing of default Galera gcache.size
* improved FreeBSD support

Bugfixes
~~~~~~~~

* `0a1a2c81 <https://github.com/manticoresoftware/manticoresearch/commit/0a1a2c81038794983b4e30c8aefc7cc20e89b03f>`__ fixed replication of RT index into node where same RT index exists and has different path
* `4adc0752 <https://github.com/manticoresoftware/manticoresearch/commit/4adc075294ac823289f745e2cc419f18c7dcf2e2>`__ fix flush rescheduling for indexes without activity
* `d6c00a6f <https://github.com/manticoresoftware/manticoresearch/commit/d6c00a6f750c04021747e9c99e0f77707a4cbfc3>`__ improve rescheduling of flushing RT/PQ indexes
* `d0a7c959 <https://github.com/manticoresoftware/manticoresearch/commit/d0a7c95906b9b5ba33c98267d54501cfe27508d6>`__ fix #250 index_field_lengths index option for TSV and CSV piped sources
* `1266d548 <https://github.com/manticoresoftware/manticoresearch/commit/1266d54800242709fbe2c34e72eb69b6595b23bd>`__ fix indextool wrong report for block index check on empty index
* `553ca73c <https://github.com/manticoresoftware/manticoresearch/commit/553ca73ca111f28e0888d59cd48b0d6df181ecd6>`__ fix empty select list at SphinxQL query log
* `56c85844 <https://github.com/manticoresoftware/manticoresearch/commit/56c8584456293665ddd4ce4c94307d74473a78b9>`__ fix indexer -h/--help response

Version 3.1.0, 16 July 2019
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/sphinxversion.h.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// this is the main place where version number is defined
#define VERNUMBERS "3.1.1"
#define VERNUMBERS "3.1.2"
#define SPH_GIT_COMMIT_ID "@SPH_GIT_COMMIT_ID@"
#define GIT_TIMESTAMP_ID "@GIT_TIMESTAMP_ID@"
#cmakedefine SPHINX_TAG "@SPHINX_TAG@"
Expand Down

0 comments on commit 47b6bc2

Please sign in to comment.