1 |
|
V1.0 (snapshot) - <date> |
2 |
|
- fixed the problem with Ticks getting incremented on every interrupt, not |
3 |
|
just 60Hz (e.g. moving the mouse made the caret blink faster) |
4 |
+ |
- Unix: integrated JIT compiler for Linux/x86 and FreeBSD/x86 |
5 |
+ |
- Unix: moved minimum autoconf support to 2.52+ |
6 |
+ |
- Unix: add large file support for 2+ GB hard disk images |
7 |
|
- Unix: cleaned up pthread attributes [Brian Johnson] |
8 |
|
- Unix: fixed floppy problems under Linux |
9 |
+ |
- Unix: implemented "ignoresegv" feature on Linux/x86, Linux/ppc, Darwin/ppc |
10 |
+ |
- Unix: serial port baud rates are now set correctly |
11 |
+ |
- Unix: it is now possible to make the serial drivers pipe their input/output |
12 |
+ |
to programs by using a '|' followed by a command line as the modem or |
13 |
+ |
printer port setting (instead of a device name like '/dev/ttyS0') |
14 |
+ |
[Brian Johnson] |
15 |
+ |
- Unix: the option "--config FILE" tells B2 to use a different config file |
16 |
+ |
- Unix: new prefs options "dsp" and "mixer" to set the OSS device names |
17 |
+ |
instead of the hardcoded '/dev/dsp' and '/dev/mixer' |
18 |
|
|
19 |
|
V1.0 (snapshot) - 15.Jan.2002 |
20 |
|
- added support for on-the-fly video resolution and depth switching, and |