- updates for release 2.3.5
This commit is contained in:
parent
20175e10dd
commit
2fa8e4dce8
@ -1,4 +1,4 @@
|
||||
Changes in 2.3.5 release (coming soon):
|
||||
Changes in 2.3.5 (September 16, 2007):
|
||||
|
||||
Brief summary :
|
||||
- Critical problems fixed for x86-64 support in CPU and Bochs internal debugger
|
||||
|
@ -1,6 +1,6 @@
|
||||
Bochs x86 Pentium+ Emulator
|
||||
Updated: Sun Aug 27 09:18:00 CEST 2006
|
||||
Version: 2.3
|
||||
Updated: Sun Sep 16 09:53:00 CEST 2007
|
||||
Version: 2.3.5
|
||||
|
||||
WHAT IS BOCHS?
|
||||
|
||||
|
10
bochs/configure
vendored
10
bochs/configure
vendored
@ -1,5 +1,5 @@
|
||||
#! /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.
|
||||
# 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"
|
||||
|
||||
|
||||
VERSION="2.3.cvs"
|
||||
VER_STRING="2.3.cvs"
|
||||
REL_STRING="Build from CVS snapshot, after release 2.3"
|
||||
VERSION="2.3.5"
|
||||
VER_STRING="2.3.5"
|
||||
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.
|
||||
# Don't add to $LIBS permanently.
|
||||
ac_save_LIBS=$LIBS
|
||||
LIBS="-lX11 $LIBS"
|
||||
LIBS="-lXt $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
|
@ -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.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(ltdlconf.h)
|
||||
|
||||
dnl // Put Bochs version information right here so that it gets substituted
|
||||
dnl // into all the right places.
|
||||
VERSION="2.3.cvs"
|
||||
VER_STRING="2.3.cvs"
|
||||
REL_STRING="Build from CVS snapshot, after release 2.3"
|
||||
VERSION="2.3.5"
|
||||
VER_STRING="2.3.5"
|
||||
REL_STRING="Build from CVS snapshot, on September 16, 2007"
|
||||
|
||||
changequote(<<, >>)
|
||||
changequote([, ])
|
||||
|
Loading…
Reference in New Issue
Block a user