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.30 by cebix, 2000-06-23T14:22:41Z vs.
Revision 1.67 by cebix, 2001-05-31T20:53:52Z

# Line 1 | Line 1
1 < V0.8 (snapshot) -
1 > V0.9 (release 0.9-1) - 31.May 2001
2 >        - final adjustments for 0.9 release
3 >
4 > V0.9 (snapshot) - 29.May 2001
5 >        - added help for command line arguments, PrefsInit() now removes
6 >          all processed options
7 >        - serial_unix.cpp: input/output_thread_cancel weren't initialized
8 >          [Kolja Waschk]
9 >        - Unix: some performance improvements to VOSF screen update code
10 >          [Brian J. Johnson]
11 >        - Unix: renewed SIGSEGV support functions. Side effect: configure
12 >          script cleanups and probable Direct Addressing/VOSF support for
13 >          other platforms (NetBSD, AIX, OSF/1, Irix) [Gwenole Beauchesne]
14 >        - Unix: -Ofast option is supplied to MIPSPro compiler [Brian J. Johnson]
15 >        - Unix: workaround for IRIX pthreads bug in Delay_usec()
16 >          [Brian J. Johnson]
17 >        - Unix: FreeBSD configure script cleanups [Michael Alyn Miller]
18 >        - Unix: ether_linux.cpp moved and renamed to ether_unix.cpp, now
19 >          also works with the tap driver under FreeBSD [Michael Alyn Miller]
20 >        - BeOS: fixed some bugs in the extfs file types handling
21 >        - AmigaOS: SCSI buffer type can be selected
22 >
23 > V0.9 (snapshot) - 17.Feb.2001
24 >        - adapted for cxmon V3.0 which is now the required minimum
25 >        - UAE cpu: fixed a bug in the memory handlers preventing from
26 >          correctly updating 15 and 16 bpp displays on big endian systems
27 >        - Unix: added (experimental) real addressing mode [Gwenole Beauchesne]
28 >          (activated through the "--enable-addressing=real" configure option)
29 >        - Unix: added direct addressing mode [Gwenole Beauchesne]
30 >          (default addressing mode, if possible)
31 >        - Unix: added screen updates on SEGV signals [Gwenole Beauchesne]
32 >          (activated through the "--enable-vosf" configure option)
33 >        - Unix: added IRIX audio driver [Brian J. Johnson]
34 >        - Unix: improved timing of periodic threads
35 >        - Unix: command line options now use '--'-prefix, e.g. "--rominfo"
36 >        - AmigaOS: enabled floppy support, fixed floppy bugs [Jürgen Lachmann]
37 >        - AmigaOS: Amiga mouse pointer is hidden inside windowed Mac displays
38 >        - AmigaOS/sys_amiga.cpp: workaround for 2060scsi.device bug when
39 >          when reading from CD-ROM [Jürgen Lachmann]
40 >        - AmigaOS/prefs_editor_amiga.cpp: fixed bug when adding volumes
41 >          [Jürgen Lachmann]
42 >        - AmigaOS: added MacsBug support (tested with MacsBug6.6.1),
43 >          fixed <move sr,(sp)> bug [Jürgen Lachmann]
44 >        - AmigaOS: disabled 68060 Super Bypass mode because of CPU bug triggered
45 >          by MacOS 8
46 >        - AmigaOS: implemented XPRAM watchdog task
47 >        - AmigaOS/Unix/extfs_*.cpp: .finf helper file now stores complete
48 >          FInfo/FXInfo, replaced get/set_finder_*() functions by get/set_finfo()
49 >        - AmigaOS/Unix: it's possible to specify preferences items on the
50 >          command line
51 >        - BeOS: implemented the "powerrom_cpu" CPU engine for BeOS/PPC that
52 >          uses the 680x0 emulator contained in an Apple PowerMac ROM to run
53 >          Basilisk II (ca. 4x speed improvement); when running on a BeBox,
54 >          a PCI PowerMac ROM image is needed to use this (the path name of the
55 >          ROM file can be set with the preferences item "powerrom", default
56 >          is "PowerROM")
57 >        - include/macos_util.h: defines FOURCC() macro to make MacOS-like
58 >          four-character-codes, replaced most instances of multi-character
59 >          constants in the sources by this macro to avoid compiler warnings
60 >        - cdrom.cpp: implemented Status(6) call (return format list)
61 >          [Landon Fuller]
62 >        - Imported some changes from the Windows port, most notably FPU fixes
63 >          and the 1Hz interrupt [Lauri Pesonen]
64 >        - Ported Lauri Pesonen's FPU core to GCC/i386 [Gwenole Beauchesne]
65 >
66 > V0.8 (snapshot) - 13.Jul.2000
67 >        - Unix: runs natively on NetBSD/m68k
68 >        - Unix: compiles without pthreads, but without serial/ethernet/audio
69 >          support
70 >        - Unix: "--without-mon" configure option now works
71 >        - Unix/video_x.cpp: DGA and SHM are only tried on local X11 displays
72 >        - Unix/video_x.cpp: re-integrated old window update method; frameskip=0
73 >          ("Dynamic") selects new method, other values select old method
74 >        - Unix/prefs_editor_unix.cpp: new "Input" pane, containing keycode
75 >          and mouse wheel options
76 >        - AmigaOS: added support for CyberGraphX [Jürgen Lachmann]
77          - audio.cpp: audio_data is cleared on reset [Lauri Pesonen]
78          - prefs.cpp: empty string prefs items could be written to prefs file
79            but not read back correctly
80          - clip_*.cpp: added prefs item "noclipconversion" for turning off
81            charset conversion of text clips (only CR->LF gets translated),
82            [Toshimitsu Tanaka]
8        - Unix: "--without-mon" configure option now works
83  
84   V0.8 (snapshot) - 14.Mar.2000
85          - Unix/video_x.cpp: new window refresh code [Samuel Lander]

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines