diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,25 @@ +2010-06-25 + + * gpl3.txt: Moved gpl3.txt from doc to src directory. + + * VirtualLeaf.pro: Added -Wno-write-strings and -Wno-unused-parameter to QMAKE_CXXFLAGS. + + * libplugin.pro: Ditto. + + * parameter.cpp: Result of adding datadir changes to make_parameter_source.pl. + * parameter.h: Ditto. + + * output.h: Declared new function (AppendHomeDirIfPathRelative). + + * output.cpp (AppendHomeDirIfPathRelative): Added new function. + + * canvas.cpp (gpl): Moving gpl3.txt from doc to src obviates the need to docDir.cd("../doc"). + + * VirtualLeaf-install.nsi: Add missing libiconv/bin directory. + Copy libiconv-2.dll, libxml2.dll and zlib1.dll from relative paths. + + * VirtualLeaf.pro: copy gpl3.txt as part of QMAKE_POST_LINK. + 2010-06-24 * libplugin.pro: Use correct library path.