From 3244680b1e9b5e931c7cc04bd0087bbeba7fce02 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Tue, 22 Oct 2024 11:42:44 -0700 Subject: [PATCH] Add use new caa location to configmgr Signed-off-by: 1000TurquoisePogs --- CHANGELOG.md | 1 + build/build_cmgr_xlclang.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b36581ba4..8f102529e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## `3.1.0` - Bugfix: removed "ByteOutputStream" debug message, which was part of the `zwe` command output (#491) +- Bugfix: HEAPPOOLS and HEAPPOOLS64 no longer need to be set to OFF for configmgr (#497) ## `3.0.0` - Feature: added javascript `zos.getStatvfs(path)` function to obtain file system information (#482). diff --git a/build/build_cmgr_xlclang.sh b/build/build_cmgr_xlclang.sh index b78293f3f..01ba670e5 100755 --- a/build/build_cmgr_xlclang.sh +++ b/build/build_cmgr_xlclang.sh @@ -100,6 +100,7 @@ xlclang \ -D_OPEN_THREADS=1 \ -DNOIBMHTTP=1 \ -DUSE_ZOWE_TLS=1 \ + -DNEW_CAA_LOCATIONS=1 \ -DCMGRTEST=1 \ -I "${COMMON}/h" \ -I "${COMMON}/platform/posix" \