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

Diff of /libgig/trunk/ChangeLog

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

revision 2764 by schoenebeck, Wed May 13 08:36:47 2015 UTC revision 2836 by persson, Sun Aug 23 05:57:18 2015 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version SVN trunk
2      * src/gig.cpp:
3        - fixed bug in Script::SetGroup: the script chunk wasn't moved
4        - fixed compilation error with clang 3.4
5      * src/tools/akaidump.cpp, src/tools/akaiextract.cpp:
6        - improved output of non-ascii characters in usage messages
7        - fixed printf format strings
8      * src/tools/korg2gig.cpp:
9        - fixed c++11 narrowing warnings
10    
11    Version 4.0.0 (14 Jul 2015)
12    * general changes:    * general changes:
13      - minor Makefile fix for parallel make      - minor Makefile fix for parallel make
14      - Mac OS X: link with CoreFoundation (for the UUID function)      - Mac OS X: link with CoreFoundation (for the UUID function)
# Line 20  Version CVS HEAD (?) Line 30  Version CVS HEAD (?)
30      - added new command line tool "gig2stereo" (and a man page for it)      - added new command line tool "gig2stereo" (and a man page for it)
31      - unit tests: fixed wrong return value when test suite app exits      - unit tests: fixed wrong return value when test suite app exits
32        (patch by Ryan Schmidt)        (patch by Ryan Schmidt)
33        - added new command line tool "sf2extract" (and a man page for it)
34    
35    * SoundFont file format:    * SoundFont file format:
36      - initial implementation      - initial implementation
# Line 89  Version CVS HEAD (?) Line 100  Version CVS HEAD (?)
100        new one being dropped after save operation and the gig file being tainted        new one being dropped after save operation and the gig file being tainted
101        (chunks at wrong location in the RIFF tree).        (chunks at wrong location in the RIFF tree).
102    
103      * src/SF.cpp, src/SF.h:
104        - added new method Sample::ReadNoClear()
105    
106    * src/RIFF.cpp, src/RIFF.h:    * src/RIFF.cpp, src/RIFF.h:
107      - bugfix: avoid calling read() with count 0 when writing a file,      - bugfix: avoid calling read() with count 0 when writing a file,
108        as this may hang on some systems        as this may hang on some systems

Legend:
Removed from v.2764  
changed lines
  Added in v.2836

  ViewVC Help
Powered by ViewVC