--- libgig/trunk/ChangeLog 2007/10/04 00:34:14 1378 +++ libgig/trunk/ChangeLog 2007/10/26 10:58:41 1459 @@ -1,5 +1,11 @@ Version CVS HEAD (?) + * src/RIFF.cpp, src/RIFF.h: + - avoid Windows to perform unnecessary file stream caching which would + decrease disk streaming performance on Windows systems otherwise + +Version 3.2.0 (14 Oct 2007) + * packaging changes: - added Mac OSX XCode project files (patch by Toshi Nagata) - Dev-C++ (win32) project file is automatically updated with @@ -18,6 +24,7 @@ instead of setting the KeyRange member variable directly - MoveRegion() method of Region class is now private - added SetGain() method to Sampler class + - fixed crash when saving a file after a sample loop was added * src/gig.cpp, src/gig.h: - fixed segmentation fault in the gig::File destructor sequence which