Skip to content

Commit

Permalink
Version 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tookmund committed Mar 20, 2020
1 parent 9258558 commit efe091d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.16.1
=======
+ Fix permissions checking error
+ Log swap directory permissions when verbose
+ Log commands when verbose

v1.16
=====
+ Enforce correct permissions on swapfile directory
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([swapspace], [1.16], [[email protected]],[swapspace],[https://github.com/Tookmund/swapspace])
AC_INIT([swapspace], [1.16.1], [[email protected]],[swapspace],[https://github.com/Tookmund/swapspace])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src])
AC_CONFIG_HEADERS([src/config.h])
Expand Down

0 comments on commit efe091d

Please sign in to comment.