ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
(Generate patch)

Comparing BasiliskII/ChangeLog (file contents):
Revision 1.50 by cebix, 2001-03-06T18:41:06Z vs.
Revision 1.75 by cebix, 2001-07-06T17:36:04Z

# Line 1 | Line 1
1 < V0.9 - <date>
1 > V1.0 (snapshot) - <date>
2 >        - added support for on-the-fly video resolution and depth switching,
3 >          and gamma tables
4 >        - fsave/frestore emulation under AmigaOS and NetBSD/m68k always behaves
5 >          like a 68882/68040 FPU, eliminating the need for 68060 FPU patches
6 >        - added support for platform-independant mutexes, used by adb.cpp for
7 >          thread-safe mouse handling
8 >        - the TIME_OFFSET constant has been replaced by a (portable) function
9 >          TimeToMacTime(); file dates in ExtFS should now be correct
10 >        - Unix: windowed display mode supports different resolutions and color
11 >          depth, which can be switched on-the-fly
12 >        - Unix: Ctrl-F5 grabs mouse in windowed mode (enhanced compatibility
13 >          with games like flight simulators)
14 >        - Unix: audio sample rate, bit depth and channel count are adjustable
15 >          in the MacOS "Sound" control panel
16 >
17 > V0.9 (release 0.9-1) - 31.May 2001
18 >        - final adjustments for 0.9 release
19 >
20 > V0.9 (snapshot) - 29.May 2001
21 >        - added help for command line arguments, PrefsInit() now removes
22 >          all processed options
23 >        - serial_unix.cpp: input/output_thread_cancel weren't initialized
24 >          [Kolja Waschk]
25          - Unix: some performance improvements to VOSF screen update code
26            [Brian J. Johnson]
27 +        - Unix: renewed SIGSEGV support functions. Side effect: configure
28 +          script cleanups and probable Direct Addressing/VOSF support for
29 +          other platforms (NetBSD, AIX, OSF/1, Irix) [Gwenole Beauchesne]
30 +        - Unix: -Ofast option is supplied to MIPSPro compiler [Brian J. Johnson]
31 +        - Unix: workaround for IRIX pthreads bug in Delay_usec()
32 +          [Brian J. Johnson]
33 +        - Unix: FreeBSD configure script cleanups [Michael Alyn Miller]
34 +        - Unix: ether_linux.cpp moved and renamed to ether_unix.cpp, now
35 +          also works with the tap driver under FreeBSD [Michael Alyn Miller]
36 +        - BeOS: fixed some bugs in the extfs file types handling
37 +        - AmigaOS: SCSI buffer type can be selected
38  
39   V0.9 (snapshot) - 17.Feb.2001
40 <        - adapted for mon V3.0 which is now the required minimum
40 >        - adapted for cxmon V3.0 which is now the required minimum
41          - UAE cpu: fixed a bug in the memory handlers preventing from
42            correctly updating 15 and 16 bpp displays on big endian systems
43          - Unix: added (experimental) real addressing mode [Gwenole Beauchesne]

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines