Skip to content

Releases: indexdata/idzebra

v2.2.8

22 Oct 19:43
Compare
Choose a tag to compare
  • Fix implicit atoi import by @jakub-id in #60
  • Disable LTO and release for Debian Bookworm, Ubuntu Noble, CentOS9

v2.2.7

13 Jan 15:36
Compare
Choose a tag to compare

Fix Tcl not enabled by confiugre (#48)

Buffer overflow fixes and reformats (#47)

v2.2.6

14 Dec 13:12
Compare
Choose a tag to compare

zebraidx: Mention -f option when skipping index lines #39

Fix result-sets not removed in some cases #38

v2.2.5

22 Jun 09:18
Compare
Choose a tag to compare

Fix buffer overflow in dictionary insert handling. Could lead to assert failures in some cases. All users should upgrade.

v2.2.4

30 May 14:24
Compare
Choose a tag to compare

Upgrade configure.ac to version 2.69

Make memMax a size_t type ZEB-694 #34

Fix sample XSLT for Libxslt 1.1.35 ZEB-693

v2.2.3

04 Oct 18:21
Compare
Choose a tag to compare
  • Fix #26: Index contents not shown when using "zebra::index" elements
    in ICU mode.

  • Update XSL in example/marcxml. Thx to Jaider A. F.

  • zebra.pc fixes. Add Requires directive (so we don't have to
    guess YAZ flags here). Simplify value for Libs, but add
    all libs in Libs.private. Cflags: No need for I${includedir}

  • Fix #24: Do not tokenize in ICU phrase rule.

  • Windows: update for VS 2019, ICU 68.

v2.2.2

05 Nov 20:25
Compare
Choose a tag to compare
  • Add bf_xopen, bf_xclose, bf_alloc, bf_free symbols to keep it ABI compatible. Closes #22.

  • Bump zebra libraries from 0:1:0 to 0:2:0 (revision + 1).

  • A few typos fixed.

v2.2.1

22 Oct 12:21
Compare
Choose a tag to compare
  • Remove bf_xopen, bf_xclose, bf_alloc, bf_free and tests for them. These utilities are not used anywhere in Zebra. Closes #12.

  • Convert some Zebra configuration files in ISO-8859-1 to UTF-8.

v2.2.0

14 Sep 15:25
Compare
Choose a tag to compare
  • For configure, --with-yaz=pkg makes it use yaz.pc rather than
    yaz-config.

  • New generated pkg-config file zebra.pc.

  • For configure, use pkg-config to find Expat library.

  • For configure, use-pkg-config to find Tcl library.

v2.1.3

06 Dec 11:45
Compare
Choose a tag to compare
  • Perform reverse mapping for facets ZEB-601

  • Update to Expat 2.2.3