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])
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
<p>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 <a href="downloads.html">CVS version or snapshot</a>, contact the mailing list
and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
- <h3>0.7.3: Nov 20 2009</h3>
+ <h3>0.7.4: Nov 20 2009</h3>
<ul>
<li>Features:
Implement a node device backend using libudev (David Allan)
Don't copy old machines from a domain which has none (Mark McLoughlin)
</li>
</ul>
+ <h3>0.7.3: Nov 20 2009</h3>
+ <p>Broken release use 0.7.4</p>
+
<h3>0.7.2: Oct 14 2009</h3>
<ul>
<li>Features:
BuildRequires: libssh2-devel
%endif
%if %{with_netcf}
-BuildRequires: netcf-devel >= 0.1.3
+BuildRequires: netcf-devel >= 0.1.4
%endif
# Fedora build root suckage
node_device/node_device_hal.h
NODE_DEVICE_DRIVER_UDEV_SOURCES = \
- node_device/node_device_udev.c
+ node_device/node_device_udev.c \
+ node_device/node_device_udev.h
#########################