Skip to content

Commit

Permalink
Version 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lutter committed Aug 17, 2017
1 parent 7a9177a commit aacc8ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.8.1 - 2017-08-17
- General changes/addition
* Fix error in handling escaped whitespace at the end of path expressions
(addresses CVE-2017-7555)

1.8.0 - 2017-03-20
- General changes/additions
* augtool: add a 'source' command exposing the aug_source API call
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(augeas, 1.8.0)
AC_INIT(augeas, 1.8.1)
AC_CONFIG_SRCDIR([src/augeas.c])
AC_CONFIG_AUX_DIR([build/ac-aux])
AM_CONFIG_HEADER([config.h])
Expand Down Expand Up @@ -65,7 +65,7 @@ if test x"$enable_debug" = x"yes"; then
fi

dnl Version info in libtool's notation
AC_SUBST([LIBAUGEAS_VERSION_INFO], [22:0:22])
AC_SUBST([LIBAUGEAS_VERSION_INFO], [22:1:22])
AC_SUBST([LIBFA_VERSION_INFO], [5:4:4])

AC_GNU_SOURCE
Expand Down

0 comments on commit aacc8ac

Please sign in to comment.