Merge branch 'release/0.3.1' into develop
This commit is contained in:
commit
787115b4bb
3 changed files with 30 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
# change log
|
||||
|
||||
## version 0.3.1 2019-06-23
|
||||
|
||||
* move to new project location
|
||||
|
||||
## version 0.3.0 2016-06-18
|
||||
|
||||
* add alternative --hostname parameter to make check_xmpp compatible with
|
||||
|
|
|
@ -31,7 +31,7 @@ from defusedxml.sax import make_parser
|
|||
import nagiosplugin
|
||||
|
||||
__author__ = "Jan Dittberner"
|
||||
__version__ = "0.2"
|
||||
__version__ = "0.3.1"
|
||||
|
||||
|
||||
NS_IETF_XMPP_SASL = 'urn:ietf:params:xml:ns:xmpp-sasl'
|
||||
|
|
|
@ -7,10 +7,34 @@ target: Messaging
|
|||
type: Plugin
|
||||
license: gplv3
|
||||
releases:
|
||||
- name: 0.3.1
|
||||
description: "new project home"
|
||||
files:
|
||||
-
|
||||
name: check_xmppng
|
||||
url: "file:///check_xmppng"
|
||||
description: "Check command"
|
||||
checksum: 3ba088ad712e7eff3897b0be70dc5437
|
||||
-
|
||||
name: COPYING
|
||||
url: "file:///COPYING"
|
||||
description: "GPL 3.0 license text"
|
||||
checksum: d32239bcb673463ab874e80d47fae504
|
||||
-
|
||||
name: README.md
|
||||
url: "file:///README.md"
|
||||
description: "documentation"
|
||||
checksum: 1e6f6632b12e4ef5fc4f02c3ea65da8a
|
||||
-
|
||||
name: changes.md
|
||||
url: "file:///changes.md"
|
||||
description: "change log"
|
||||
checksum: df32115e17a931a083c2c9065c998147
|
||||
- name: 0.3.0
|
||||
description: "add --hostname option"
|
||||
files:
|
||||
- name: check_xmppng
|
||||
-
|
||||
name: check_xmppng
|
||||
url: "file:///check_xmppng"
|
||||
description: "Check command"
|
||||
checksum: 9774a26db6c54af4a51902b90ffe13bc
|
||||
|
|
Loading…
Reference in a new issue