From: <fr...@us...> - 2016-08-22 11:23:22
|
Revision: 5768 http://sourceforge.net/p/fuse-emulator/code/5768 Author: fredm Date: 2016-08-22 11:23:20 +0000 (Mon, 22 Aug 2016) Log Message: ----------- Reintegrate merge from libspectrum_1_2_0-branch. Modified Paths: -------------- trunk/libspectrum/ChangeLog trunk/libspectrum/Makefile.am trunk/libspectrum/README trunk/libspectrum/configure.ac trunk/libspectrum/doc/libspectrum.3 trunk/libspectrum/doc/libspectrum.txt trunk/libspectrum/hacking/ChangeLog Property Changed: ---------------- trunk/libspectrum/ Index: trunk/libspectrum =================================================================== --- trunk/libspectrum 2016-08-21 22:37:49 UTC (rev 5767) +++ trunk/libspectrum 2016-08-22 11:23:20 UTC (rev 5768) Property changes on: trunk/libspectrum ___________________________________________________________________ Modified: svn:mergeinfo ## -9,7 +9,7 ## /branches/libspectrum_0_5_0-branch:3809-3956 /branches/libspectrum_1_0_0-branch:4185-4222 /branches/libspectrum_1_1_0-branch:4928-5385 -/branches/libspectrum_1_2_0-branch:5387-5689 +/branches/libspectrum_1_2_0-branch:5387-5767 /branches/ntsc-2009-04-11/libspectrum:4000-4147 /branches/opus-20090722/libspectrum:4046-4059 /branches/wii-20080828/libspectrum:3757-3946 \ No newline at end of property Modified: trunk/libspectrum/ChangeLog =================================================================== --- trunk/libspectrum/ChangeLog 2016-08-21 22:37:49 UTC (rev 5767) +++ trunk/libspectrum/ChangeLog 2016-08-22 11:23:20 UTC (rev 5768) @@ -1,3 +1,25 @@ +2016-08-21 Philip Kendall <phi...@sh...> + + * libspectrum 1.2.2 released. + + * Support for reading zip files (Patrik Rak and Sergio Baldoví). + + * Support for converting PZX data blocks with asymmetric pulses to TZX + GDB blocks (Fredrick Meunier). + + * Various minor bug fixes/improvements: + * Print summary of enabled features when building libspectrum (Alberto + Garcia). + * Fix playback of TZX GDB blocks with no pilot tones (Fredrick + Meunier). + * Fix writing GDB blocks with no pilot tones (Fredrick Meunier). + * Fix handling of 0 length tail pulses after PZX data blocks (Fredrick + Meunier). + * TZX spec says that 0 duration pauses should have no effect on the + current level (Fredrick Meunier). + * Ensure the first PZX pulse block pulse is marked as high or low + level as required (Fredrick Meunier). + 2016-07-17 Philip Kendall <phi...@sh...> * libspectrum 1.2.1 released. Modified: trunk/libspectrum/Makefile.am =================================================================== --- trunk/libspectrum/Makefile.am 2016-08-21 22:37:49 UTC (rev 5767) +++ trunk/libspectrum/Makefile.am 2016-08-22 11:23:20 UTC (rev 5768) @@ -71,12 +71,12 @@ ## We update the version when we release according to the guide at ## https://autotools.io/libtool/version.html ## The rules of thumb, when dealing with these values are: -## * Always increase the revision value. ## * Increase the current value whenever an interface has been added, removed or ## changed. +## * Always increase the revision value. ## * Increase the age value only if the changes made to the ABI are backward ## compatible. -libspectrum_la_LDFLAGS = -version-info 11:1:3 -no-undefined @WINDRES_LDFLAGS@ +libspectrum_la_LDFLAGS = -version-info 12:2:4 -no-undefined @WINDRES_LDFLAGS@ libspectrum_la_LIBADD = @AUDIOFILE_LIBS@ @GLIB_LIBS@ -lm Modified: trunk/libspectrum/README =================================================================== --- trunk/libspectrum/README 2016-08-21 22:37:49 UTC (rev 5767) +++ trunk/libspectrum/README 2016-08-22 11:23:20 UTC (rev 5768) @@ -1,4 +1,4 @@ -libspectrum 1.2.1 +libspectrum 1.2.2 ================= 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...> -17th July, 2016 +21st August, 2016 $Id$ Modified: trunk/libspectrum/configure.ac =================================================================== --- trunk/libspectrum/configure.ac 2016-08-21 22:37:49 UTC (rev 5767) +++ trunk/libspectrum/configure.ac 2016-08-22 11:23:20 UTC (rev 5768) @@ -22,12 +22,12 @@ dnl E-mail: phi...@sh... dnl Package version -m4_define([libspectrum_version], [1.2.1]) +m4_define([libspectrum_version], [1.2.2]) dnl Product full version m4_define([libspectrum_major_version], [1]) m4_define([libspectrum_minor_version], [2]) -m4_define([libspectrum_micro_version], [1]) +m4_define([libspectrum_micro_version], [2]) m4_define([libspectrum_nano_version], [0]) m4_define([libspectrum_full_version], [libspectrum_major_version.libspectrum_minor_version.libspectrum_micro_version.libspectrum_nano_version]) Modified: trunk/libspectrum/doc/libspectrum.3 =================================================================== --- trunk/libspectrum/doc/libspectrum.3 2016-08-21 22:37:49 UTC (rev 5767) +++ trunk/libspectrum/doc/libspectrum.3 2016-08-22 11:23:20 UTC (rev 5768) @@ -22,7 +22,7 @@ .\" E-mail: phi...@sh... .\" .\" -.TH libspectrum 3 "17th July, 2016" "Version 1.2.1" "Emulators" +.TH libspectrum 3 "21st August, 2016" "Version 1.2.2" "Emulators" .\" .\"------------------------------------------------------------------ .\" Modified: trunk/libspectrum/doc/libspectrum.txt =================================================================== --- trunk/libspectrum/doc/libspectrum.txt 2016-08-21 22:37:49 UTC (rev 5767) +++ trunk/libspectrum/doc/libspectrum.txt 2016-08-22 11:23:20 UTC (rev 5768) @@ -1,4 +1,4 @@ -libspectrum 1.2.1 +libspectrum 1.2.2 ================= libspectrum is a fairly simple library designed to make the handling Modified: trunk/libspectrum/hacking/ChangeLog =================================================================== --- trunk/libspectrum/hacking/ChangeLog 2016-08-21 22:37:49 UTC (rev 5767) +++ trunk/libspectrum/hacking/ChangeLog 2016-08-22 11:23:20 UTC (rev 5768) @@ -1111,5 +1111,11 @@ 20160814 pzx_read.c: use libspectrum_bits_to_bytes() (Fred). 20160815 configure.ac: print summary of enabled features when building libspectrum (patch #376) (Alberto Garcia). +20160816 ChangeLog,README: first updates for a "1.2.2" release (Fred). +20160816 configure.ac,doc/{libspectrum.3,libspectrum.txt}: mark release as + 1.2.2-pre1 (Fred). +20160816 Makefile.am: bump libtool version (Fred). 20160817 doc/{libspectrum.3,libspectrum.txt}: document zip compression support (Sergio). +20160821 ChangeLog,README,configure.ac,doc/libspectrum.3: update release dates + and mark this release as 1.2.2 (Fred). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |