From 5236c265e34261be153b099d046ae6b679a2cb26 Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Mon, 4 Mar 2013 18:55:07 +0200 Subject: Release 0.2.5 --- NEWS | 19 +++++++++++++++++++ configure.ac | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9685381..4b7085f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +0.2.5 - March 04, 2013 +====================== + +Changes since 0.2.4: + +- Make use of post-installation drivers in Windows 7 install scripts. This + implies apps can now easily setup virtio+QXL device drivers and spice-vdagent + as part of Windows 7 unattended installation. +- Windows 7 install script now requires product key, mainly because product key + is the only way to choose product when dealing with installer media with + multiple products on it. +- Actually add install scripts for Windows 8. This was supposed to be merged in + release 0.2.3. +- Formalize architecture names in DB to align with libvirt. The main change is + that i386, i486, i586, all merge to just i686, since in practice these + differences haven't mattered for at least 15 years now. +- Fixes to mingw RPM spec from Fedora. +- Add a Windows 7 volume ID to DB. + 0.2.4 - Feb 19, 2013 ==================== diff --git a/configure.ac b/configure.ac index cf46f4d..1e255c1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libosinfo], [0.2.4], [virt-tools-list@redhat.com]) +AC_INIT([libosinfo], [0.2.5], [virt-tools-list@redhat.com]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.11.1 foreign color-tests tar-ustar]) -- cgit v1.2.1