Releases: IBM/ibmi-bob
Releases · IBM/ibmi-bob
Release v2.4.19
Bump version: 2.4.18 → 2.4.19
Release v2.4.18
Fix launch.sh timestamp regression
Full Changelog: v2.4.17...v2.4.18
Release v2.4.17
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
- @irfanshar made their first contribution in #247
Full Changelog: v2.4.16...v2.4.17
Release v2.4.16
Bump version: 2.4.15 → 2.4.16
Release v2.4.15
Bump version: 2.4.14 → 2.4.15
Release v2.4.13
- 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
- Support rules with no dependencies, which is useful for custom recipes.
Addresses #223 - Support the splitting of lines using escaped newlines as described by
https://www.gnu.org/software/make/manual/make.html#Splitting-Lines
v2.4.11
Release v2.4.10
- 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
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