summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-12-01 23:34:37 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-12-01 23:34:37 (GMT)
commit5020c6cace46f6297cba78cf987550dace135e17 (patch)
tree06ee86401f7fc895b1ac3e3e2f9d9d05b16cb675
parent3828c63c7b2a2b10780fa354af488d7dcfd2ed2d (diff)
downloadsite-5020c6cace46f6297cba78cf987550dace135e17.tar.gz
Publish the 2.1.1 release
-rw-r--r--web/input/news/release-2-1-1.md17
-rw-r--r--web/macros.py2
2 files changed, 18 insertions, 1 deletions
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 @@
1title: Version 2.1.1 Released
2author: Holger Weiß
3date: 2014-12-02
4---
5
6The Monitoring Plugins Development Team is proud to announce version 2.1.1 of
7the Monitoring Plugins! <end-of-teaser>
8
9This is a minor release on top of [2.1][2.1]. It fixes a regression that
10broke [`check_ntp`][check_ntp]'s jitter monitoring, and it includes a number
11of bug fixes contributed by Sebastian Herbszt. Kudos go to Sebastian for
12providing those!
13
14[2.1]: /news/release-2-1.html
15[check_ntp]: /doc/man/check_ntp.html
16
17<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
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
2import os.path 2import os.path
3import time 3import time
4 4
5plugins_release = '2.1' 5plugins_release = '2.1.1'
6mib_release = '1.0.1' 6mib_release = '1.0.1'
7release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') 7release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-')
8site_url = 'https://www.monitoring-plugins.org/' 8site_url = 'https://www.monitoring-plugins.org/'