1 |
< |
SheepShaver NEWS -- history of user-visible changes. 2005-11-30 |
2 |
< |
Copyright (C) 1997-2005 Christian Bauer and Marc Hellwig |
1 |
> |
SheepShaver NEWS -- history of user-visible changes. 2006-05-14 |
2 |
> |
Copyright (C) 1997-2006 Christian Bauer and Marc Hellwig |
3 |
> |
|
4 |
> |
Version 2.3 (snapshot) - 14.May.2006 |
5 |
> |
* Handle up to 1 GB of Mac memory |
6 |
> |
* Improve SLiRP network emulation performance |
7 |
> |
* Fix Native QuickDraw acceleration |
8 |
> |
* Fix a crash during MacOS 9 installation |
9 |
> |
* Fix a crash in the AppleShare extension |
10 |
> |
* Fix support for MacOS 7.5.3 Revision 2.2 |
11 |
> |
* Fix gigantic window dimensions on first boot |
12 |
> |
* Fix extfs volume name to "Unix" (Toshimitsu Tanaka) |
13 |
> |
* Fix unaligned accesses in SLiRP network emulation (Brian J. Johnson) |
14 |
> |
* Initial port to IRIX/mips |
15 |
> |
* MacOS X: |
16 |
> |
o Port to MacOS X for Intel, including the JIT |
17 |
> |
o Add a primitive graphical preferences editor |
18 |
> |
o Add support for run-time CD-ROM auto-detection |
19 |
> |
o Fix clipboard (copy/paste of text from/to the host OS) |
20 |
> |
o Fix extfs to preserve native folder attributes |
21 |
> |
o Fix extfs to handle file/folder creation times |
22 |
> |
o Fix SLiRP network emulation (workaround MacOS X bugs) |
23 |
> |
o Improve overall performance on PowerPC (by a factor 2) |
24 |
> |
* Windows: |
25 |
> |
o Add SLiRP network emulation ("ether slirp") |
26 |
> |
o Add TAP-Win32 network emulation ("ether tap") |
27 |
> |
o Fix CD-ROM auto-detection ("pollmedia" now works) |
28 |
> |
o Fix idle sleep ("idlewait" now works) |
29 |
> |
o Improve GUI for network configuration |
30 |
|
|
31 |
|
Version 2.3 (snapshot) - 30.Nov.2005 |
32 |
< |
* Add fullscreen DGA via fbdev on Linux |
32 |
> |
* Add fullscreen DGA mode via fbdev in Linux |
33 |
|
* Add "screen" prefs item a-la Basilisk II |
34 |
< |
* Add missing lvsl/lvsr instructions in AltiVec emulation |
34 |
> |
* Add missing lvsl/lvsr instructions in AltiVec emulation (Adobe FrameMaker) |
35 |
|
* Add support for old toolchain (gcc "2.96", glibc 2.2) |
36 |
|
* Add user-space network emulation ("ether slirp" in prefs file) |
37 |
< |
* Add support for Ethernet & Serial to Windows |
38 |
< |
* Add Windows GUI with GTK+2 |
39 |
< |
* Add initial support for Darwin/x86 with JIT |
37 |
> |
* Add Ethernet and Serial support to Windows |
38 |
> |
* Add GTK+2 based GUI to Windows |
39 |
> |
* Add initial port to Darwin/x86 with JIT |
40 |
|
* Improve portability of FPU emulation code to non C99 capable systems |
41 |
|
* Improve interrupt processing in emulated mode |
42 |
|
* Improve idle wait on Linux platforms |
43 |
|
* Properly fail to load MacOS < 8.1 with NewWorld ROMs |
44 |
< |
* Fix native execution on Linux/PowerPC |
44 |
> |
* Fix native execution in Linux/PowerPC |
45 |
|
* Fix PowerPC test-and-set implementation (fix clipboard) |
46 |
< |
* Fix Ethernet support on Linux, avoid hangs |
46 |
> |
* Fix Ethernet support in Linux, avoid hangs |
47 |
|
* Fix occasional hangs during interrupt processing |
48 |
|
* Fix High Resolution Timing code for Linux |
49 |
|
* Fix support for 4+ GB hard disk images |