Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 7057
blobfc071ee2a526542b58de16de20ba64941b5a559e
1 Title: Allow "coding" comment in notification scripts
2 Level: 1
3 Component: notifications
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1549018644
11 Notification scripts can contain the name of the notification
12 script as a comment after the shebang and the optional encoding
13 comment. When the encoding comment contained only the word
14 "coding" but not "encoding" the encoding comment was accidentally
15 used as the title of the notification script. Now the regular
16 expression from https://docs.python.org/2.7/reference/lexical_analysis.html
17 is used to recognize encoding comments. Therefore, "coding" and
18 "encoding" can now be used.