X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ChangeLog;h=ba51e4491b4d6c2d181914a077a59c64189bc9ca;hb=5e67b89001cb0760f14feb20b372d21bd972450f;hp=c8b673a121c6b58ba895105efc3da3d921ca8ac6;hpb=7ae8ab4cf04a8d0705115af44fa7364ebc01b167;p=virt-top.git diff --git a/ChangeLog b/ChangeLog old mode 100755 new mode 100644 index c8b673a..ba51e44 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,29 @@ +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.