X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ChangeLog;h=ba51e4491b4d6c2d181914a077a59c64189bc9ca;hb=5e67b89001cb0760f14feb20b372d21bd972450f;hp=9d20229101a71fed6e20eeb036f40ff34023510f;hpb=643aa9f6fea233073384cdb01e8b23c693bf50e6;p=virt-top.git diff --git a/ChangeLog b/ChangeLog old mode 100755 new mode 100644 index 9d20229..ba51e44 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +2008-01-08 Richard Jones + + Fix native virt-ctrl on Windows. + * virt-ctrl/Makefile.in, virt-ctrl/mingw-gcc-wrapper.ml: Wrapper + around 'gcc' to fix native virt-ctrl builds on Windows/MinGW. + * .hgignore: Ignore *.exe files. + +2008-01-07 Richard Jones + + Updated MANIFEST. + * MANIFEST: Bring the MANIFEST file up to date. + + mlvirtmanager renamed as virt-ctrl. + * .hgignore, Makefile.in, configure.ac: Rename + mlvirtmanager as virt-ctrl to avoid any confusion with + the real virt-manager. + * mlvirtmanager/, virt-ctrl/: Subdirectory moved. + * README: Supporting documentation updated. + + 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).