--- libgig/trunk/ChangeLog 2006/08/10 21:27:50 916 +++ libgig/trunk/ChangeLog 2007/03/05 17:42:35 1070 @@ -1,6 +1,17 @@ Version CVS HEAD (?) * packaging changes: + - ported to Windows using native Windows functions for file IO + (provided Dev-C++ + mingw project file) + + * src/gig.cpp, src/gig.h: + - custom velocity splits now works for gig v3 files too + - added support for custom splits points for other dimensions than + velocity (gig v3 feature) + +Version 3.1.0 (24 Nov 2006) + + * packaging changes: - changed deprecated copyright attribute to license; added ldconfig to post-(un)install steps on libgig.spec (RPM) @@ -16,15 +27,25 @@ 16 bits anymore - support for reading of ".art" files. (Merging of .art and .gig files are not implemented yet.) + - several fixes for the write support + - support for sample groups added - * src/DLS.cpp: + * src/DLS.cpp, src/DLS.h: - support for reading of ".art" files + - removed incorrect use of memccpy in the write support (patch by + Jeremy Kerr) + - several fixes for the write support * src/gigextract.cpp: - real support for 24 bit samples * src/gigdump.cpp: - print global file informations + - print sample groups + + * general changes: + - added CPPUnit test cases (at the moment primarily for automatic check + of Gigasampler write support) Version 3.0.0 (28 Apr 2006)