[netcf] update to 0.1.9-1

Laine Stump laine at fedoraproject.org
Tue Jul 26 15:17:39 UTC 2011


commit cee1fcd9841108e91b4bb95f04b79c4b32de1daf
Author: Laine Stump <laine at laine.org>
Date:   Tue Jul 26 11:17:30 2011 -0400

    update to 0.1.9-1

 .gitignore |    1 +
 netcf.spec |    9 ++++++++-
 sources    |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9011b8d..df8863e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 netcf-0.1.6.tar.gz
 /netcf-0.1.7.tar.gz
 /netcf-0.1.8.tar.gz
+/netcf-0.1.9.tar.gz
diff --git a/netcf.spec b/netcf.spec
index adb6987..305848d 100644
--- a/netcf.spec
+++ b/netcf.spec
@@ -1,5 +1,5 @@
 Name:           netcf
-Version:        0.1.8
+Version:        0.1.9
 Release:        1%{?dist}%{?extra_release}
 Summary:        Cross-platform network configuration library
 
@@ -75,6 +75,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/netcf.pc
 
 %changelog
+* Tue Jul 26 2011 Laine Stump <laine at redhat.com> - 0.1.9-1
+- Rebase to netcf-0.1.9
+- always add <bridge> element to bridge, even if there is no physdev present
+- don't log error if interface isn't found in kernel during status report
+- allow building with C++
+- update gnulib
+
 * Tue Jun 21 2011 Laine Stump <laine at redhat.com> - 0.1.8-1
 - Rebase to netcf-0.1.8
 - new transactional change APIs: ncf_change_(begin|commit|rollback)
diff --git a/sources b/sources
index da182cb..194703f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-717fbbcf2e1960712b58044c1e56328d  netcf-0.1.8.tar.gz
+4d62010a79d56c12438969da9035b63c  netcf-0.1.9.tar.gz


More information about the scm-commits mailing list