diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-12-12 10:11:26 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-12-12 10:11:26 +0000 |
commit | 4a150d2ac6e490b701f835ccd2d2a4b015454708 (patch) | |
tree | 49710122671351c1bf92a1033aa9e248d61b035e /debian/changelog | |
parent | e9928ea5ff1f6b703178660b8f0263c78410ed2b (diff) |
Use the SHA1 hash of the input line as the alert ID for mauve.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8c17a23..8862df5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +custodian (0.8-5) stable; urgency=low + + * When sending alerts via Mauve the ID of the alert must be unique, + per-source. We thought we'd achieved this by using the input line + from the parser, but sadly there is a 255 character limit. + Use the SHA1 hash of the input to satisfy both constraints. + + -- Steve Kemp <steve@bytemark.co.uk> Wed, 12 Dec 2012 10:11:01 +0000 + custodian (0.8-4) stable; urgency=low * The error message is more explicit on DNS failures. |