Skip to content

Commit e526a01

Browse files
committed
Release 3.2.0
(cherry picked from commit cd30dbc)
1 parent 301a806 commit e526a01

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
source_suffix = '.rst'
3131
project = u'Manticore Search'
3232
copyright = u'2017-2019, Manticore Search team'
33-
version = '3.1.2'
33+
version = '3.2.0'
3434
release = version
3535
exclude_patterns = ['_build', 'html', 'doctrees']
3636
pygments_style = 'sphinx'

docs/releasenotes.rst

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

4+
Version 3.2.0, 17 October 2019
5+
------------------------------
6+
7+
Features
8+
~~~~~~~~
9+
10+
* Document storage
11+
* new directives stored_fields, docstore_cache_size, docstore_block_size, docstore_compression, docstore_compression_level
12+
13+
Improvements and changes
14+
~~~~~~~~~~~~~~~~~~~~~~~~
15+
16+
* improved SSL support
17+
* non_cjk built-in charset updated
18+
* disabled UPDATE/DELETE statements logging a SELECT in query log
19+
* RHEL/CentOS 8 packages
20+
21+
Bugfixes
22+
~~~~~~~~
23+
24+
* `301a806b1 <https://github.com/manticoresoftware/manticoresearch/commit/301a806b14725e842300ee225521407464374c41>`__ fix crash on replace document in disk chunk of RT index
25+
* `46c1cad8f <https://github.com/manticoresoftware/manticoresearch/commit/46c1cad8fa11c1fc09cc34b20d978fdfcd4e6d27>`__ fix #269 LIMIT N OFFSET M
26+
* `92a46edaa <https://github.com/manticoresoftware/manticoresearch/commit/92a46edaa196ef33f3ac2225fbdba2c2b88ee45d>`__ fix DELETE statements with id explicitly set or id list provided to skip search
27+
* `8ca78c138 <https://github.com/manticoresoftware/manticoresearch/commit/8ca78c138d837caab30dc6e2343a3c4d1687bb87>`__ fix wrong index after event removed at netloop at windows\poll poller
28+
* `603631e2b <https://github.com/manticoresoftware/manticoresearch/commit/603631e2bff5cb0acf25f68b85621742490eccd9>`__ fix float roundup at JSON via HTTP
29+
* `62f64cb9e <https://github.com/manticoresoftware/manticoresearch/commit/62f64cb9e75ec28fc3c29f8414ce9656f5580254>`__ fix remote snippets to check empty path first; fixing windows tests
30+
* `aba274c2c <https://github.com/manticoresoftware/manticoresearch/commit/aba274c2c5abc1029894ba9f95b786bda93e8f22>`__ fix reload of config to work on windows same way as on linux
31+
* `6b8c4242e <https://github.com/manticoresoftware/manticoresearch/commit/6b8c4242ef77c3fa4d0ccb7d76d81714b6728f0b>`__ fix #194 PQ to work with morphology and stemmers
32+
* `174d31290 <https://github.com/manticoresoftware/manticoresearch/commit/174d312905285aa5746f4f404c53e6dc669ef42f>`__ fix RT retired segments management
33+
434
Version 3.1.2, 22 August 2019
535
-----------------------------
636

src/sphinxversion.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// this is the main place where version number is defined
2-
#define VERNUMBERS "3.1.3"
2+
#define VERNUMBERS "3.2.0"
33
#define SPH_GIT_COMMIT_ID "@SPH_GIT_COMMIT_ID@"
44
#define GIT_TIMESTAMP_ID "@GIT_TIMESTAMP_ID@"
55
#cmakedefine SPHINX_TAG "@SPHINX_TAG@"

0 commit comments

Comments
 (0)