diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-12-01 23:34:37 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-12-01 23:34:37 (GMT) |
commit | 5020c6cace46f6297cba78cf987550dace135e17 (patch) | |
tree | 06ee86401f7fc895b1ac3e3e2f9d9d05b16cb675 /web | |
parent | 3828c63c7b2a2b10780fa354af488d7dcfd2ed2d (diff) | |
download | site-5020c6cace46f6297cba78cf987550dace135e17.tar.gz |
Publish the 2.1.1 release
Diffstat (limited to 'web')
-rw-r--r-- | web/input/news/release-2-1-1.md | 17 | ||||
-rw-r--r-- | web/macros.py | 2 |
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 @@ | |||
1 | title: Version 2.1.1 Released | ||
2 | author: Holger Weiß | ||
3 | date: 2014-12-02 | ||
4 | --- | ||
5 | |||
6 | The Monitoring Plugins Development Team is proud to announce version 2.1.1 of | ||
7 | the Monitoring Plugins! <end-of-teaser> | ||
8 | |||
9 | This is a minor release on top of [2.1][2.1]. It fixes a regression that | ||
10 | broke [`check_ntp`][check_ntp]'s jitter monitoring, and it includes a number | ||
11 | of bug fixes contributed by Sebastian Herbszt. Kudos go to Sebastian for | ||
12 | providing 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 | |||
2 | import os.path | 2 | import os.path |
3 | import time | 3 | import time |
4 | 4 | ||
5 | plugins_release = '2.1' | 5 | plugins_release = '2.1.1' |
6 | mib_release = '1.0.1' | 6 | mib_release = '1.0.1' |
7 | release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') | 7 | release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') |
8 | site_url = 'https://www.monitoring-plugins.org/' | 8 | site_url = 'https://www.monitoring-plugins.org/' |