--- libgig/trunk/ChangeLog 2004/07/02 19:37:09 168 +++ libgig/trunk/ChangeLog 2004/08/18 12:11:26 220 @@ -1,10 +1,23 @@ +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) + Version 0.7.1 (2 Jul 2004) * packaging changes: - - added libgig.spec and libgig.pc package configurations. + - 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: @@ -54,7 +67,6 @@ * src/gigdump.cpp: - added printout of samples' looping informations - Version 0.6.0 (3 Nov 2003) * initial release