--- libgig/trunk/ChangeLog 2006/09/02 08:45:37 918 +++ libgig/trunk/ChangeLog 2007/03/02 01:04:45 1050 @@ -1,6 +1,12 @@ Version CVS HEAD (?) * packaging changes: + - ported to Windows using native Windows functions for file IO + (provided Dev-C++ + mingw project file) + +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) @@ -17,6 +23,7 @@ - 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.h: - support for reading of ".art" files @@ -29,6 +36,7 @@ * src/gigdump.cpp: - print global file informations + - print sample groups * general changes: - added CPPUnit test cases (at the moment primarily for automatic check