# HG changeset patch
# User Pascal Volk <neverseen@users.sourceforge.net>
# Date 1250051382 0
# Node ID dc98cc162c66d8a5227b6e7c5e7215757159688c
# Parent  0332b85f55e12ebbb902a8e54bb15b1de6856831
Released vmm-0.5.1

diff -r 0332b85f55e1 -r dc98cc162c66 NEWS
--- a/NEWS	Wed Aug 12 01:53:47 2009 +0000
+++ b/NEWS	Wed Aug 12 04:29:42 2009 +0000
@@ -1,3 +1,10 @@
+v0.5.1  2009-08-12  Pascal Volk <neverseen@users.sf.net>
+
+	+ Added support for a variable "vmm.cfg" location in
+	  /root, /usr/local/etc or /etc (see vmm.cfg(5))
+	- fixed a few UnicodeDecodeErrors 
+	- fixed a quoting mistake in vmm.cfg
+
 v0.5  2008-11-26  Pascal Volk <neverseen@users.sf.net>
 
 	+ gettext i18n support (German translation)
diff -r 0332b85f55e1 -r dc98cc162c66 UPGRADE
--- a/UPGRADE	Wed Aug 12 01:53:47 2009 +0000
+++ b/UPGRADE	Wed Aug 12 04:29:42 2009 +0000
@@ -19,5 +19,10 @@
     * start Dovecot and Postfix
 
 
+If you have installed vmm 0.5:
+
+    * execute upgrade.sh
+
+
 else
      * read INSTALL
diff -r 0332b85f55e1 -r dc98cc162c66 VirtualMailManager/constants/VERSION.py
--- a/VirtualMailManager/constants/VERSION.py	Wed Aug 12 01:53:47 2009 +0000
+++ b/VirtualMailManager/constants/VERSION.py	Wed Aug 12 04:29:42 2009 +0000
@@ -3,8 +3,8 @@
 # See COPYING for distribution information.
 
 AUTHOR  = 'Pascal Volk <p.volk@veb-it.de>'
-RELDATE = '2008-11-27'
-VERSION = '0.5.1-dev'
+RELDATE = '2009-08-12'
+VERSION = '0.5.1'
 __author__  = AUTHOR
 __date__    = RELDATE
 __version__ = VERSION