aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-05-04 17:12:50 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-05-04 17:12:50 +0100
commit387681c39cb6e80c01a1280fd121bcbbfbac0083 (patch)
tree14b4d8c417aad543df1519e13c20bb85333c88ff
parent58f5a950200f5957307a8552b92ce9e92f948b73 (diff)
Updated changelog
-rw-r--r--debian/changelog19
-rw-r--r--lib/mauve/version.rb2
2 files changed, 20 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 71c208d..8f8d70d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+mauvealert (3.9.0) stable; urgency=low
+
+ * Notify anyone who has contributed to an alert's history since its last
+ raise, either by acknowledging, or by being notified about it.
+ * Username is now recorded in the History wherever possible.
+ * Update Time.bank_holiday? etc. to work correctly.
+ * Mauve::Configuration#do_parse_time now a class method, and used elsewhere
+ to standardise ranges in the configuration file.
+ * Updated notification tests to test bank_holiday changes etc.
+ * Person and people lists have now become interchangeable, with
+ notifications only recording the username, rather than the
+ Person/PeopleList. This means that notifications in alert groups can use
+ default #during clauses and #every values from people lists and persons.
+ * Notify clauses can now take an array of persons/people_lists, and
+ people_lists can refer to other people lists.
+ * PeopleList names are now in the same namespace as usernames.
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Fri, 04 May 2012 16:52:39 +0100
+
mauvealert (3.8.5) stable; urgency=low
* Added configuration options for daytime_hours, dead_zone, and
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index 06a50a4..5bf6cec 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -5,6 +5,6 @@ module Mauve
#
# Current version
- VERSION="3.8.5"
+ VERSION="3.9.0"
end