* Support for '~' as alternative to <HOME> on ASCII systems
* Fix error in CLIST FLDOC on ZOS (absolute filename needed)
* Correct and improve read of blocks on record oriented systems
- Read at least 16KiB or 4 records to ensure correct data detection
* Fix base encoding detection (rejects if non-padding data after end of encoded text is found)
* Add CPACF support for CNVHSH for ZOS, USS and zLinux
* Add more hash calculation methods to CNVHSH (RipeMd128/160, CRC, SHA224/256/384)
* Fix a few issues in FLAM4 kernel of FL5 for distributed platforms (Windows, UNIX)
- Correct and improve detection of FLAM4FILEs
- Add missing deallocation of resources in error situations
- Increase performance of run length compression in CX8/VR8 algorithms
- Correct close at end of a CX7 files
* Don't flush data on write in a case of an error
* Fix missing pointer reset after realloc in character conversion module
* Add key length (KL16/25/32) and ASCII support to FKMECCA2 (z/OS)
* Remove double mapping of file names (don't replace environment variables twice)
* Add NOCMNT switch to read and write XML operations (ignores comments in XML)
* Fix bug when writing XML in pretty printing mode with INDSIZ=0
* Improve performance on Linux systems (switch from GCC to CLANG)
- 0000622: [2.2 Subprogram FLUC (CONV)] Base detector erroneously detects a base encoding in binary data in some cases (Tilo Eckert) - resolved. - 0000623: [d. Installation] Mismatch between Destination Path for Program and Licensefile (Ulrich Schwab) - resolved. - 0000629: [2.2 Subprogram FLUC (CONV)] Support a kind of pretty printing without leading spaces (Tilo Eckert) - resolved.