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.1 by cebix, 1999-10-03T16:21:28Z vs.
Revision 1.14 by cebix, 1999-10-25T20:22:34Z

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines