missing checkin seems to have disappeared: up to 1.8.1

This commit is contained in:
Duncan Laurie 2005-04-06 22:44:01 +00:00
parent 9573ee3eed
commit 4e93bf01ed
4 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,6 @@
version 1.8.1
* ipmievd installs in /usr/sbin
version 1.8.0
* Fix IPMIv2.0 issues
* Fix chassis boot parameter support

View File

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

View File

@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_DIR/ipmitool-@VERSION@
%doc %{_datadir}/doc/ipmitool/*
%changelog
* Wed Apr 06 2005 <duncan@iceblink.org> 1.8.1-1
- Install ipmievd into /usr/sbin
* Wed Mar 16 2005 <duncan@iceblink.org> 1.8.0-1
- Fix IPMIv2.0 issues
- Fix chassis boot parameter support

View File

@ -1,3 +1,7 @@
ipmitool (1.8.1) unstable; urgency=low
* Install ipmievd into /usr/sbin
ipmitool (1.8.0-1) unstable; urgency=low
* Initial upload into Debian, based on the upstream build
@ -31,7 +35,7 @@ ipmitool (1.7.1) unstable; urgency=low
for interface detection and new STREAMS message-based interface).
-- Seth Goldberg <sethmeisterg@hotmail.com> Mon, Mar 7 2005 18:03:00 -0800
ipmitool (1.7.0) unstable; urgency=low
* Propogate errors correctly so exit status will be useful