From 4e5df296d708319b403f207eceed06f7d7c888eb Mon Sep 17 00:00:00 2001 From: David Lutterkort Date: Thu, 25 Jan 2018 13:11:25 -0800 Subject: [PATCH] Version 1.10.0 --- NEWS | 5 ++++- configure.ac | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 27a7f0344..881a92ae0 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.10.0 - ????-??-?? +1.10.0 - 2018-01-25 - General changes/additions * New CLI utility 'augmatch' to print the tree for a file and select some of its contents @@ -15,13 +15,16 @@ nodes, and the fully qualified path for nodes stored in a nodeset in a variable efficiently - Lens changes/additions + * Grubenv: new lens to process /boot/grub/grubenv (omgold) * Httpd: also read files from /etc/httpd/conf.modules.d/*.conf (Tomas Meszaros) (Issue #537) * Nsswitch: allow comments at the end of a line (Philip Hahn) (Issue #517) * Ntp: accept 'ntpsigndsocket' statement (Philip Hahn) (Issue #516) * Properties: accept empty comments with DOS line endings (Issue #161) + * Rancid: new lens for RANCiD router databases (Matt Dainty) * Resolv: accept empty comments with DOS line endings (Issue #161) * Systemd: also process /etc/systemd/logind.conf (Pat Riehecky) + * YAML: process a document that is just a sequence (John Vandenberg) 1.9.0 - 2017-10-06 - General changes/additions diff --git a/configure.ac b/configure.ac index 807957479..959e31c03 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(augeas, 1.9.0) +AC_INIT(augeas, 1.10.0) AC_CONFIG_SRCDIR([src/augeas.c]) AC_CONFIG_AUX_DIR([build/ac-aux]) AM_CONFIG_HEADER([config.h]) @@ -65,8 +65,8 @@ if test x"$enable_debug" = x"yes"; then fi dnl Version info in libtool's notation -AC_SUBST([LIBAUGEAS_VERSION_INFO], [23:0:23]) -AC_SUBST([LIBFA_VERSION_INFO], [5:5:4]) +AC_SUBST([LIBAUGEAS_VERSION_INFO], [24:0:24]) +AC_SUBST([LIBFA_VERSION_INFO], [6:0:5]) AC_GNU_SOURCE