--- libgig/trunk/ChangeLog 2004/05/03 14:16:59 58 +++ libgig/trunk/ChangeLog 2004/08/28 16:10:25 229 @@ -1,3 +1,26 @@ +Version CVS HEAD (?) + + * packaging changes: + - renamed 'libgig.pc.in' -> 'gig.pc.in' and renamed pkg-config lib name + 'libgig' -> 'gig' as it's common practice to omit the 'lib' prefix + + * src/gigextract.cpp: + - added support for libsndfile (if libaudiofile and libsndfile are + available then libsndfile is preferred) + + * src/gigdump.cpp: + - added printout for dimension informations (amount, type, bits, zones) + +Version 0.7.1 (2 Jul 2004) + + * packaging changes: + - added libgig.spec and libgig.pc package configurations for generating + Redhat packages + - header files included on installation. + - autotools-generated files removed from CVS repository. + - added support for generating Debian packages + - version of shared library can be set in configure.in + Version 0.7.0 (3 May 2004) * general changes: @@ -47,7 +70,6 @@ * src/gigdump.cpp: - added printout of samples' looping informations - Version 0.6.0 (3 Nov 2003) * initial release