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