- updates for 2.2.6 release
This commit is contained in:
parent
5365914e00
commit
5ddfdbc068
@ -1,4 +1,4 @@
|
||||
Changes in 2.2.6 (not yet released):
|
||||
Changes in 2.2.6 (January 29, 2006):
|
||||
|
||||
- several APIC and I/O APIC fixes make SMP Bochs booting Windows NT4.0 in
|
||||
SMP configuration (Volker, Stanislav)
|
||||
|
@ -1,6 +1,6 @@
|
||||
Bochs x86 Pentium+ Emulator
|
||||
Updated: Fri Dec 30 09:33:00 CET 2005
|
||||
Version: 2.2.5
|
||||
Updated: Sun Jan 29 09:48:00 CET 2006
|
||||
Version: 2.2.6
|
||||
|
||||
WHAT IS BOCHS?
|
||||
|
||||
|
@ -2,15 +2,15 @@ dnl // Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT(bochs.h)
|
||||
AC_REVISION([[$Id: configure.in,v 1.310 2006-01-27 21:45:50 sshwarts Exp $]])
|
||||
AC_REVISION([[$Id: configure.in,v 1.311 2006-01-29 08:48:50 vruppert Exp $]])
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_HEADER(ltdlconf.h)
|
||||
|
||||
dnl // Put Bochs version information right here so that it gets substituted
|
||||
dnl // into all the right places.
|
||||
VERSION="2.2.5.cvs"
|
||||
VER_STRING="2.2.5.cvs"
|
||||
REL_STRING="Build from CVS snapshot, after 2.2.5"
|
||||
VERSION="2.2.6"
|
||||
VER_STRING="2.2.6"
|
||||
REL_STRING="Build from CVS snapshot on January 29, 2006"
|
||||
|
||||
changequote(<<, >>)
|
||||
changequote([, ])
|
||||
|
Loading…
Reference in New Issue
Block a user