diff --git a/sfsite/getcurrent.html b/sfsite/getcurrent.html
index 50f72757d..1637ae311 100644
--- a/sfsite/getcurrent.html
+++ b/sfsite/getcurrent.html
@@ -7,7 +7,48 @@
-
Latest release: Bochs 2.6.2
+
Latest release: Bochs 2.6.5
+
+About a year after the bugfix release 2.6.2 we have a new intermediate (bugfix+)
+release. Here a brief summary of changes :
+
+
+- CPU: extra 5-10% emulation speedup with new trace linking optimization
+
- CPU: implemented new instructions (e.g. AVX-512, SHA, XSAVEC)
+
- CPUDB: added 2 new CPU models
+
- Bugfixes for CPU emulation correctness (including some critical ones)
+
- Gui debugger output window now can be used as a log viewer
+
- Added built-in slirp (user-mode networking) support (ported from Qemu)
+
- Added global sound config option and volume control support to the devices
+
- Added new experimental gui 'vncsrv" using the LibVNCServer library
+
- Rewrite of the bximage utility in C++ for image creation, conversion and resize
+
+
+The binary packages for Linux and Windows are built with these featues :
+
+- x86-64 emulation with all optimizations enabled
+
- devices:
+
+ - chipset: PCI (i430FX / i440FX), ACPI
+
- video: Bochs VBE, Cirrus SVGA and Voodoo1
+
- sound: SB16 (ISA) and ES1370 (PCI)
+
- network: NE2000 (ISA/PCI) and E1000 (PCI)
+
- USB: OHCI, UHCI, xHCI and 7 pluggable device types
+
+ - Display libraries:
+
+ - Linux: nogui, rfb, sdl, term, vncsrv, wx, x
+
- Windows: nogui, rfb, win32
+
+
+
+
+Details on what has changed since version 2.6.2
+
+
+
+
+
Previous release: Bochs 2.6.2
Bochs 2.6.2 is a bugfix release. Here is the list of changes :
@@ -35,97 +76,10 @@ Bochs 2.6.2 is a bugfix release. Here is the list of changes :
-The binary packages for Linux and Windows are built with these featues :
-
-- x86-64 emulation with all optimizations enabled
-
- devices:
-
- - chipset: PCI (i430FX / i440FX), ACPI
-
- video: Bochs VBE, Cirrus SVGA and Voodoo1
-
- sound: SB16 (ISA) and ES1370 (PCI)
-
- network: NE2000 (ISA/PCI) and E1000 (PCI)
-
- USB: OHCI, UHCI, xHCI and 7 pluggable device types
-
- - Display libraries:
-
- - Linux: nogui, rfb, sdl, term, wx, x
-
- Windows: nogui, rfb, win32
-
-
+
Details on what has changed since version 2.6.1
-
-
-
-
-
Previous release: Bochs 2.6.1
-
-About seven months after release 2.6 we have a new intermediate (bugfix+) release.
-Here is the summary of changes :
-
-
-- CPU / CPUDB
-
- - Bochs is fully aligned with rev45 of the of Intel(R) Architecture Manual.
-
- - Implemented Supervisor Mode Access Protection (SMAP) support
-
- Implemented VMX APIC Registers Virtualization and VMX Virtual Interrupt Delivery
-
- Implemented VMCS Shadowing and #VE exception secondary VMEXIT controls emulation
-
- Implemented RDRAND and RDSEED instructions
-
- - CPUDB: Added AMD FX-4100 (Zambezi) configuration to CPUDB
-
- Bugfixes for CPU emulation correctness (critical fixes for SVM and AVX2 emulation)
-
-
- - Bochs Debugger and Instrumentation
-
- - Use Enhanced GUI Debugger instead of old-style wx debugger with wx gui.
- The old-style wx debugger support was deprecated and removed from the source code.
-
-
- - I/O Devices
-
- - Implemented 3dfx Voodoo Graphics card emulation based on DOSBox patch, to enable
- configure with --enable-voodoo option.
-
- Hard drive / HD image
-
- - Added full save restore support for most of the disk image formats
-
- undoable / volatile mode: added support of other types of r/o base images
-
- DLL HD support rewritten and enabled for WIN32 host
-
- - PCI chipset
-
- - Implemented i430FX chipset emulation
-
- USB UHCI always enabled in the i440FX case
-
-
-
- - Config interface
-
- - Configure option --enable-misaligned-sse moved to runtime option in .bochsrc. The old
- option is deprecated and should not be used anymore.
-
- moved 'user_shortcut' bochsrc option to the 'keyboard' option
-
- save log options per device to bochsrc
-
- win32: implemented scrollable dialog items for large parameter lists
-
-
- - GUI and display libraries
-
- - Graphics snapshot feature rewritten to support all kinds of graphics modes
-
- wx: starting a second simulation without closing Bochs now almost possible
-
-
- - Tools
-
- - bxcommit: added support for converting flat to growing mode images
-
-
-
-
-
-
-Details on what has changed since version 2.6