[netcf/f17] update to 0.2.3-1 (cherry picked from commit 6759fcb0ec434b19d4ce717844627703be0a936e)

Laine Stump laine at fedoraproject.org
Fri Dec 21 18:52:28 UTC 2012


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

    update to 0.2.3-1
    (cherry picked from commit 6759fcb0ec434b19d4ce717844627703be0a936e)
    
    Conflicts:
    
    	netcf.spec - date of previous release in changelog was different

 .gitignore |    1 +
 netcf.spec |   14 +++++++++++++-
 sources    |    2 +-
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 48b8414..17e4efe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ netcf-0.1.6.tar.gz
 /netcf-0.1.8.tar.gz
 /netcf-0.1.9.tar.gz
 /netcf-0.2.2.tar.gz
+/netcf-0.2.3.tar.gz
diff --git a/netcf.spec b/netcf.spec
index 91d70ac..dd4598a 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)
+
 * Thu Sep 06 2012 Laine Stump <laine at redhat.com> - 0.2.2-1
 - Rebase to netcf-0.2.2
 - update gnulib to fix broken build on systems with nwer glibc (which no
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