Skip to content

Releases: IBM/ibmi-bob

Release v2.4.19

12 Sep 12:55
Compare
Choose a tag to compare
Bump version: 2.4.18 → 2.4.19

Release v2.4.18

08 Sep 22:15
Compare
Choose a tag to compare

Fix launch.sh timestamp regression

Full Changelog: v2.4.17...v2.4.18

Release v2.4.17

08 Sep 19:55
Compare
Choose a tag to compare

What's Changed

  • Logs separated into targetobject.log files and references in joblog.json.
    Updated joblog.json to include properties object, source, object and failed.
  • Changed BNDDIRSRC file extension to BNDDIR.
  • Drop %N which doesn't work on Windows without privileged authority
  • Add iproj.json so IBMi-BOB is a project
  • Minor document fixes

New Contributors

Full Changelog: v2.4.16...v2.4.17

Release v2.4.16

10 Jul 13:16
Compare
Choose a tag to compare
Bump version: 2.4.15 → 2.4.16

Release v2.4.15

05 Jul 15:29
Compare
Choose a tag to compare
Bump version: 2.4.14 → 2.4.15

Release v2.4.13

29 Apr 02:37
Compare
Choose a tag to compare
  • All compiler parameters can be overwritten by environment variables
    by passing -e var=val on the makei command or by having a separate
    'export var=val' command.
  • The overriding of OBJLIB and TGTCCSID using .ibmi.json in
    a subdirectory needed to be restored. Fixed through
    #229

Release v2.4.12

27 Apr 21:05
Compare
Choose a tag to compare

v2.4.11

17 Apr 21:42
Compare
Choose a tag to compare
  • Fix SAVOBJ/RSTOBJ command for crtfrmstmf - failed when deleting files that
    depend on a PF. #215 and
    #207
  • Fix that only last private compile parameter override processed from Rules.mk
    took
    effect. Documented under #201.
  • Support multiple variable assignment operators, fixing

Release v2.4.10

09 Mar 21:59
Compare
Choose a tag to compare
  • Support CRTSQLCPPI and additional parameters for CMOD
  • Support CVTCCSID and TGTCCSID for CCSID support of C and CPP
  • Default record length for CRTFRMSTMF is now defaults 32000 except for MNU and PNLGRP
    whose record length is automatically set to max of 268. Can be overridden via
    parameter to CRTFRMSTMF or RCDLEN variable.
  • CRTCMD PGM are now explicitly qualified to the specified OBJLIB

Release v2.4.9

10 Feb 11:20
Compare
Choose a tag to compare

There was a problem with EVFEVENT feedback because the files were not named correctly.
As a result Merlin and Code for IBM i did not load problems for them in their IDEs.
The affected file extensions are:
x.PGM: x.PGM.RPGLE
x.PGM: x.PGM.SQLRPGLE
x.PGM: x.PGM.C
x.MODULE: x.SQLRPGLE
x.PGM: x.MODULE y.MODULE