- updates after release 2.2.1
This commit is contained in:
parent
ee64427d94
commit
02dfaae349
@ -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)
|
||||
|
@ -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?
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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([, ])
|
||||
|
Loading…
Reference in New Issue
Block a user