aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-09-12 11:19:29 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-09-12 11:19:29 +0100
commit768ccf6d467a9354dd35e842f040f6b5eb374735 (patch)
tree4047f1e265f186d2334fedeacc08edba36064e9d
parent55a99abb5acaf32c971751a3abce5c323491891d (diff)
Version bump
-rw-r--r--debian/changelog6
-rw-r--r--lib/mauve/version.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 88c6d19..c3a26ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mauvealert (3.5.7) stable; urgency=low
+
+ * Reminders are now unconditionally cleared when an alert is cleared.
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Mon, 12 Sep 2011 11:18:09 +0100
+
mauvealert (3.5.6) stable; urgency=low
* XMPP interface now saves note.
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index 5ec90f6..e6b6eb4 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -1,5 +1,5 @@
module Mauve
- VERSION="3.5.6"
+ VERSION="3.5.7"
end