Gix-IDE and GixSQL 1.0.15

This is a maintenance release for Gix-IDE and GixSQL, that fixes a few issues and adds some new features, mainly for GixSQL.

All the packages (available as usual on GitHub) are signed with my GPG private key. The corresponding public key (m.ridoni@gmail.com, 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

Binary packages available:

  • Windows x86
  • Windows x64
  • Linux x64 (Ubuntu 20.04)

A summary of new features and fixes:

  • Gix-IDE: Fixed a few layout problems in the Properties window
  • Gix-IDE: Fixed "Compile errors when using -Werror=format-security" (#100)
  • Gix-IDE: Added trace output to DwarfSymbolProvider (debug builds only)
  • Gix-IDE: Fixed "Differences between the packed version and the source code?" (#99)
  • GixSQL: Fixed "long queries break COBOL compiler" (#8)
  • GixSQL: Fixed a couple of possible parser crashes
  • GixSQL: Fixed a regression in the solution for #7
  • GixSQL: Fixed "Set (more) correct error code for 'SQLSTATE FFFFF'" (#17)
  • GixSQL: Fixed "possibly not correct setup of SQLSTATE" (#7), for now PostgreSQL only
  • GixSQL: Fixed "Add support for VARYING groups" (#38)
  • GixSQL: Moved variable length filed storage to COMP-5 instead of binary
  • GixSQL: Fixed "translation defect in 1.0.12" (#1)
  • GixSQL: Fixed "scanner eating SECTIONs" (#36)
  • GixSQL: Removed unnecessary build files
  • GixSQL: Fixed autoconf scripts, "make distcheck" now works
  • GixSQL: Fixed installer script (Windows)
  • GixSQL: Formatting fixes