- updates for release 2.2.5

This commit is contained in:
Volker Ruppert 2005-12-30 08:35:01 +00:00
parent 90b08d7240
commit ab8b637508
3 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
Changes in 2.2.5 (December ??, 2005):
Changes in 2.2.5 (December 30, 2005):
Brief summary :
- added virtual 8086 mode extensions (VME) implementation

View File

@ -1,6 +1,6 @@
Bochs x86 Pentium+ Emulator
Updated: Fri Jul 8 09:27:20 CEST 2005
Version: 2.2.1
Updated: Fri Dec 30 09:33:00 CET 2005
Version: 2.2.5
WHAT IS BOCHS?
@ -11,7 +11,7 @@ BIOS. Currently, Bochs can be compiled to emulate a 386, 486,
Pentium, Pentium Pro or AMD64 CPU, including optional MMX, SSE,
SSE2 and 3DNow! instructions. Bochs is capable of running most
Operating Systems inside the emulation including Linux, DOS,
Windows 95/98 and Windows NT/2000.
Windows 95/98 and Windows NT/2000/XP.
Bochs was written by Kevin Lawton and is currently maintained by
the Bochs project at "http://bochs.sourceforge.net".

View File

@ -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.304 2005-12-13 20:53:37 vruppert Exp $]])
AC_REVISION([[$Id: configure.in,v 1.305 2005-12-30 08:35:01 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.1.cvs"
VER_STRING="2.2.1.cvs"
REL_STRING="Build from CVS, after 2.2.1"
VERSION="2.2.5"
VER_STRING="2.2.5"
REL_STRING="Build from CVS snapshot on December 30, 2005"
changequote(<<, >>)
changequote([, ])