Rolling version to 1.8.10

This commit is contained in:
Carol Hebert 2008-08-07 21:51:37 +00:00
parent 4ef4e3c298
commit 52dc545d2e
4 changed files with 10 additions and 3 deletions

View File

@ -1,4 +1,4 @@
version 1.8.10
version 1.8.10 released 2008-08-08
* Added support for BULL IANA number.
* Fixed contrib build so the oem_ibm_sel_map file gets included in
rpm builds again.

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.9])
AM_INIT_AUTOMAKE([ipmitool], [1.8.10])
AM_CONFIG_HEADER(config.h)
AC_CONFIG_SRCDIR([src/ipmitool.c])
AC_PREREQ(2.50)

View File

@ -61,7 +61,7 @@ fi
%changelog
* <date> <pere@hungry.com> 1.8.10-1
* Fri Aug 08 2008 <pere@hungry.com> 1.8.10-1
- Added support for BULL IANA number.
- Fixed contrib build so the oem_ibm_sel_map file gets included in rpm
builds again.

View File

@ -1,3 +1,10 @@
ipmitool (1.8.10) unstable; urgency=low
* New upstream version.
* Patch to allow Debian package builds from cvs.
-- Petter Reinholdtsen <pere@debian.org> Fri, 8 Aug 2008 09:44:31 +0200
ipmitool (1.8.7-2) unstable; urgency=low
* Fix typo in init.d/ipmievd. (Closes: #361309)