File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- 1.10.0 - ????-??-??
1
+ 1.10.0 - 2018-01-25
2
2
- General changes/additions
3
3
* New CLI utility 'augmatch' to print the tree for a file and select
4
4
some of its contents
15
15
nodes, and the fully qualified path for nodes stored in a nodeset in
16
16
a variable efficiently
17
17
- Lens changes/additions
18
+ * Grubenv: new lens to process /boot/grub/grubenv (omgold)
18
19
* Httpd: also read files from /etc/httpd/conf.modules.d/*.conf
19
20
(Tomas Meszaros) (Issue #537)
20
21
* Nsswitch: allow comments at the end of a line (Philip Hahn) (Issue #517)
21
22
* Ntp: accept 'ntpsigndsocket' statement (Philip Hahn) (Issue #516)
22
23
* Properties: accept empty comments with DOS line endings (Issue #161)
24
+ * Rancid: new lens for RANCiD router databases (Matt Dainty)
23
25
* Resolv: accept empty comments with DOS line endings (Issue #161)
24
26
* Systemd: also process /etc/systemd/logind.conf (Pat Riehecky)
27
+ * YAML: process a document that is just a sequence (John Vandenberg)
25
28
26
29
1.9.0 - 2017-10-06
27
30
- General changes/additions
Original file line number Diff line number Diff line change 1
- AC_INIT ( augeas , 1.9 .0 )
1
+ AC_INIT ( augeas , 1.10 .0 )
2
2
AC_CONFIG_SRCDIR ( [ src/augeas.c] )
3
3
AC_CONFIG_AUX_DIR ( [ build/ac-aux] )
4
4
AM_CONFIG_HEADER([ config.h] )
@@ -65,8 +65,8 @@ if test x"$enable_debug" = x"yes"; then
65
65
fi
66
66
67
67
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 ] )
70
70
71
71
AC_GNU_SOURCE
72
72
You can’t perform that action at this time.
0 commit comments