aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-01-06 14:43:38 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-01-06 14:43:38 +0000
commiteff78cf79f7973a6da4ccc349d7aaf54f76e0173 (patch)
tree5eebf87b9cd5ac4b00f6d305d4e17f7f2a1c8494
parentf090ac12bcc1b1c5541983a87ba5fed9d9b60b83 (diff)
Version bump
-rw-r--r--debian/changelog12
-rw-r--r--lib/mauve/version.rb2
2 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index c3b0e0d..39fcdbf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,14 @@
-mauvealert (3.6.2) lucid; urgency=low
+mauvealert (3.6.3) stable; urgency=low
+
+ * Logs received at time in Processor
+ * Added lsb-base dependency
+ * Added test-task to init script
+ * Added include, include_file, and include_directory directives to
+ configuration.
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Fri, 06 Jan 2012 14:41:45 +0000
+
+mauvealert (3.6.2) stable; urgency=low
* Tinkered with dependencies
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index 312b9ae..d27b796 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -5,6 +5,6 @@ module Mauve
#
# Current version
- VERSION="3.6.2"
+ VERSION="3.6.3"
end