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 |
+ |
- 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] |
13 |
|
- Unix: fixed floppy problems under Linux |
14 |
< |
- Unix: implement "ignoresegv" feature on Linux/x86, Linux/ppc, Darwin/ppc |
14 |
> |
- Unix: implemented "ignoresegv" feature on Linux/x86, Linux/ppc, Darwin/ppc |
15 |
|
- Unix: serial port baud rates are now set correctly |
16 |
|
- Unix: it is now possible to make the serial drivers pipe their input/output |
17 |
|
to programs by using a '|' followed by a command line as the modem or |
18 |
|
printer port setting (instead of a device name like '/dev/ttyS0') |
19 |
|
[Brian Johnson] |
20 |
|
- Unix: the option "--config FILE" tells B2 to use a different config file |
21 |
+ |
- Unix: new prefs options "dsp" and "mixer" to set the OSS device names |
22 |
+ |
instead of the hardcoded '/dev/dsp' and '/dev/mixer' |
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 |
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 |
37 |
|
- added support for on-the-fly video resolution and depth switching, and |