--- libgig/trunk/ChangeLog 2006/08/20 14:50:36 917 +++ libgig/trunk/ChangeLog 2006/11/24 12:50:05 933 @@ -1,4 +1,4 @@ -Version CVS HEAD (?) +Version 3.1.0 (24 Nov 2006) * packaging changes: - changed deprecated copyright attribute to license; @@ -16,15 +16,21 @@ 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