From 5dafd6a1983a5675c222466011d21842d75e6fb6 Mon Sep 17 00:00:00 2001 From: Ignaz Forster Date: Tue, 30 Jul 2024 11:54:25 +0200 Subject: [PATCH] Release version 1.11 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 66e905f..162e722 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,14 @@ issue-generator NEWS -- history of user-visible changes. Copyright (C) 2017-2020 Thorsten Kukuk et al. +Version 1.11 +* Add RPM database consistency plugin +* Messages are printed with a severity prefix now +* Fix various typos +* Add missing rule for health-checker.service.8 +* Remove HTML output of man pages (the man pages are rendered by a + common service on manpages.opensuse.org now) + Version 1.10 * Fix Btrfs subvolume check if subvol starts with '-' diff --git a/configure.ac b/configure.ac index 7bf3ec4..da16b8c 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.10) +AC_INIT(health-checker, 1.11) AM_INIT_AUTOMAKE AC_PREFIX_DEFAULT(/usr)