From: <pa...@us...> - 2008-10-27 20:20:46
|
Revision: 3791 http://fuse-emulator.svn.sourceforge.net/fuse-emulator/?rev=3791&view=rev Author: pak21 Date: 2008-10-27 20:20:40 +0000 (Mon, 27 Oct 2008) Log Message: ----------- Bring up to date. Modified Paths: -------------- trunk/libspectrum/ChangeLog trunk/libspectrum/hacking/ChangeLog Modified: trunk/libspectrum/ChangeLog =================================================================== --- trunk/libspectrum/ChangeLog 2008-10-25 22:46:20 UTC (rev 3790) +++ trunk/libspectrum/ChangeLog 2008-10-27 20:20:40 UTC (rev 3791) @@ -1,3 +1,47 @@ +2008-11-?? Philip Kendall <phi...@sh...> + + * libspectrum 0.5.0 released. + + * Memory management change: memory allocation functions now abort + on failure. Leads to simpler code both internally and for + users of the library (Philip Kendall). + + * Support for tape acceleration (Philip Kendall) + + * IDE improvements to allow DivIDE to support FATware (Philip + Kendall; thanks, http://www.dusky.sk/zxs/) + + * New API to deal with flagging automatic snapshots in RZX files + (Philip Kendall). + + * New function to get length (time) of a tape block (Philip Kendall, + Fredrick Meunier). + + * 128K SNA files are now treated as being for the Pentagon 128 + rather than the Spectrum 128 (Fredrick Meunier) + + * SNA files now written out correctly (Philip Kendall). + + * Handle MDR write protection flag correctly (Philip Kendall) + + * Allow MDR images with bad checksums to load (the error will + be handled by the If1 ROM) (Gergely Szasz) + + * Support saving custom ROMs in SZX snapshots (Fredrick Meunier, + Stuart Brady) + + * Support for DivIDE, Kempston mouse and the simple IDE interface + in SZX snapshots (Fredrick Meunier) + + * Allow building without libgcrypt (Stuart Brady) + + * Amiga and MorphOS compilation fixes (Chris Young, Q-Master) + + * Don't produce empty libraries to fix build process on + OpenSolaris (Fredrick Meunier) + + * Remove deprecated functions (Fredrick Meunier). + 2008-01-05 Philip Kendall <phi...@sh...> * libspectrum 0.4.0 released. Modified: trunk/libspectrum/hacking/ChangeLog =================================================================== --- trunk/libspectrum/hacking/ChangeLog 2008-10-25 22:46:20 UTC (rev 3790) +++ trunk/libspectrum/hacking/ChangeLog 2008-10-27 20:20:40 UTC (rev 3791) @@ -687,3 +687,4 @@ libspectrum_tzx_write() and libspectrum_warajevo_read() (Fred). 20081021 libspectrum.h.in,rzx.c: add "automatic" flag to snapshots in RZX files. +20081027 ChangeLog: bring up to date. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |