diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-03 01:15:15 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-03 01:15:15 (GMT) |
commit | 7be21e271b676511aea219e527e4039a17ff76e6 (patch) | |
tree | ee58965a1fe351b18f46890e5816d027e45ece7b /web | |
parent | 05c50e0529db83fddb9667d80b5a2aff19455225 (diff) | |
download | site-7be21e271b676511aea219e527e4039a17ff76e6.tar.gz |
Release announcement: Mention "contrib" removal
Add a note regarding the removal of the "contrib" directory to the
release announcement.
Diffstat (limited to 'web')
-rw-r--r-- | web/content/doc/release-notes/1-5.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/content/doc/release-notes/1-5.md b/web/content/doc/release-notes/1-5.md index f1e351a..b8f3457 100644 --- a/web/content/doc/release-notes/1-5.md +++ b/web/content/doc/release-notes/1-5.md | |||
@@ -82,7 +82,14 @@ You can get the tarball from our [download page][download]. | |||
82 | multiple headers by semicolons anymore. Use multiple `-k` switches instead. | 82 | multiple headers by semicolons anymore. Use multiple `-k` switches instead. |
83 | * `check_http`'s `--proxy_authorization` option is now called | 83 | * `check_http`'s `--proxy_authorization` option is now called |
84 | `--proxy-authorization` (it was always documented this way) | 84 | `--proxy-authorization` (it was always documented this way) |
85 | * The [contrib directory][contrib] has been removed. These days, sites such | ||
86 | as [Nagios Exchange][nag-exchange] and [Monitoring Exchange][mon-exchange] | ||
87 | serve as much better places for publishing plugins not maintained by the | ||
88 | Nagios Plugins Development Team. | ||
85 | 89 | ||
86 | [download]: /download.html | 90 | [download]: /download.html |
91 | [contrib]: https://github.com/nagios-plugins/nagios-plugins/tree/7a80e27fb38b26713ac5a1f6810b99519a31dbf3/contrib | ||
92 | [nag-exchange]: http://exchange.nagios.org/ | ||
93 | [mon-exchange]: https://www.monitoringexchange.org/ | ||
87 | 94 | ||
88 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> | 95 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> |