aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-11-04 08:40:44 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-11-04 08:40:44 +0000
commitfadccf2c6f0f1abc698d66706776b4159b30a0c5 (patch)
tree76b5f16339d55ca8b5d915da973efd0c722cf441
parent4d6b2e47ac5b135097bc8eb7b2b1ebae65668647 (diff)
Version bump
-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