--- BasiliskII/ChangeLog 2003/03/14 17:10:19 1.88 +++ BasiliskII/ChangeLog 2006/04/30 21:49:50 1.93 @@ -1,7 +1,13 @@ 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 + - backport "idlewait" feature from SheepShaver + - 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] @@ -15,6 +21,18 @@ V1.0 (snapshot) - - Unix: the option "--config FILE" tells B2 to use a different config file - Unix: new prefs options "dsp" and "mixer" to set the OSS device names instead of the hardcoded '/dev/dsp' and '/dev/mixer' + - 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: 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 - added support for on-the-fly video resolution and depth switching, and