try to add missing changes and regroup them better

This commit is contained in:
gbeauche 2005-11-22 21:20:30 +00:00
parent 4c4b24026f
commit 81853597ea

View File

@ -1,7 +1,12 @@
V1.0 (snapshot) - <date>
- fixed support for volumes larger than 4 GB
- fixed the problem with Ticks getting incremented on every interrupt, not
just 60Hz (e.g. moving the mouse made the caret blink faster)
- Unix: integrated JIT compiler for Linux/x86 and FreeBSD/x86
- JIT: integrated dynamic translator for Linux/x86 and FreeBSD/x86
- JIT: ported backend to support Linux/x86_64 (AMD64 and EM64T platforms)
- JIT: fixed translation through constant jumps ("jitinline" config option)
- JIT: improve detection of newer CPUs based on the P4 core but
fallback to a safe default, if necessary
- Unix: moved minimum autoconf support to 2.52+
- Unix: add large file support for 2+ GB hard disk images
- Unix: cleaned up pthread attributes [Brian Johnson]
@ -18,10 +23,14 @@ V1.0 (snapshot) - <date>
- Unix: new ether prefs option 'tun' to use a TUN/TAP interface. The
configure script used can be overriden with "etherconfig"
- Unix: SDL audio and video output are now available in option
- Unix: port JIT compiler to Linux/x86_64 (AMD64 and EM64T platforms)
- Unix: sheep_net driver ported to kernel 2.6 (patches from Mac-On-Linux)
- Unix: fix network code to work correctly on 64-bit platforms
- Unix: add user-mode network emulation stack, enabled with 'slirp'
- Unix: implement X11 to MacOS exchange of text through the clipboard
- Unix: improve overall responsiveness on NetBSD platforms
- Unix: fix GUI to build with newer GTK+2
- Unix: fix crash when exitting the GUI early
- Unix: fix fullscreen DGA mode with the VidMode extension
- Windows: a new port derived from Lauri's work is now available
V1.0 (snapshot) - 15.Jan.2002