Preparing Bochs release 2.6.8

This commit is contained in:
Volker Ruppert 2015-05-03 06:36:30 +00:00
parent 5ef56d6d79
commit 9d4ef351e7
5 changed files with 20 additions and 14 deletions

View File

@ -1,4 +1,4 @@
Changes in 2.6.8 (not yet released):
Changes in 2.6.8 (May 3, 2015):
- CPU / CPUDB
- Bugfixes for CPU emulation correctness (critical bugfix for x86-64 emulation)

View File

@ -257,23 +257,28 @@ network
sound
lowlevel
driver
waveoutdrv
waveout
waveindrv
wavein
midioutdrv
midiout
speaker
enabled
mode
sb16
enabled
midi
wave
log
midimode
midifile
wavemode
wavefile
log
loglevel
dmatimer
es1370
enabled
midimode
midifile
wavemode
wavefile

View File

@ -1,6 +1,6 @@
Bochs - The cross platform IA-32 (x86) emulator
Updated: Sun Nov 2 08:45:00 CET 2014
Version: 2.6.7
Updated: Sun May 3 08:36:00 CEST 2015
Version: 2.6.8
WHAT IS BOCHS?

View File

@ -8,13 +8,13 @@ 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.6.7.svn"
VER_STRING="2.6.7.svn"
VERSION="2.6.8"
VER_STRING="2.6.8"
dnl // WIN_VER_STRING format is "a, b, c, d"
dnl // c should be > 90 for pre-release of next version otherwise patch level
dnl // d should be 0 for release and 1 for svn version
WIN_VER_STRING="2, 6, 7, 1"
REL_STRING="Built from SVN snapshot after release 2.6.7"
WIN_VER_STRING="2, 6, 8, 0"
REL_STRING="Built from SVN snapshot on May 3, 2015"
changequote(<<, >>)
changequote([, ])

View File

@ -96,12 +96,13 @@ Attached devices
| |
| +---- Sound devices
| | |
| | +---- Sound Blaster SB16 (ISA) sb16.cc
| | +---- Sound Blaster SB16 (ISA) sb16.cc, opl.cc
| | +---- ES1370 (PCI) es1370.cc
| |
| +---- Sound modules
| +---- Sound modules soundlow.cc
| |
| +---- Dummy / Control Module soundmod.cc
| +---- Control Module soundmod.cc
| +---- File Output Module soundfile.cc
| +---- Library specific Module soundsdl.cc
| +---- Host specific Modules
| |