--- BasiliskII/ChangeLog 2005/03/21 22:39:59 1.91 +++ BasiliskII/ChangeLog 2005/11/22 21:20:30 1.92 @@ -1,7 +1,12 @@ V1.0 (snapshot) - + - 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) - - 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