Changelog for Nextian IPMI for Java (http://nextian.com/tools/java-ipmi/) Version 2.0.0, 1 Jul 2017 ========================= Major refresh/overhaul, first release as nextian.com: * Fixed concurrency/multi-threading issues * Fixed IPMI message sequence id generator to avoid race conditions * Support for new cipher algorithms: authentication: HMAC-MD5, HMAC-SHA256 integrity: HMAC-SHA256-128, HMAC-MD5-128 * Added methods for selecting cipher suites: getDefaultCipherSuite(), getStrongestCipherSuite() * Samples use command line arguments rather than hard-coded addresses * API based configuration (reading configuration from property file provided for backwards compatibility) * Improved error handling: specific exceptions thrown rather than generic Exception * SLF4J used for logging to enable integration with any logging framework * Package namespace changed from veraxsystems.com to nextian.com * Free version licensing changed to AGPL (commercial license available from nextian.com) Version 1.0.17, 24-Oct-2013 =========================== * Added API for changing session timeouts * Added API to override default properties Version 1.0.16, 26 Jun 2013 =========================== * Added missing sensor reading types Version 1.0.15, 26 Jun 2013 =========================== * Added support for Set Session Privilege Level * Added a sample presenting remote power up/down using the Chassis Control command Version 1.0.13, 16 May 2013 =========================== * Added sample presenting FRU reading * Added comments on some constants used in samples * Fixed bug preventing opening session with 0 retries set in configuration Version 1.0.12, 5 Mar 2013 ========================== * Fixed rare bug causing deadlocks Version 1.0.11, 3 Jul 2012 ========================== * Fixed problem with message tagging and retries Version 1.0.9, 25 Jun 2012 ========================== * Added support for binding to a specified IP interface * Added sample for getting all sensors and their readings Version 1.0.8, 8 Jun 2012 ========================= * Fixed a memory leak Version 1.0.7, 1 Jun 2012 ========================= * Added support for getting part of the sensor record via Get Sdr command Version 1.0.6, 23 Mar 2012 ========================== * Fixed incorrect message tag evaluation * Added support for unknown OEM sensors * Fixed performance issues in message queue Version 1.0.1, 23 Sep 2011 ========================== * First GA release