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.2 by cebix, 1999-10-03T17:11:52Z vs.
Revision 1.16 by cebix, 1999-10-27T16:59:32Z

# Line 1 | Line 1
1 < V0.7 (alpha)
2 <        - Source tree imported into CVS
1 > V0.8 -
2 >        - fixed many UAE FPU bugs [Lauri Pesonen]
3 >        - added replacement for BlockMove() trap
4 >        - removed Windows sources from the source archive; a version of
5 >          these that actually compiles and works can be downloaded from
6 >          Lauri Pesonen's site
7 >        - fixed one possible source of "unimplemented trap" errors on MacOS
8 >          bootup
9 >        - medium removal is allowed in CDROMExit()
10 >        - extfs.cpp: fixed bug with fsResolveWDCB in fs_get_wd_info()
11 >        - Unix: added support for ESD audio output; merged with OSS audio
12 >          and put in a new "audio_oss_esd.cpp" file which is also used under
13 >          FreeBSD 3.x
14 >        - Unix: added mkinstalldirs to "make install" target
15 >        - Unix: cleaned up the configure script
16 >        - Unix: ROM breakpoint can be specified with "-break" command line
17 >          argument
18 >        - Unix: "-rominfo" command line argument to print information
19 >          about ROM version and tables
20 >        - Unix: ExtFS supports resource forks and Finder info (these are
21 >          kept in hidden ".finf" and ".rsrc" directories)
22 >        - Unix/audio_oss_esd.cpp: AudioStatus is re-set after determining
23 >          audio device capabilities (actual sample rate is also determined)
24 >          [Alexander R. Pruss]
25 >        - Unix/audio_oss_esd.cpp: "silence" in 8-bit mode used wrong fill
26 >          value (0 instead of 0x80) [Alexander R. Pruss]
27 >        - Unix/video_x.cpp: added mouse wheel support [Alexander R. Pruss]
28 >
29 > V0.8 (snapshot) - 21.Oct.1999
30 >        - sony.cpp/disk.cpp/cdrom.cpp: disk insertions are now checked for
31 >          by an interrupt routine
32 >        - localizable strings are now split into a common and a platform-
33 >          specific set
34 >        - added external file system to access host OS files from the MacOS;
35 >          root directory is specified by the "extfs" prefs item
36 >        - moved most initialization/deinitialization code to InitAll() and
37 >          ExitAll() in main.cpp
38 >        - added patches for NetBSD [Bernd Sieker]
39 >        - corrected TimerDateTime() in timer_unix.cpp and timer_beos.cpp
40 >          [Toshimitsu Tanaka]
41 >        - AmigaOS: fixed crash when gtlayout.library was not present
42 >        - AmigaOS: now compiles with GCC (Geek Gadgets)
43 >        - AmigaOS/clip_amiga.cpp: fixed small bug in CR->LF translation
44 >          [Giacomo Magnini]
45 >        - Unix: compilation of cpuemu.cpp is now split in 8 parts
46 >        - Unix: volume list in GTK prefs editor is reorderable
47 >        - Unix: added fbdev DGA support and SPARC assembly optimizations to
48 >          UAE core [Gwenole Beauchesne]
49 >
50 > V0.7 (release 0.7-2) - 6.Oct.1999
51 >        - Added BasiliskII.spec for making RPMs [with assistance from
52 >          Roman Niewiarowski]
53          - Unix: "basilisk_ii_keycodes" renamed to "keycodes", default
54            location of keycodes file is now /usr/local/share/BasiliskII/keycodes
55 <        - Unix: improved the install target
55 >        - Unix: improved the install target, added uninstall target
56 >        - Unix/Windows: fixed bugs in protocol removal [Lauri Pesonen]
57 >        - Unix/Linux/NetDriver: removed MAKEDEV, functionality now included
58 >          in Makefile ("make dev")
59          - Unix/sys_unix.cpp: Sys_open() checks whether an HFS volume is currently
60            mounted under Linux and tries to unmount it
61          - Unix/sys_unix.cpp: implemented SysAddDiskPrefs() for Linux (scans
# Line 10 | Line 63 | V0.7 (alpha)
63          - Unix/sys_unix.cpp: implemented Sys(Prevent/Allow)Removal() [Ryan Cumming]
64          - Unix/main_unix.cpp: added call to gtk_set_locale() before gtk_init()
65            [Toshimitsu Tanaka]
66 +        - Unix/video_x.cpp: "dga" screen preferences now takes width and
67 +          height as parameters (e.g. dga/640/480), like "win" [Pablo Averbuj]
68 +        - Unix/video_x.cpp: Caps Lock behaves as expected [Pablo Averbuj]
69 +        - Unix/prefs_editor_gtk.cpp: made the window width/height widgets
70 +          comboboxes providing some useful defaults
71  
72   V0.7 (alpha) - 25.Jul.1999
73          - with 32-bit clean ROMs, the CPU type is now reported as a 68030

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines