# HG changeset patch # User Pascal Volk # Date 1227743404 0 # Node ID bc41dfcef0ad915ccca987b1b381d8c68ab70f2f # Parent aa741e8657b98da17db3fa17bd3ac006b19f6a16 * 'VirtualMailManager/constants/VERSION.py' - Updated version from 0.5-dev to 0.5 * 'NEWS' - Added to repository diff -r aa741e8657b9 -r bc41dfcef0ad NEWS --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/NEWS Wed Nov 26 23:50:04 2008 +0000 @@ -0,0 +1,17 @@ +v0.5 2008-11-26 Pascal Volk + + + gettext i18n support (German translation) + + support for alias domains (add/info/switch/delete). + + support for relocated users (add/info/delete). + + base layout of the users Maildir is now configurable. Also a according + "subscriptions" file will be created. + + subcommand »listdomains«: lists all configured domains or domains that + matches the specified search pattern. + + subcommand »userinfo« can additional display assigned alias addresses. + + subcommand »aliasadd« checks Postfix's "virtual_alias_recursion_limit" + before adding an additional destination address. + + optional SQL functions (see create_optional_types_and_functions.pgsql) + - »useradd«/»userpassword«: fixed behavior of interactive password + prompt. + - fixed some encoding problems (UnicodeEncodeErrors). + - fixed bug in generation of DIGEST-MD5 hashes. diff -r aa741e8657b9 -r bc41dfcef0ad VirtualMailManager/constants/VERSION.py --- a/VirtualMailManager/constants/VERSION.py Sat Oct 11 17:38:35 2008 +0000 +++ b/VirtualMailManager/constants/VERSION.py Wed Nov 26 23:50:04 2008 +0000 @@ -3,6 +3,6 @@ # See COPYING for distribution information. # $Id$ -VERSION = '0.5-dev' +VERSION = '0.5' REVISION = 'rev '+'$Rev$'.split()[1] RELDATE = '$Date$'.split()[1]