Preparing release 2.6.6
This commit is contained in:
parent
e1e131b61e
commit
61debb03e8
@ -1,4 +1,4 @@
|
||||
Changes in 2.6.6 (not yet released):
|
||||
Changes in 2.6.6 (June 15, 2014):
|
||||
|
||||
- CPU / CPUDB
|
||||
- allow sandy bridge configuration even when AVX is not compiled in
|
||||
|
@ -1,6 +1,6 @@
|
||||
Bochs - The cross platform IA-32 (x86) emulator
|
||||
Updated: Sun Jun 1 08:28:00 CEST 2014
|
||||
Version: 2.6.5
|
||||
Updated: Sun Jun 15 08:00:00 CEST 2014
|
||||
Version: 2.6.6
|
||||
|
||||
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.6.5.0"
|
||||
version="2.6.6.0"
|
||||
processorArchitecture="*"
|
||||
name="Bochs.Bochs.Bochs"
|
||||
type="win32"
|
||||
|
@ -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.5.svn"
|
||||
VER_STRING="2.6.5.svn"
|
||||
VERSION="2.6.6"
|
||||
VER_STRING="2.6.6"
|
||||
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, 5, 1"
|
||||
REL_STRING="Built from SVN snapshot after release 2.6.5"
|
||||
WIN_VER_STRING="2, 6, 6, 0"
|
||||
REL_STRING="Built from SVN snapshot on June 15, 2014"
|
||||
|
||||
changequote(<<, >>)
|
||||
changequote([, ])
|
||||
|
@ -2834,7 +2834,7 @@ Now you can start building packages with the sources from the created release ta
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section><title>Anonymous SVN checkout and platform-dependent sources</title>
|
||||
<section><title>Anonymous SVN checkout and platform-independent sources</title>
|
||||
<para>
|
||||
An anonymous SVN checkout from the release tag is the base for all official
|
||||
release packages. Do this checkout from the release tag and specify a not yet
|
||||
|
Loading…
Reference in New Issue
Block a user