Skip to content

Commit

Permalink
Merge pull request #497 from zowe/feature/v3/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 a9de2fc + 3244680 commit 4d91ad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
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 4d91ad9

Please sign in to comment.