Skip to content

Commit

Permalink
Version 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lutter committed Apr 13, 2019
1 parent 61506a3 commit d133d97
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.12.0 - ????-??-??
1.12.0 - 2019-04-13
- General changes/additions
* update gnulib to 91584ed6
- Lens changes/additions
Expand All @@ -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
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.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])
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], [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

Expand Down

0 comments on commit d133d97

Please sign in to comment.