diff --git a/sfsite/getcurrent.html b/sfsite/getcurrent.html
index 2be1d6d45..4df5f0424 100644
--- a/sfsite/getcurrent.html
+++ b/sfsite/getcurrent.html
@@ -7,7 +7,94 @@
-
Latest release: Bochs 2.6
+
Latest 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
+
+
+
+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
+
+
+
+
+
Previous release: Bochs 2.6
About eight months after the bugfix release 2.5.1 we have a new stable release.
Here is the summary of changes :
@@ -37,84 +124,10 @@ Here is the summary of changes :
in the iodev folder.
-The binary packages for Linux and Windows are built with these featues :
-
-- x86-64 emulation with all optimizations enabled
-
- devices:
-
- - chipset: PCI, ACPI
-
- video: Bochs VBE and Cirrus SVGA
-
- sound: SB16 (ISA) and ES1370 (PCI)
-
- network: NE2000 (ISA/PCI) and E1000 (PCI)
-
- USB: OHCI, UHCI 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.5.1
-
-
-
-
-
Previous release: Bochs 2.5.1
-
-Bochs 2.5.1 is a bugfix release. Here is the summary of changes :
-
-
-- CPU / CPUDB
-
-- ! Added Athlon64 (Venice) configuration to the CPUDB
-
- BMI: fixed EFLAGS after BMI instructions
-
- MSR: access to AMD extended MSR space was impossible due to a bug in RDMSR/WRMSR
-
- VMX: fixed VMFUNC instruction behavior to align with Intel SDM revision 041
-
- VMX: fixed Bochs PANIC when doing I/O access crossing VMX I/O permission bitmaps
-
- VMX: fixed VirtualBox VMX guest Guru Meditation - FS.BASE got corrupted after
- saving/restoring unusable FS selector
-
- VMX: fixed VirtualBox failures with VMX+EPT enabled
-
- Better report of supported CPUID features when not using pre-defined CPUID profile
-
- - Debugger / Instrumentation
-
-- fixed typo - closing SF bug [3461405] step all command fails in SMP mode
-
- instrumentation: added special indication for indirect call/jump
-
-
- - Configure and compile
-
-- fixed compilation err in instrumentation call (tasking.cc)
-
- fixed compilation err with x86 hw breakpoint enabled and CPU_LEVEL < 6
-
- fixed compilation issue under win32 --with-nogui
-
- added missing dependencies for cdrom_osx.o
-
- removed very old deprecated configure options from configure script
-
-
- - I/O Devices
-
-- fixed possible failures of PCI DMA transfers
-
- VVFAT: several fixes in the optional write support (passes test with XP)
-
- USB UHCI: some fixes to make it work in XP guest
-
- removed devices 'acpi', 'ioapic' and 'pci_ide' from optional plugin control
- to avoid trouble
-
-
- - Config interface / GUI and display libraries
-
-- added VMX .bochsrc option to control VMX support on runtime
-
- fix for x86-64 .bochsrc option parsing (patch from @SF)
-
- fix for @SF bug: Crash on WIN2K - ID: 3454214
-
- added 'nokeyrepeat' option for the SDL and win32 gui
-
-
-
-
-
-
-Details on what has changed since version 2.5