--- libgig/trunk/ChangeLog 2014/12/29 16:54:33 2684 +++ libgig/trunk/ChangeLog 2015/01/03 21:44:42 2685 @@ -17,6 +17,7 @@ - Header files are now installed under $(prefix)/include/libgig/ by default. - Fixed various packaging issues regarding installation directories (fixes #218). + - added new command line tool "gig2stereo" (and a man page for it) * SoundFont file format: - initial implementation @@ -97,6 +98,8 @@ - POSIX: only assume -1 result value as error on open() calls - POSIX: show operating system's error reason if opening a file failed - Added support for custom progress notification while saving to RIFF file. + - Fixed embarrassing old bug: POSIX read() errors were never detected on + Chunk::Read() calls due to signment incompatible variable. * src/gigextract.cpp: - export sample loop, unity note and fine tune with libsndfile