X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=ChangeLog;h=c8f24f961e8a71fc4110ae67bae30df04edcc091;hp=9d20229101a71fed6e20eeb036f40ff34023510f;hb=40cca545e1e010e8ee1a4ed4e9636b7c0119d5a2;hpb=643aa9f6fea233073384cdb01e8b23c693bf50e6;ds=sidebyside diff --git a/ChangeLog b/ChangeLog old mode 100755 new mode 100644 index 9d20229..c8f24f9 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2008-01-07 Richard Jones + + Include mlvirtmanager in the Windows installer. + * wininstaller.nsis.in: Include mlvirtmanager in the Windows + installer. + * Makefile.in: Re-enable native code builds for Windows installer. + * mlvirtmanager/Makefile.in: Pass $(LDFLAGS) when building on + Windows - you need to specify the location of $GTK/lib. + + Bundle Gtk DLLs and support files in the Windows installer. + * configure.ac: Detect library paths instead of hard- + coding them. + * wininstaller.nsis (removed): This file is now autogenerated. + * wininstaller.nsis.in: Bundle Gtk DLLs and support files. + * Makefile.in: More verbose messages from NSIS. + + Include required libraries in the Windows installer. + * wininstaller.nsis: Include *.dll files. + + Windows installer. + * Makefile.in, configure.ac: Add --with-nsis[=path/to/nsis] and + call out to 'makensis.exe'. + * wininstaller.nsis, winlicense.rtf: Configuration and support + files for NSIS-based Windows installer. + * README: Update documentation to reflect. + 2008-01-05 Richard Jones mlvirtmanager compiles and runs on Windows (MinGW).