SF.net SVN: postfixadmin:[412] branches/postfixadmin-2.2.1
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2008-07-23 11:35:07
|
Revision: 412 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=412&view=rev Author: GingerDog Date: 2008-07-23 11:35:14 +0000 (Wed, 23 Jul 2008) Log Message: ----------- the missing stuff - bump up version in functions.inc.php; fix changelog.txt Modified Paths: -------------- branches/postfixadmin-2.2.1/CHANGELOG.TXT branches/postfixadmin-2.2.1/create-mailbox.php branches/postfixadmin-2.2.1/functions.inc.php Modified: branches/postfixadmin-2.2.1/CHANGELOG.TXT =================================================================== --- branches/postfixadmin-2.2.1/CHANGELOG.TXT 2008-07-22 23:35:20 UTC (rev 411) +++ branches/postfixadmin-2.2.1/CHANGELOG.TXT 2008-07-23 11:35:14 UTC (rev 412) @@ -1,10 +1,37 @@ +# Postfix Admin +# +# LICENSE +# This source file is subject to the GPL license that is bundled with +# this package in the file LICENSE.TXT. +# +# Further details on the project are available at : +# http://www.postfixadmin.com or http://postfixadmin.sf.net # -# Postfix Admin -# by Mischa Peters <mischa at high5 dot net> -# Copyright (c) 2002 - 2005 High5! -# Licensed under GPL for more info check GPL-LICENSE.TXT -# -# +# Last update: +# $Id$ + + +Only in SVN trunk +-------------------- + + - added support for domain aliases (from lenix) + - updated postfix example configuration for domain aliases and to use the new mysql map format + + +Version 2.2.1 +-------------------- + + - added quota parameter to mailbox_postcreation hook + - new hook to update the quota after editing a mailbox ($CONF['mailbox_postedit_script']) + - fixed subfolder creation order and timing + - allow smtp server to be specified in vacation.pl + - fixed MySQL charset issues + - several small bugfixes + - Norwegian (bokmal) translation added + - several translation updates + - SVN revision 408 + + Version 2.2.0 -------------------- Modified: branches/postfixadmin-2.2.1/create-mailbox.php =================================================================== --- branches/postfixadmin-2.2.1/create-mailbox.php 2008-07-22 23:35:20 UTC (rev 411) +++ branches/postfixadmin-2.2.1/create-mailbox.php 2008-07-23 11:35:14 UTC (rev 412) @@ -9,9 +9,6 @@ * Further details on the project are available at : * http://www.postfixadmin.com or http://postfixadmin.sf.net * - * @version $Id$ - * @license GNU GPL v2 or later. - * * File: create-mailbox.php * Responsible for allowing for the creation of mail boxes * Modified: branches/postfixadmin-2.2.1/functions.inc.php =================================================================== --- branches/postfixadmin-2.2.1/functions.inc.php 2008-07-22 23:35:20 UTC (rev 411) +++ branches/postfixadmin-2.2.1/functions.inc.php 2008-07-23 11:35:14 UTC (rev 412) @@ -22,7 +22,7 @@ exit; } -$version = '2.2.0'; +$version = '2.2.1'; /** * check_session This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |