Update: New RHEL8/AlmaLinux compatibile packages are available (package version is 1.0.20b-4); these should solve some install/link problems
This is a new release for GixSQL, that adds SSL connection support for PostgreSQL and introduces some long-needed internal refactoring that separates the parser from the code generator in the preprocessing library.
The packages are signed with my GPG private key. The corresponding public key ([email protected] or [email protected]), fingerprint 70E4 08CF B89B 5FA8 32E4 5292 EFDC 94BD 5260 B939) has been published on pgp.mit.edu and keyserver.ubuntu.com and is available at https://github.com/mridoni.gpg
Moreover, the Windows binary installers have been signed with my code-signing certificate, for an added level of trust.
Binary packages available
- Windows x64 installer (MSVC + MinGW)
- Windows x64 installer (MinGW only)
- Windows x86 installer (MSVC + MinGW)
- Windows x86 installer (MinGW only)
- Windows x86 "portable"
- Windows x64 "portable"
- Linux x64 (Ubuntu 20.04/22.04, Debian 10/11, RHEL/AlmaLinux/Centos 8.x)
The RHEL/AlmaLinux/Centos 8.x package needs the EPEL repository to be enabled.
There is also a autoconf-enabled source package, to make building on Linux and MinGW easier.
A summary of new features and fixes:
- Added SSL connection support for PostgreSQL
- Preprocessor components have been refactored, parser and generator are now two different modules