- updates after release 2.2.1

This commit is contained in:
Volker Ruppert 2005-07-08 22:13:03 +00:00
parent ee64427d94
commit 02dfaae349
4 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
Changes in 2.2.1 (not yet released):
Changes in 2.2.1 (July 8, 2005):
- Fixed several compilation warnings and errors for different platforms (Volker)
- Fixed FPU tag word restore in FXRSTOR instruction (Stanislav)

View File

@ -1,6 +1,6 @@
Bochs x86 Pentium+ Emulator
Updated: Sat May 28 09:12:10 CEST 2005
Version: 2.2
Updated: Fri Jul 8 09:27:20 CEST 2005
Version: 2.2.1
WHAT IS BOCHS?

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="2.2.0.0"
version="2.2.1.0"
processorArchitecture="X86"
name="Bochs.Bochs.Bochs"
type="win32"

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.291 2005-07-03 09:56:57 vruppert Exp $]])
AC_REVISION([[$Id: configure.in,v 1.292 2005-07-08 22:13:03 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.cvs"
VER_STRING="2.2.cvs"
REL_STRING="Build from CVS, after 2.2"
VERSION="2.2.1.cvs"
VER_STRING="2.2.1.cvs"
REL_STRING="Build from CVS, after 2.2.1"
changequote(<<, >>)
changequote([, ])