Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 962 Bytes

CHANGELOG.md

File metadata and controls

30 lines (16 loc) · 962 Bytes

Zowe Common C Changelog

1.27.0

  • Enhancement: Allow to specify 31-bit and 64-bit version of dataService library using libraryName64 and libraryName31 keys in DataService definition.

1.25.0

  • Bugfix: fileCopy incorrectly processed files tagged as binary and mixed

1.23.0

  • Bugfix: HTTP server did not send empty files correctly.

1.22.0

  • Enhancement: Add "remoteStorage" pointer to dataservice struct, for accessing high availability remote storage in addition to or alternatively to local storage.
  • Bugfix: Dataservice loading did not warn if program control was missing, which is essential, so plugin loading would fail silently in that case.

1.21.0

  • Set cookie path to root in order to avoid multiple cookies when browser tries to set path automatically

1.16.0

  • Fixed mimetype lookup for dotfiles

1.13.0

  • Initialized http server log earlier, a bugfix to show error messages that were hidden before.