Skip to content

Releases: OpenNMS/iplike

IPLIKE 2.3.0

30 Jun 16:21
Compare
Choose a tag to compare

This release no longer symlinks the .so file into the OpenNMS root on post-install.

IPLIKE 2.2.2

30 Jun 16:20
Compare
Choose a tag to compare

This just has a few small changes for packaging updates.

IPLIKE 2.2.1

30 Jun 16:17
Compare
Choose a tag to compare

This release parses PostgreSQL 13 version output correctly.

IPLIKE 2.2.0

11 Jan 20:45
Compare
Choose a tag to compare
  • Build changes for RPM packaging. Debian remains unchanged.

IPLIKE 2.1.3

11 Jan 20:45
Compare
Choose a tag to compare
  • Fix unit test running on Debian Sid with PostgreSQL 11.

IPLIKE 2.1.2

11 Jan 20:45
Compare
Choose a tag to compare
  • Handle newer CREATE FUNCTION format compatible with pg11.

IPLIKE 2.1.1

14 Feb 22:20
Compare
Choose a tag to compare
  • fix an unterminated C string that would cause segfaults
  • simplify string passing

IPLIKE 2.1.0

14 Feb 22:19
Compare
Choose a tag to compare

add support for PostgreSQL "V1" API used in 10+

This fix includes a couple of related things:

  • rename the original "iplike" function so it is accessible in its original form whether or not you are compiling against a V1 PostgreSQL
  • refactor iplike.c to create a facade "iplike" function that sets up the V1 initialization if necessary, otherwise it falls back to the renamed iplike
  • fix the iplike CLI tool to allow linking with undefined symbols, since the postgresql _pg_detoast_datum_packed symbol comes from the postgres binary and only exists when dynamically loaded
  • updated test coverage
  • other packaging updates

IPLIKE 2.0.8

14 Feb 22:16
Compare
Choose a tag to compare
  • first attempt at PostgreSQL 10 support
  • shellcheck fixes
  • submodule updates

IPLIKE 2.0.7

14 Feb 22:15
Compare
Choose a tag to compare
  • minor RPM build fixes