diff --git a/NEWS b/NEWS index d9ff848..66e905f 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ issue-generator NEWS -- history of user-visible changes. Copyright (C) 2017-2020 Thorsten Kukuk et al. +Version 1.10 +* Fix Btrfs subvolume check if subvol starts with '-' + Version 1.9 * Fix failing subvolume mount checks with certain characters in mount point [gh#openSUSE/health-checker#14]. diff --git a/configure.ac b/configure.ac index 4851d6d..7bf3ec4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(health-checker, 1.9) +AC_INIT(health-checker, 1.10) AM_INIT_AUTOMAKE AC_PREFIX_DEFAULT(/usr)