[netcf] update to 0.2.3-1

Laine Stump laine at fedoraproject.org
Fri Dec 21 18:37:16 UTC 2012


commit 6759fcb0ec434b19d4ce717844627703be0a936e
Author: Laine Stump <laine at redhat.com>
Date:   Fri Dec 21 13:37:08 2012 -0500

    update to 0.2.3-1

 .gitignore |    1 +
 netcf.spec |   14 +++++++++++++-
 sources    |    2 +-
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5673a80..b4bbd56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ netcf-0.1.6.tar.gz
 /netcf-0.1.9.tar.gz
 /netcf-0.2.1.tar.gz
 /netcf-0.2.2.tar.gz
+/netcf-0.2.3.tar.gz
diff --git a/netcf.spec b/netcf.spec
index 199e486..2c64ea3 100644
--- a/netcf.spec
+++ b/netcf.spec
@@ -1,5 +1,5 @@
 Name:           netcf
-Version:        0.2.2
+Version:        0.2.3
 Release:        1%{?dist}%{?extra_release}
 Summary:        Cross-platform network configuration library
 
@@ -97,6 +97,18 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/netcf.pc
 
 %changelog
+* Fri Dec 21 2012 Laine Stump <laine at redhat.com> - 0.2.3-1
+- Rebase to netcf-0.2.3
+- eliminate calls to nl_cache_mngt_provide(), to avoid
+  non-threadsafe code in libnl (and because it isn't needed
+  anyway) (This non-threadsafe code could lead to a segfault)
+- portability fixes for FreeBSD
+- fix bug when a config file has two config parameters with
+  identical names
+- add HACKING document
+- always bail immediately if get_augeas fails (doing otherwise
+  could lead to a segfault)
+
 * Sat Aug 25 2012 Laine Stump <laine at redhat.com> - 0.2.2-1
 - Rebase to netcf-0.2.2
 - specfile: require libnl3-devel for rpm builds on Fedora 18+ and
diff --git a/sources b/sources
index 35e970b..4dc5d99 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fbcd47101797b8fcd9519e22002cd200  netcf-0.2.2.tar.gz
+bee292470b06201b59af0fad473a1b65  netcf-0.2.3.tar.gz


More information about the scm-commits mailing list