From 05c50e0529db83fddb9667d80b5a2aff19455225 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Wed, 2 Oct 2013 19:37:55 +0200 Subject: Bump release version to 1.5 ... and reference the release announcement. diff --git a/web/content/download.md b/web/content/download.md index 6f8a0fc..4d46cf5 100644 --- a/web/content/download.md +++ b/web/content/download.md @@ -9,14 +9,15 @@ menu-position: 2 ### Stable Release -The current stable Nagios Plugins release is . You -can grab the source tarball from here: +The current stable Nagios Plugins release is , see the +[release announcement][announcement]. You can grab the source tarball from +here: * [nagios-plugins-.tar.gz][tar1] ([sum][sum1]) -See the [release history][news] for a summary of changes between versions. -Old releases can be found in the [download area][download]. There's also an -[FTP mirror][mirror] available. +See the [release history][news] for an overview of changes between earlier +versions. Old releases can be found in the [download area][download]. +There's also an [FTP mirror][mirror] available. ### Development Snapshot @@ -43,6 +44,7 @@ The current NagiosMIB tarball is available from here: Old versions can be found in the [download area][download]. +[announcement]: {{release_notes}} "Release Announcement" [mirror]: ftp://ftp.fu-berlin.de/unix/network/nagios-plugins/ "FTP Mirror" [repository]: https://github.com/nagios-plugins/nagios-plugins "Nagios Plugins Git Repository" [news]: doc/news.txt "NEWS" diff --git a/web/macros.py b/web/macros.py index a4566fe..43a46e0 100644 --- a/web/macros.py +++ b/web/macros.py @@ -1,11 +1,12 @@ import time -plugins_release = '1.4.16' +plugins_release = '1.5' mib_release = '1.0.1' page = { "description": "Standard plugins for Nagios and compatible monitoring solutions.", "keywords": "Nagios, Icinga, Shinken, Monitoring, Official, Plugins, Open, Source, Free, Software" } +release_notes = 'doc/release-notes/' + plugins_release.replace('.', '-') + '.html' def menu(): menu_pages = [p for p in pages if 'menu-position' in p] -- cgit v0.10-9-g596f