SF.net SVN: postfixadmin:[846] branches/postfixadmin-2.3
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2010-07-08 21:39:54
|
Revision: 846 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=846&view=rev Author: GingerDog Date: 2010-07-08 21:39:48 +0000 (Thu, 08 Jul 2010) Log Message: ----------- 2.3.1 is almost here Modified Paths: -------------- branches/postfixadmin-2.3/CHANGELOG.TXT branches/postfixadmin-2.3/functions.inc.php Modified: branches/postfixadmin-2.3/CHANGELOG.TXT =================================================================== --- branches/postfixadmin-2.3/CHANGELOG.TXT 2010-07-08 21:33:30 UTC (rev 845) +++ branches/postfixadmin-2.3/CHANGELOG.TXT 2010-07-08 21:39:48 UTC (rev 846) @@ -10,7 +10,7 @@ # Last update: # $Id$ -Version 2.3.1 - 2010/05/18 - SVN r*** (postfixadmin-2.3 branch) +Version 2.3.1 - 2010/07/08 - SVN r846 (postfixadmin-2.3 branch) --------------------------------------------------------------- - SUMMARY: PostfixAdmin 2.3.1 is a bugfix-only release for Postfix Admin 2.3. @@ -20,6 +20,7 @@ - SECURITY: users could bypass checking the old password when changing the password by entering a too short new password. Fortunately only "exploitable" by authentificated users. + - merge in changes to /debain (thanks normes) from trunk - display alias targets for mailboxes (if $CONF['special_alias_control'] = YES) - add hook for custom maildir path generation - add import_users_from_csv.py script (by Simone Piccardi) Modified: branches/postfixadmin-2.3/functions.inc.php =================================================================== --- branches/postfixadmin-2.3/functions.inc.php 2010-07-08 21:33:30 UTC (rev 845) +++ branches/postfixadmin-2.3/functions.inc.php 2010-07-08 21:39:48 UTC (rev 846) @@ -16,7 +16,7 @@ * Contains re-usable code. */ -$version = '2.3'; +$version = '2.3.1'; /** * check_session This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |