1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Update from 1.4.25 to 1.4.27.

<ChangeLog>

This is a maintenance release for version 1.4.
Update urgency: Medium

Headlines:

This release improves overall stability and provides fixes for
issues found after the previous release.

Features:
- Added exists function that can be used on conditional updates
  (REPLACE PARTIAL) to check if a field exists in the document.

Minor Enhancements:
- Lazy evaluation of the right side of 'or'/'and' clauses in
  IF condition.

Bugfixes:
- Rare GC failure when accessing uninitialized variable.
- Crash on highlighting a search query where the document no
  longer exists.

Note: we skipped 1.4.26 for technical reasons.

</ChangeLog>
This commit is contained in:
Sergey A. Osokin 2020-04-15 13:12:23 +00:00
parent 431f2257d1
commit a8117d7da2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531765
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= redisearch
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.25
DISTVERSION= 1.4.27
CATEGORIES= textproc
MAINTAINER= osa@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1582673662
SHA256 (RediSearch-RediSearch-v1.4.25_GH0.tar.gz) = b06849756161ecc5d60f7aeee1e9a457498165fd3dd3a6490efd1d45cdaa4755
SIZE (RediSearch-RediSearch-v1.4.25_GH0.tar.gz) = 3573689
TIMESTAMP = 1586955959
SHA256 (RediSearch-RediSearch-v1.4.27_GH0.tar.gz) = 92f51d5a0ce4fb5ff22dbc4da3b24d700dd247460607abd2902493bedff85749
SIZE (RediSearch-RediSearch-v1.4.27_GH0.tar.gz) = 3575961