1 |
< |
SheepShaver NEWS -- history of user-visible changes. 2005-03-08 |
1 |
> |
SheepShaver NEWS -- history of user-visible changes. 2005-03-21 |
2 |
|
Copyright (C) 1997-2005 Christian Bauer and Marc Hellwig |
3 |
|
|
4 |
+ |
Version 2.2 (snapshot) - XX.Jul.2005 |
5 |
+ |
* Add fullscreen DGA via fbdev on Linux |
6 |
+ |
* Add "screen" prefs item a-la Basilisk II |
7 |
+ |
* Add missing lvsl/lvsr instructions in AltiVec emulation |
8 |
+ |
* Add support for old toolchain (gcc "2.96", glibc 2.2) |
9 |
+ |
* Add user-space network emulation ("ether slirp" in prefs file) |
10 |
+ |
* Improve portability of FPU emulation code to non C99 capable systems |
11 |
+ |
* Improve interrupt processing in emulated mode |
12 |
+ |
* Improve idle wait on Linux platforms |
13 |
+ |
* Properly fail to load MacOS < 8.1 with NewWorld ROMs |
14 |
+ |
* Fix native execution on Linux/PowerPC |
15 |
+ |
* Fix PowerPC test-and-set implementation (fix clipboard) |
16 |
+ |
* Fix Ethernet support on Linux, avoid hangs |
17 |
+ |
* Fix occasional hangs during interrupt processing |
18 |
+ |
* Fix High Resolution Timing code for Linux |
19 |
+ |
|
20 |
|
Version 2.2 (snapshot) - 21.Mar.2005 |
21 |
|
* Implement high-precision timings on POSIX systems |
22 |
|
* Add other SDL keysym translations |