Skip to content

Releases: ibm-genwqe/genwqe-user

Version 4.0.20

09 Jan 15:26
Compare
Choose a tag to compare
  • 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

01 Dec 09:31
Compare
Choose a tag to compare
4.0.19 Pre-release
Pre-release
  • 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

05 Jan 14:09
Compare
Choose a tag to compare
  • Make Z_STREAM_END detection circumvention configurable
  • Add test-cases for Z_STREAM_END detection, but also for other use-cases
  • Improved debug output
  • Improved Z_STREAM_END detection circumvention
  • Debian packaging: new release tag and symlinks #131

4.0.17

19 Apr 13:52
Compare
Choose a tag to compare
  • 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

06 Apr 19:52
Compare
Choose a tag to compare
  • 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

22 Mar 12:06
Compare
Choose a tag to compare
  • Fix multicard problem where we did fallbacks to software mode even if not needed

4.0.14

18 Mar 09:24
Compare
Choose a tag to compare
  • 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

07 Mar 09:18
Compare
Choose a tag to compare
  • 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

10 Feb 08:01
Compare
Choose a tag to compare
  • 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

25 Jan 13:34
Compare
Choose a tag to compare

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)