--- BasiliskII/ChangeLog 2002/09/16 13:32:33 1.86 +++ BasiliskII/ChangeLog 2005/11/22 21:20:30 1.92 @@ -1,17 +1,37 @@ 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) + - 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] - Unix: fixed floppy problems under Linux - - Unix: implement "ignoresegv" feature on Linux/x86, Linux/ppc, Darwin/ppc + - Unix: implemented "ignoresegv" feature on Linux/x86, Linux/ppc, Darwin/ppc - Unix: serial port baud rates are now set correctly - Unix: it is now possible to make the serial drivers pipe their input/output to programs by using a '|' followed by a command line as the modem or printer port setting (instead of a device name like '/dev/ttyS0') [Brian Johnson] - 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