From 2d48135c49f80db2f11cf0ea7f965e21e5cf7ee9 Mon Sep 17 00:00:00 2001 From: Laine Stump Date: Dec 21 2012 17:26:16 +0000 Subject: Version 0.2.3 --- diff --git a/NEWS b/NEWS index 6738e69..a10d2e9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +0.2.3 - 2012-12-21 + + - eliminate calls to nl_cache_mngt_provide(), to avoid + non-threadsafe code in libnl (and because it isn't needed + anyway) + - 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) + 0.2.2 - 2012-08-25 - specfile: require libnl3-devel for rpm builds on Fedora 18+ and diff --git a/configure.ac b/configure.ac index 5f07e95..3f30865 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(netcf, 0.2.2) +AC_INIT(netcf, 0.2.3) AC_CONFIG_SRCDIR([src/netcf.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([gnulib/m4]) diff --git a/netcf.spec.in b/netcf.spec.in index 8835869..d243f1c 100644 --- a/netcf.spec.in +++ b/netcf.spec.in @@ -97,6 +97,17 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/netcf.pc %changelog +* Fri Dec 21 2012 Laine Stump - 0.2.3-1 +- 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 - 0.2.2-1 - specfile: require libnl3-devel for rpm builds on Fedora 18+ and RHEL7+. Likewise, force libnl1 for F17- and RHEL6.x-, even if