From 7dd2b95114f7eec1d372e0b54631cd18e932631d Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Tue, 22 Oct 2024 11:53:27 -0700 Subject: [PATCH] Use new caa location for launcher Signed-off-by: 1000TurquoisePogs --- CHANGELOG.md | 3 +++ build/build.sh | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0b8aa9..92c3400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to the Zowe Launcher package will be documented in this file. This repo is part of the app-server Zowe Component, and the change logs here may appear on Zowe.org in that section. +## 2.18.1 +- Bugfix: HEAPPOOLS and HEAPPOOLS64 no longer need to be set to OFF for launcher (#132) + ## 2.17.0 - Using configmgr to create the component list rather than zwe. (#117) diff --git a/build/build.sh b/build/build.sh index 37a5ae0..1908817 100755 --- a/build/build.sh +++ b/build/build.sh @@ -107,6 +107,7 @@ xlclang \ -D_OPEN_THREADS=1 \ -DNOIBMHTTP=1 \ -DLE_MAX_SUPPORTED_ZOS=0x01030100u \ + -DNEW_CAA_LOCATIONS=1 \ -DUSE_ZOWE_TLS=1 \ -I "${LAUNCHER}/src/msg.h" \ -I "${DEPS_DESTINATION}/${COMMON}/h" \