aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--lib/mauve/version.rb2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c7bcbad..f616336 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mauvealert (3.9.2) stable; urgency=low
+
+ * Removed destroy XMPP command -- replaced with clear.
+ * no_one_in is now only called once per DuringRunner instance per
+ people_list to try and reduce hammering on the calendar.
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Wed, 09 May 2012 17:05:43 +0100
+
mauvealert (3.9.1) stable; urgency=low
* Web interface now uses an ajax call to work out ack times, falling back to
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index 1863a97..d20cdf0 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -5,6 +5,6 @@ module Mauve
#
# Current version
- VERSION="3.9.1"
+ VERSION="3.9.2"
end