From 040e80f7e60eee5035235fa158cb713cba8261b1 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 20 Nov 2009 19:43:59 +0100 Subject: [PATCH] Release of libvirt-0.7.4 0.7.3 was broken * configure.in docs/news.html.in: release of 0.7.4 * configure.in libvirt.spec.in: require netcf >= 0.1.4 * src/Makefile.am: node_device/node_device_udev.h was missing from NODE_DEVICE_DRIVER_UDEV_SOURCES breaking compilation on platforms with udev --- configure.in | 4 ++-- docs/news.html.in | 5 ++++- libvirt.spec.in | 2 +- src/Makefile.am | 3 ++- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/configure.in b/configure.in index b57b4aed66..f735bbad1f 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([libvirt], [0.7.3]) +AC_INIT([libvirt], [0.7.4]) AC_CONFIG_SRCDIR([src/libvirt.c]) AC_CONFIG_AUX_DIR([build-aux]) AM_CONFIG_HEADER([config.h]) @@ -33,7 +33,7 @@ GNUTLS_REQUIRED="1.0.25" AVAHI_REQUIRED="0.6.0" POLKIT_REQUIRED="0.6" PARTED_REQUIRED="1.8.0" -NETCF_REQUIRED="0.1.3" +NETCF_REQUIRED="0.1.4" UDEV_REQUIRED=145 PCIACCESS_REQUIRED=0.10.0 XMLRPC_REQUIRED=1.14.0 diff --git a/docs/news.html.in b/docs/news.html.in index fd613d8905..d69348c71a 100644 --- a/docs/news.html.in +++ b/docs/news.html.in @@ -5,7 +5,7 @@

Here is the list of official releases, however since it is early on in the development of libvirt, it is preferable when possible to just use the CVS version or snapshot, contact the mailing list and check the ChangeLog to gauge progress.

-

0.7.3: Nov 20 2009

+

0.7.4: Nov 20 2009

+

0.7.3: Nov 20 2009

+

Broken release use 0.7.4

+

0.7.2: Oct 14 2009