From d133d9786350f1560c2f36d49da07d477c52aa76 Mon Sep 17 00:00:00 2001 From: David Lutterkort Date: Sat, 13 Apr 2019 15:20:06 -0700 Subject: [PATCH] Version 1.12.0 --- NEWS | 11 +++++++++-- configure.ac | 6 +++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 9ba5dab24..f368cb178 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.12.0 - ????-??-?? +1.12.0 - 2019-04-13 - General changes/additions * update gnulib to 91584ed6 - Lens changes/additions @@ -17,17 +17,24 @@ * Puppetfile: allow symbols as (optional) values (Issue #619) allow comments in entries (Issue #620) * Rsyslog: support dynamic file paths (Issue #622) + treat #!/+/- as comment (arnolda, PR #595) * Syslog: accept 'include' directive (Issue #486) * Semanage: new lens to process /etc/selinux/semanage.conf instead of Simplevars (Pino Toscano) (Issue #594) - * Shellvars: accept functions wrapped in round brackets, + * Shellvars: allow and/or in @if conditions (#582) + accept functions wrapped in round brackets, accept variables with a dash in their name, exclude csh/tcsh profile scripts (Pino Toscano) (Issue #600) accept variable as command (Issue #601) * Ssh: accept RekeyLimit (Issue #605) + * Sshd: accept '=' to separate option names from their values + (Emil Dragu, #587) + * Sudoers: support 'always_query_group_plugin' flag (Steve Traylen, #588) * Strongswan: parse lists. This is a backwards-incompatible change since list entries that were parsed into a single string are now split into a list of entries (Kaarle Ritvanen) + * Toml: new lens to parse .toml files (PR #91) + * Xorg: accept empty values for options (arnolda, PR #596) 1.11.0 - 2018-08-24 - General changes/additions diff --git a/configure.ac b/configure.ac index 83820fe9e..6f3a05c18 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(augeas, 1.11.0) +AC_INIT(augeas, 1.12.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], [24:1:24]) -AC_SUBST([LIBFA_VERSION_INFO], [6:2:5]) +AC_SUBST([LIBAUGEAS_VERSION_INFO], [24:2:24]) +AC_SUBST([LIBFA_VERSION_INFO], [6:3:5]) AC_GNU_SOURCE