diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2021-11-28 13:35:46 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2021-11-28 13:35:46 +0100 |
commit | 73cc47da56f66615c943c16da6c04e0c5db5af7f (patch) | |
tree | 28e0a8e1801880f78392a24e03dbca540182f98c /ChangeLog | |
parent | 12f0c28c2c2a1785278df0d0731ef57921c0cd1a (diff) | |
parent | aa6f36c496d85c26f929619d0cb27a53493298d2 (diff) |
Merge branch 'release/debian/3.1.8-1'debian/3.1.8-1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 18 insertions, 4 deletions
@@ -4384,12 +4384,26 @@ wdt.8 iwdt.8 (ipmiutil wdt) 08/31/2020 ARCress ipmiutil-3.1.7 changes (iver 3.17) setup/* - added Win msi setup files lib/lanplus/lanplus.c - revert WIN IPv6 changes, add os_assert routine - lib/lanplus/lanplus_crypt.c - switch assert to os_assert + lib/lanplus/lanplus_crypt.c - switch assert to os_assert/return lib/lanplus/lanplus_crypt_implc.c - switch assert to os_assert util/ipmidir.h - AMD_SMB_1_STATUS_* 1< to 1<< (SF_SR#41) util/isel.c - fix compile warning util/ilan.c - fix compile warning - configure.ac - add --enable-doc option to allow not building documentation - contributed by Fabrice Fontaine (ffontaine) + configure.ac - add --enable-doc option to allow not building documentation + contributed by Fabrice Fontaine (ffontaine) util/isensor.c - add SDR conflict 0xC5 handling retries with delay - contributed by albertlav + contributed by albertlav + +11/15/2021 ARCress ipmiutil-3.1.8 changes (iver 3.18) + libeay32.dll - updated for Windows 64 lanplus + ssleay32.dll - updated for Windows 64 lanplus + util/oem_supermicro.c - disable DIMM decoding from SMBIOS for SuperMicro (albertlav) + util/ilan.c - new -W option to limit lan settings + util/ipmicmd.h - add VENDOR_MITAC + util/subs.c - add VENDOR_MITAC + util/ipmilanplus.c - print reason if no lan2 + util/ipmilan2.c - print reason if no lan2 + util/isensor.c - never skip free_sdr_cache() SR#45 + configure.ac - fix --disable-lanplus option to avoid random disables, + recognize openssl-3.0 for SSL flags + |