update to version 1.8.6

This commit is contained in:
Duncan Laurie 2006-01-17 17:51:21 +00:00
parent f367905bef
commit 29dbaf6882
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,7 @@
version 1.8.6
* Fix memory corruption when sending encrypted SOL traffic
* Add keepalive timer to IPMIv2 SOL sessions
version 1.8.5 version 1.8.5
* Add support for settable SOL escape character with -e option * Add support for settable SOL escape character with -e option
* Add support for Kg BMC key for IPMIv2 authentication with -k option * Add support for Kg BMC key for IPMIv2 authentication with -k option

View File

@ -3,7 +3,7 @@ dnl autoconf for ipmitool
dnl dnl
AC_INIT([src/ipmitool.c]) AC_INIT([src/ipmitool.c])
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE([ipmitool], [1.8.5]) AM_INIT_AUTOMAKE([ipmitool], [1.8.6])
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AC_CONFIG_SRCDIR([src/ipmitool.c]) AC_CONFIG_SRCDIR([src/ipmitool.c])
AC_PREREQ(2.50) AC_PREREQ(2.50)

View File

@ -62,6 +62,10 @@ rm -rf $RPM_BUILD_DIR/ipmitool-@VERSION@
%doc %{_datadir}/doc/ipmitool/* %doc %{_datadir}/doc/ipmitool/*
%changelog %changelog
* Mon Jan 17 2006 <duncan@iceblink.org> 1.8.6-1
- Fix memory corruption when sending encrypted SOL traffic
- Add keepalive timer to IPMIv2 SOL sessions
* Sat Jan 14 2006 <duncan@iceblink.org> 1.8.5-1 * Sat Jan 14 2006 <duncan@iceblink.org> 1.8.5-1
- Raise privilege level after creating IPMIv2 session - Raise privilege level after creating IPMIv2 session
- Add support for settable SOL escape character with -e option - Add support for settable SOL escape character with -e option