From: <fr...@us...> - 2012-12-26 10:55:09
|
Revision: 4801 http://fuse-emulator.svn.sourceforge.net/fuse-emulator/?rev=4801&view=rev Author: fredm Date: 2012-12-26 10:55:01 +0000 (Wed, 26 Dec 2012) Log Message: ----------- First updates for a "1.1.0" release. Modified Paths: -------------- trunk/libspectrum/ChangeLog trunk/libspectrum/README trunk/libspectrum/hacking/ChangeLog Modified: trunk/libspectrum/ChangeLog =================================================================== --- trunk/libspectrum/ChangeLog 2012-12-26 10:52:15 UTC (rev 4800) +++ trunk/libspectrum/ChangeLog 2012-12-26 10:55:01 UTC (rev 4801) @@ -1,3 +1,26 @@ +201?-??-?? Philip Kendall <phi...@sh...> + + * libspectrum 1.1.0 released. + + * Support for Spectranet in snapshots (Philip Kendall). + + * Support for Cheetah SpecDrum in snapshots (Fredrick Meunier). + + * Support reading PZX files (Fredrick Meunier). + + * Support for the TZX set signal level block (Fredrick Meunier). + + * Various minor bug fixes/improvements: + * Add support for detecting POK files (Sergio Baldoví). + * Advertise support for bzip2 compressed and wav files (Sergio + Baldoví). + * Drop support for GLib version 1.x (Alberto Garcia). + * Add support for audiofile 0.3.x (Alberto Garcia). + * Load all snapshot RAM pages for machines with more than 128k + (Fredrick Meunier; thanks, ketmar). + * Support more SZX 1.5 features (Fredrick Meunier). + * Modernise autoconf support (Sergio Baldoví). + 2010-12-16 Philip Kendall <phi...@sh...> * libspectrum 1.0.0 released. Modified: trunk/libspectrum/README =================================================================== --- trunk/libspectrum/README 2012-12-26 10:52:15 UTC (rev 4800) +++ trunk/libspectrum/README 2012-12-26 10:55:01 UTC (rev 4801) @@ -1,4 +1,4 @@ -libspectrum 1.0.0 +libspectrum 1.1.0 ================= libspectrum is a library which is designed to make the input and @@ -67,6 +67,6 @@ Then, type "make" and if everything went well, "make install". Philip Kendall <phi...@sh...> -16 December 2010 +?? ??? 201? $Id$ Modified: trunk/libspectrum/hacking/ChangeLog =================================================================== --- trunk/libspectrum/hacking/ChangeLog 2012-12-26 10:52:15 UTC (rev 4800) +++ trunk/libspectrum/hacking/ChangeLog 2012-12-26 10:55:01 UTC (rev 4801) @@ -924,3 +924,4 @@ (Fred). 20121226 configure.ac: bump version number to 1.1.0 (Fred). 20121226 doc/libspectrum.txt: tweak PZX text (Fred). +20121226 ChangeLog,README: first updates for a "1.1.0" release (Fred). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |