From 5020c6cace46f6297cba78cf987550dace135e17 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 2 Dec 2014 00:34:37 +0100 Subject: Publish the 2.1.1 release diff --git a/web/input/news/release-2-1-1.md b/web/input/news/release-2-1-1.md new file mode 100644 index 0000000..9d666a3 --- /dev/null +++ b/web/input/news/release-2-1-1.md @@ -0,0 +1,17 @@ +title: Version 2.1.1 Released +author: Holger Weiß +date: 2014-12-02 +--- + +The Monitoring Plugins Development Team is proud to announce version 2.1.1 of +the Monitoring Plugins! + +This is a minor release on top of [2.1][2.1]. It fixes a regression that +broke [`check_ntp`][check_ntp]'s jitter monitoring, and it includes a number +of bug fixes contributed by Sebastian Herbszt. Kudos go to Sebastian for +providing those! + +[2.1]: /news/release-2-1.html +[check_ntp]: /doc/man/check_ntp.html + + diff --git a/web/macros.py b/web/macros.py index 97d36d3..6a10d1b 100644 --- a/web/macros.py +++ b/web/macros.py @@ -2,7 +2,7 @@ import email.utils import os.path import time -plugins_release = '2.1' +plugins_release = '2.1.1' mib_release = '1.0.1' release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') site_url = 'https://www.monitoring-plugins.org/' -- cgit v0.10-9-g596f