--- uae/docs/NEWS 2018/04/24 17:06:58 1.1.1.18 +++ uae/docs/NEWS 2018/04/24 17:16:12 1.1.1.23 @@ -2,6 +2,38 @@ Note! This file only contains user-visib more detailed description of changes between releases, read src/ChangeLog, and for the full picture, make a diff between releases. +User-visible changes in 0.8.26: + - Compiles with modern gcc versions + - SDL graphics updated, this is now recommended over native X11 (since DGA + doesn't work with some graphics drivers these days). + - Random updates from WinUAE/E-UAE, including + * Sinc interpolation for audio output. + - Tries to use gettimeofday in preference to the CPU's rdtsc instruction, as + the latter isn't totally reliable on all machines. + - Fixed a bug when switching between Picasso and native modes. + +User-visible changes in 0.8.25: + - More merging with WinUAE; a lot of the input device code has changed + - GUI cleaned up. + - Quest to eliminate useless options continues: 68000 mode is always "slow + but compatible"; it's not that slow after all. + +User-visible changes in 0.8.24: + - More merging with WinUAE + - Now uses GTK2 for the GUI. + +User-visible changes in 0.8.23: + - Moved over some features from WinUAE: + * better m68k exception handling + * better m68k prefetch emulation + * better debugger + - Added ALSA sound support from Heikki Orsila + +User-visible changes in 0.8.22: + - Mostly bug fixes + - Extensive updates for the sprite emulation and blitter timing code. + Hopefully more accurate than before. + User-visible changes in 0.8.21: - Several bug fixes, including some serious filesystem emulation bugs. - Support for A1000 boot ROMs.