--- 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)
--- 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
--- 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