- updates for release 2.3.5

This commit is contained in:
Volker Ruppert 2007-09-16 07:53:00 +00:00
parent 20175e10dd
commit 2fa8e4dce8
4 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
Changes in 2.3.5 release (coming soon): Changes in 2.3.5 (September 16, 2007):
Brief summary : Brief summary :
- Critical problems fixed for x86-64 support in CPU and Bochs internal debugger - Critical problems fixed for x86-64 support in CPU and Bochs internal debugger

View File

@ -1,6 +1,6 @@
Bochs x86 Pentium+ Emulator Bochs x86 Pentium+ Emulator
Updated: Sun Aug 27 09:18:00 CEST 2006 Updated: Sun Sep 16 09:53:00 CEST 2007
Version: 2.3 Version: 2.3.5
WHAT IS BOCHS? WHAT IS BOCHS?

10
bochs/configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh #! /bin/sh
# From configure.in Id: configure.in,v 1.338 2007/07/15 19:03:38 sshwarts Exp . # From configure.in Id: configure.in,v 1.339 2007/07/31 20:25:51 sshwarts Exp .
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.60. # Generated by GNU Autoconf 2.60.
# #
@ -2067,9 +2067,9 @@ ac_config_headers="$ac_config_headers config.h"
ac_config_headers="$ac_config_headers ltdlconf.h" ac_config_headers="$ac_config_headers ltdlconf.h"
VERSION="2.3.cvs" VERSION="2.3.5"
VER_STRING="2.3.cvs" VER_STRING="2.3.5"
REL_STRING="Build from CVS snapshot, after release 2.3" REL_STRING="Build from CVS snapshot, on September 16, 2007"
@ -23112,7 +23112,7 @@ if test "$ac_x_libraries" = no; then
# See if we find them without any special options. # See if we find them without any special options.
# Don't add to $LIBS permanently. # Don't add to $LIBS permanently.
ac_save_LIBS=$LIBS ac_save_LIBS=$LIBS
LIBS="-lX11 $LIBS" LIBS="-lXt $LIBS"
cat >conftest.$ac_ext <<_ACEOF cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */ /* confdefs.h. */
_ACEOF _ACEOF

View File

@ -2,15 +2,15 @@ dnl // Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50) AC_PREREQ(2.50)
AC_INIT(bochs.h) AC_INIT(bochs.h)
AC_REVISION([[$Id: configure.in,v 1.339 2007-07-31 20:25:51 sshwarts Exp $]]) AC_REVISION([[$Id: configure.in,v 1.340 2007-09-16 07:53:00 vruppert Exp $]])
AC_CONFIG_HEADER(config.h) AC_CONFIG_HEADER(config.h)
AC_CONFIG_HEADER(ltdlconf.h) AC_CONFIG_HEADER(ltdlconf.h)
dnl // Put Bochs version information right here so that it gets substituted dnl // Put Bochs version information right here so that it gets substituted
dnl // into all the right places. dnl // into all the right places.
VERSION="2.3.cvs" VERSION="2.3.5"
VER_STRING="2.3.cvs" VER_STRING="2.3.5"
REL_STRING="Build from CVS snapshot, after release 2.3" REL_STRING="Build from CVS snapshot, on September 16, 2007"
changequote(<<, >>) changequote(<<, >>)
changequote([, ]) changequote([, ])