Skip to content

Commit 4a31c54

Browse files
committed
Release 2.7.5
1 parent 0ccac0e commit 4a31c54

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
source_suffix = '.rst'
3030
project = u'Manticore Search'
3131
copyright = u'2017-2018, Manticore Search team'
32-
version = '2.7.4'
32+
version = '2.7.5'
3333
release = version
3434
exclude_patterns = ['_build', 'html', 'doctrees']
3535
pygments_style = 'sphinx'

docs/releasenotes.rst

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

4+
Version 2.7.5 GA, 4 December 2018
5+
---------------------------------
6+
7+
Improvements
8+
~~~~~~~~~~~~
9+
10+
* REGEX function
11+
* limit/offset for json API search
12+
* profiler points for qcache
13+
14+
Bugfixes
15+
~~~~~~~~
16+
17+
* `eb3c768 <https://github.com/manticoresoftware/manticoresearch/commit/eb3c7683b9740cff4cc4cadd2ab9f990b9f7d173>`__ fixed crash of daemon on FACET with multiple attribute wide types
18+
* `d915cf6 <https://github.com/manticoresoftware/manticoresearch/commit/d915cf6696514f4be365ffb5981bccaa15983e65>`__ fixed implicit group by at main select list of FACET query
19+
* `5c25dc2 <https://github.com/manticoresoftware/manticoresearch/commit/5c25dc271a8c11a1c82ca3c88e518acbc6a8c164>`__ fixed crash on query with GROUP N BY
20+
* `85d30a2 <https://github.com/manticoresoftware/manticoresearch/commit/85d30a232d4ffd89916b673a9b2db946d272a945>`__ fixed deadlock on handling crash at memory operations
21+
* `85166b5 <https://github.com/manticoresoftware/manticoresearch/commit/85166b5ef2be38061d62f2b20f15acaa0311258a>`__ fixed indextool memory consumption during check
22+
* `58fb031 <https://github.com/manticoresoftware/manticoresearch/commit/58fb03166830d8b23e7ab9ce56309db7ddac22f4>`__ fixed gmock include not needed anymore as upstream resolve itself
23+
24+
425
Version 2.7.4 GA, 1 November 2018
526
---------------------------------
627

0 commit comments

Comments
 (0)