aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog9
-rw-r--r--lib/mauve/version.rb2
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a67e957..e614843 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+mauvealert (3.6.0) stable; urgency=low
+
+ * Changed ack command to split on spaces or commas or both
+ * Fixed initscripts to, erm, work when VERBOSE is not set
+ * Robustificated XMPP some more
+ * Moved all timestamps into epoch time from regular timestamps
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Fri, 04 Nov 2011 08:33:13 +0000
+
mauvealert (3.5.10) stable; urgency=low
* Fixed up Pop3Client class to work.
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index 926d01f..c6db6b0 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -5,6 +5,6 @@ module Mauve
#
# Current version
- VERSION="3.5.10"
+ VERSION="3.6.0"
end