SF.net SVN: postfixadmin:[413] branches/postfixadmin-2.2.1
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2008-07-23 11:40:27
|
Revision: 413 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=413&view=rev Author: GingerDog Date: 2008-07-23 11:40:36 +0000 (Wed, 23 Jul 2008) Log Message: ----------- update version number - probably need to be 2.2.1.1 now :/ Modified Paths: -------------- branches/postfixadmin-2.2.1/debian/changelog branches/postfixadmin-2.2.1/functions.inc.php Modified: branches/postfixadmin-2.2.1/debian/changelog =================================================================== --- branches/postfixadmin-2.2.1/debian/changelog 2008-07-23 11:35:14 UTC (rev 412) +++ branches/postfixadmin-2.2.1/debian/changelog 2008-07-23 11:40:36 UTC (rev 413) @@ -1,3 +1,21 @@ +postfixadmin (2.2.1.1) unstable; urgency=low + + * Various bug fixes (MySQL charset issue(s)) + * Updated translations (pl, bg, ru, nb, tw etc) + * added quota parameter to mailbox_postcreation hook + * new hook to update the quota after editing a mailbox + ($CONF['mailbox_postedi +t_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 + * Subversion revision 412 (from branches/postfixadmin-2.2.1) + * THIS IS EFFECTIVELY THE SAME AS 2.2.1 (which should probably be ignored) + + -- David Goodwin <dav...@pa...> Wed, 23 Jul 2008 12:37:00 +0000 + postfixadmin (2.2.1) unstable; urgency=low * Various bug fixes (MySQL charset issue(s)) Modified: branches/postfixadmin-2.2.1/functions.inc.php =================================================================== --- branches/postfixadmin-2.2.1/functions.inc.php 2008-07-23 11:35:14 UTC (rev 412) +++ branches/postfixadmin-2.2.1/functions.inc.php 2008-07-23 11:40:36 UTC (rev 413) @@ -22,7 +22,7 @@ exit; } -$version = '2.2.1'; +$version = '2.2.1.1'; /** * check_session This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |