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.12 by cebix, 1999-10-23T17:57:41Z

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines