summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2013-03-04 18:55:07 +0200
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2013-03-04 19:08:21 +0200
commit5236c265e34261be153b099d046ae6b679a2cb26 (patch)
tree5ab6c7d0f9d1f9bbdfb092f029ac708ffed5cf00
parent8e42415a73754b6f666971d8359871e8fad693bf (diff)
Release 0.2.5
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 1 deletions
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])