--- libgig/trunk/ChangeLog 2017/10/07 16:30:43 3351 +++ libgig/trunk/ChangeLog 2017/12/03 17:49:22 3392 @@ -1,4 +1,10 @@ -Version SVN trunk +Version SVN trunk (?) + + * src/Serialization.cpp, src/Serialization.h: + - Hide pure internal declarations from header file to avoid numerous + compiler warnings when building and linking against the public API. + +Version 4.1.0 (25 Nov 2017) * general changes: - removed 2 GB limitation when loading a gig or DLS file - using now native integer size where appropriate @@ -100,6 +106,9 @@ - DataType fix: Retain backward compatibility to older versions of native C++ classes/structs. + * src/Akai.cpp: + - Fixed compilation error with recent, more strict compilers. + * src/tools/akaidump.cpp, src/tools/akaiextract.cpp: - improved output of non-ascii characters in usage messages - fixed printf format strings