Skip to content

Commit

Permalink
Version 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lutter committed Jan 25, 2018
1 parent 15f9157 commit 4e5df29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 4e5df29

Please sign in to comment.