Releases: OpenNMS/iplike
Releases · OpenNMS/iplike
IPLIKE 2.3.0
This release no longer symlinks the .so
file into the OpenNMS root on post-install.
IPLIKE 2.2.2
This just has a few small changes for packaging updates.
IPLIKE 2.2.1
This release parses PostgreSQL 13 version output correctly.
IPLIKE 2.2.0
- Build changes for RPM packaging. Debian remains unchanged.
IPLIKE 2.1.3
- Fix unit test running on Debian Sid with PostgreSQL 11.
IPLIKE 2.1.2
- Handle newer
CREATE FUNCTION
format compatible with pg11.
IPLIKE 2.1.1
- fix an unterminated C string that would cause segfaults
- simplify string passing
IPLIKE 2.1.0
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
- first attempt at PostgreSQL 10 support
- shellcheck fixes
- submodule updates
IPLIKE 2.0.7
- minor RPM build fixes