- updated changes (not backporting new rfb features for 2.4.1)

This commit is contained in:
Volker Ruppert 2009-06-07 07:33:55 +00:00
parent 70d2f7727e
commit 3e8e512a14

View File

@ -5,11 +5,12 @@ Changes in 2.4.1 (coming soon):
(special thanks to Mark Ebersole for his patch)
- Several bugfixes in CPU emulation (mostly for x87 instructions)
- Fixed two critical deadlock bugs in the Win32 gui (patches from @SF tracker)
- The 'show ips' feature now works in wx on win32
- RFB GUI: added support for resizable desktop (if supported by client)
- Fixes related to the 'show ips' feature
- removed conflicting win32-specific alarm() functions ('win32' and 'sdl' gui)
- feature now works in wx on win32
- Added support for gdb stub on big endian machine (patch by Godmar Back)
- Rewritten obsolete hash_map code in dbg symbols module (patch from @SF)
- BIOS: implemented INT 15h/89h (patch by Sebastian Herbszt)
- BIOS: implemented missing INT 15h/89h (patch by Sebastian Herbszt)
-------------------------------------------------------------------------
Changes in 2.4 (May 3, 2009):