Skip to content

Commit

Permalink
Merge pull request #498 from zowe/fix/v2/new-caa-configmgr
Browse files Browse the repository at this point in the history
Add use new caa location to configmgr
  • Loading branch information
JoeNemo authored Oct 23, 2024
2 parents b26f1bf + 5d69341 commit 4c90f21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## `2.18.1`
- Bugfix: IARV64 results must be checked for 0x7FFFF000 (#474)
- Bugfix: SLH should not ABEND when MEMLIMIT is reached (additional NULL check)
- Bugfix: support cross-memory server parameters longer than 128 characters
(zowe/zss#684)
- Bugfix: support cross-memory server parameters longer than 128 characters (zowe/zss#684)
- Bugfix: HEAPPOOLS and HEAPPOOLS64 no longer need to be set to OFF for configmgr (#498)

## `2.18.0`
- Minor `components.zss.logLevels._zss.httpserver=5` debug messages enhancement (#471)
Expand Down
1 change: 1 addition & 0 deletions build/build_cmgr_xlclang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 4c90f21

Please sign in to comment.