/[svn]/libgig/trunk/ChangeLog
ViewVC logotype

Diff of /libgig/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 518 by schoenebeck, Sun May 8 16:19:34 2005 UTC revision 695 by persson, Sat Jul 16 19:36:23 2005 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version CVS HEAD (?)
2    
3    * packaging changes:    * packaging changes:
4        - require automake (>= 1.5) for 'make -f Makefile.cvs'
5          (mandatory for 'dist-bzip2' automake option)
6    
7      * src/gig.cpp, src/gig.h:
8        - support for gig v3 multi-file format (.gig, .gx01, .gx02, ...),
9          the extension files are read automatically when the samples are
10          loaded
11        - fixed the 24 bit decompression, the result should now be exact
12          instead of an approximation
13    
14      * src/DLS.cpp, src/DLS.h:
15        - the upper bits of the pool table indices are read (used as
16          extension file numbers for gig v3)
17    
18      * src/RIFF.cpp, src/RIFF.h:
19        - the file name is remembered in the RIFF::File object
20    
21    Version 2.0.1 (12 Jun 2005)
22    
23      * packaging changes:
24        - include debian/ directory on 'make dist'
25        - create a bzip2 tarball on 'make dist'
26    
27      * src/gigextract.cpp:
28        - show also version of libsndfile or build version of libaudiofile when
29          using the -v switch
30        - fixed mutual link dependency to libsndfile / libaudiofile
31    
32      * src/gig.cpp, src/gig.h:
33        - added DimensionRegion::GetVelocityRelease function
34    
35    Version 2.0.0 (9 May 2005)
36    
37      * packaging changes:
38      - fixed conditional linkage of either libsndfile or libaudiofile      - fixed conditional linkage of either libsndfile or libaudiofile
39        (if none of the two exist, configure script will abort)        (if none of the two exist, configure script will abort)
40      - man pages are now auto generated with the correct libgig version      - man pages are now auto generated with the correct libgig version
# Line 51  Version CVS HEAD (?) Line 85  Version CVS HEAD (?)
85        libgig version        libgig version
86    
87    * src/gigdump.cpp:    * src/gigdump.cpp:
88      - added output of UnityNote and FineTune      - added output of UnityNote, FineTune, Gain, SampleStartOffset an
89      - added output of Gain and SampleStartOffset        LoopPlayCount
     - added output of LoopPlayCount  
90      - added command line switch -v to show gigdump's revision and the used      - added command line switch -v to show gigdump's revision and the used
91        libgig version        libgig version
92    

Legend:
Removed from v.518  
changed lines
  Added in v.695

  ViewVC Help
Powered by ViewVC