diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-10-16 09:50:28 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-10-16 09:50:28 (GMT) |
commit | 571df62b8db91426ac6ce77e11e41386f74d2997 (patch) | |
tree | 3382ed0bc810b72c304fe50a079784f3903908e6 | |
parent | 3db39d3c759f0fbcc73f68fe832d90fd3f8f9821 (diff) | |
download | site-571df62b8db91426ac6ce77e11e41386f74d2997.tar.gz |
Publish the 2.1.2 release
-rw-r--r-- | web/input/news/release-2-1-2.md | 12 | ||||
-rw-r--r-- | web/macros.py | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/web/input/news/release-2-1-2.md b/web/input/news/release-2-1-2.md new file mode 100644 index 0000000..9a11cfd --- /dev/null +++ b/web/input/news/release-2-1-2.md | |||
@@ -0,0 +1,12 @@ | |||
1 | title: Version 2.1.2 Released | ||
2 | author: Holger Weiß | ||
3 | date: 2015-10-16 | ||
4 | --- | ||
5 | |||
6 | The Monitoring Plugins Development Team is proud to announce version 2.1.2 of | ||
7 | the Monitoring Plugins! <end-of-teaser> | ||
8 | |||
9 | This is a maintenance release that includes a number of bug fixes provided by | ||
10 | eight different contributors. Many thanks to all of you! | ||
11 | |||
12 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %--> | ||
diff --git a/web/macros.py b/web/macros.py index 6269718..0ecdd7e 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.1' | 5 | plugins_release = '2.1.2' |
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/' |