Skip to content

Commit 4e5df29

Browse files
committed
Version 1.10.0
1 parent 15f9157 commit 4e5df29

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

NEWS

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.10.0 - ????-??-??
1+
1.10.0 - 2018-01-25
22
- General changes/additions
33
* New CLI utility 'augmatch' to print the tree for a file and select
44
some of its contents
@@ -15,13 +15,16 @@
1515
nodes, and the fully qualified path for nodes stored in a nodeset in
1616
a variable efficiently
1717
- Lens changes/additions
18+
* Grubenv: new lens to process /boot/grub/grubenv (omgold)
1819
* Httpd: also read files from /etc/httpd/conf.modules.d/*.conf
1920
(Tomas Meszaros) (Issue #537)
2021
* Nsswitch: allow comments at the end of a line (Philip Hahn) (Issue #517)
2122
* Ntp: accept 'ntpsigndsocket' statement (Philip Hahn) (Issue #516)
2223
* Properties: accept empty comments with DOS line endings (Issue #161)
24+
* Rancid: new lens for RANCiD router databases (Matt Dainty)
2325
* Resolv: accept empty comments with DOS line endings (Issue #161)
2426
* Systemd: also process /etc/systemd/logind.conf (Pat Riehecky)
27+
* YAML: process a document that is just a sequence (John Vandenberg)
2528

2629
1.9.0 - 2017-10-06
2730
- General changes/additions

configure.ac

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT(augeas, 1.9.0)
1+
AC_INIT(augeas, 1.10.0)
22
AC_CONFIG_SRCDIR([src/augeas.c])
33
AC_CONFIG_AUX_DIR([build/ac-aux])
44
AM_CONFIG_HEADER([config.h])
@@ -65,8 +65,8 @@ if test x"$enable_debug" = x"yes"; then
6565
fi
6666

6767
dnl Version info in libtool's notation
68-
AC_SUBST([LIBAUGEAS_VERSION_INFO], [23:0:23])
69-
AC_SUBST([LIBFA_VERSION_INFO], [5:5:4])
68+
AC_SUBST([LIBAUGEAS_VERSION_INFO], [24:0:24])
69+
AC_SUBST([LIBFA_VERSION_INFO], [6:0:5])
7070

7171
AC_GNU_SOURCE
7272

0 commit comments

Comments
 (0)