We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba1da6c + 259478a commit ccf43a7Copy full SHA for ccf43a7
CHANGELOG.md
@@ -3,6 +3,9 @@
3
All notable changes to the Zowe Launcher package will be documented in this file.
4
This repo is part of the app-server Zowe Component, and the change logs here may appear on Zowe.org in that section.
5
6
+## 3.1
7
+- Bugfix: HEAPPOOLS and HEAPPOOLS64 no longer need to be set to OFF for launcher (#133)
8
+
9
## 2.17.0
10
- Using configmgr to create the component list rather than zwe. (#117)
11
build/build.sh
@@ -107,6 +107,7 @@ xlclang \
107
-D_OPEN_THREADS=1 \
108
-DNOIBMHTTP=1 \
109
-DLE_MAX_SUPPORTED_ZOS=0x01030100u \
110
+ -DNEW_CAA_LOCATIONS=1 \
111
-DUSE_ZOWE_TLS=1 \
112
-I "${LAUNCHER}/src/msg.h" \
113
-I "${DEPS_DESTINATION}/${COMMON}/h" \
0 commit comments