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) - DD.May.2006 |
5 |
< |
* Port to IRIX/mips |
6 |
< |
* Port to MacOS X for Intel |
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 extfs volume name to "Unix" (Toshimitsu Tanaka) |
8 |
< |
* Fix extfs to preserve native MacOS X folder attributes |
10 |
< |
* Fix extfs on MacOS X to handle file/folder creation times |
11 |
< |
* Fix unaligned accesses in user network code (Brian J. Johnson)a |
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 mode via fbdev in Linux |