#18270 closed enhancement (fixed)
xapian-core-1.4.23
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.0 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New point version.
Change History (4)
comment:1 by , 21 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 21 months ago
comment:3 by , 21 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Updated at commits
6ab6f7b750 Update to exempi-2.6.4. 4c87bc645b Update to xapian-core-1.4.23. 67cfca23a7 Update to harfbuzz-8.0.1. cc9179dd6b Update to qpdf-11.5.0. f3991348d2 Update to LMDB_0.9.31.
Note:
See TracTickets
for help on using tickets.
Xapian-core 1.4.23 (2023-07-07):
API:
FLAG_NGRAMS
as a preferred new alias forFLAG_CJK_NGRAM
andSNIPPET_NGRAMS
as a preferred new alias forSNIPPET_CJK_NGRAM
. In the next release series these features have been expanded to cover many more languages so the "CJK" in the name has become inaccurate as it stands for "Chinese, Japanese and Korean").testsuite:
int
orsize_t
works, but is less correct and can trigger compiler warnings because not all values are representable.matcher:
glass backend:
chert backend:
remote backend:
_exit(-1)
.inmemory backend:
build system:
documentation:
tools:
portability:
using std::string;
, etc instead.debug code: