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