]> xenbits.xensource.com Git - libvirt.git/commitdiff
Release of libvirt-0.7.4
authorDaniel Veillard <veillard@redhat.com>
Fri, 20 Nov 2009 18:43:59 +0000 (19:43 +0100)
committerDaniel Veillard <veillard@redhat.com>
Fri, 20 Nov 2009 18:43:59 +0000 (19:43 +0100)
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
docs/news.html.in
libvirt.spec.in
src/Makefile.am

index b57b4aed6656378a8c5032f805cbcbaadd493d7f..f735bbad1fce8adacf9f86a3f94906fc9ca35cd5 100644 (file)
@@ -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
index fd613d8905a95ca0b0ea101e95aa3dc442097d41..d69348c71ad5dfa408ff450b4d53c6ea1593f30d 100644 (file)
@@ -5,7 +5,7 @@
     <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)
@@ -240,6 +240,9 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
       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:
index 80cefe2c8d35007d9d6ddc4125b4545984aff06a..dba14df1bdd05e4c36faa3dd7194fb5740002848 100644 (file)
@@ -327,7 +327,7 @@ BuildRequires: libcap-ng-devel >= 0.5.0
 BuildRequires: libssh2-devel
 %endif
 %if %{with_netcf}
-BuildRequires: netcf-devel >= 0.1.3
+BuildRequires: netcf-devel >= 0.1.4
 %endif
 
 # Fedora build root suckage
index d22a103b22cdcadec0313bd2aa8b9291b0bb2ea0..26be8e230616e5b2a11e89fa685f00de26e8a561 100644 (file)
@@ -268,7 +268,8 @@ NODE_DEVICE_DRIVER_HAL_SOURCES =                            \
                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
 
 
 #########################