Releases: ibm-genwqe/genwqe-user
Releases · ibm-genwqe/genwqe-user
Version 4.0.20
- Fix compressBound
- Add Debug tools
- Fix genwqe_cksum tool
- Fix missing manpages in spec file
- Fix new compiler warnings
- Improve Z_STREAM_END detection circumvention
4.0.19
- Move Z_STREAM_END circumvention behind hardware decompression
- Fix Z_STREAM_END circumvention for TogoDB
- Fix deflateBound on Z_NULL stream input
- Add test-case for git usage in combination with our zlib (PCIe driver fix required to succeed)
- Bug152: Correction adler32 return on deflateSetDictionary
- Disable ZLIB_PATH environment variable due to possible security issue
4.0.18
4.0.17
- Fix severe build problem when creating rpms
- Fix dependencies in Makefile
- Use -O2 instead of -Os for main code
- Use libzADC.4 as current soname for our library, this fixes version dependencies when linking against our code directly
4.0.16
- dlopen uses SONAME when opening libz
- Support CAPI version
- Include genwqe_maint daemon (CAPI version)
- Fix submodule protocol
- Add PSL mmio write/read to enable circumventions
- Raise number of cards to 4
- inflateGetDict circumvention
- Fix multi-card mode unnecessary drop to software zlib
- Build-system fixups
- Fixed regression with wrong executable flags
- Fixed problems with not setting CONFIG_LIBZ_PATH in Makefile (rpms were fine, make install not)
4.0.15
- Fix multicard problem where we did fallbacks to software mode even if not needed
4.0.14
- Use libz.so.1 instead of libz.so: zlib-devel has no libz.so installed
- Add ZLIB_LOGFILE=... feature to enable tracing and statistics for applications which close stderr
- A lot of CAPI testing was done with this version
4.0.13
- Fix rpm build for s390 and x86
- Adjust installation path to /usr/lib and /usr/bin following distro recommendations/requirements
- Avoid under-linkage of libraries
- genwqe_maint: Use CAPI error buffer to retrieve FIR registers
- Rename VPD code such that it becomes genwqe specific (csv2bin was too generic)
- Rename scripts to avoid .sh endings, recommendation/requirement by distributors
4.0.12
- Include https://github.com/ibm-genwqe/libcxl as submodule
- Fix include path for zlib.h
- CGZIP: New CAPI timeout handling
- Use Canterbury test-case data for zlib_mt_perf.sh
- Changed default to use hardware if available, change card use to automatic selection
- CGZIP: AFU registers changed and were adopted. No backwards compatibility
4.0.11
More functions for CAPI card.
- Fixed a few problems for CAPI Card.
- Changed debug messages to display the context number (e.g. AFU[X:Y])
where X is the card number and Y the context which can be 0..511 - Removed old Master code from ddcb_capi.c
- New tool to monitor Master (see tools/genwqe_main.c)
- Added Header file for CAPI Card registers (see include/afu_regs.h)