SF.net SVN: postfixadmin:[858] branches/postfixadmin-2.3
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2010-08-22 21:41:37
|
Revision: 858 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=858&view=rev Author: christian_boltz Date: 2010-08-22 21:41:31 +0000 (Sun, 22 Aug 2010) Log Message: ----------- CHANGELOG.TXT: - changelog for 2.3.2 functions.inc.php: - updated version number to 2.3.2 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-08-22 12:18:43 UTC (rev 857) +++ branches/postfixadmin-2.3/CHANGELOG.TXT 2010-08-22 21:41:31 UTC (rev 858) @@ -10,6 +10,20 @@ # Last update: # $Id$ +Version 2.3.2 - 2010/08/23 - SVN r858 (postfixadmin-2.3 branch) +--------------------------------------------------------------- + + - SUMMARY: PostfixAdmin 2.3.2 is a bugfix-only release for Postfix Admin 2.3.1 + - SECURITY: attackers could find out if a admin exists (login pre-filled the + username after "only" a wrong password was entered) + - alias targets in users/edit-alias are now validated + - invalid alias targets in users/edit-alias are shown to the user again + instead of dropping them + - fix dovecot:* password encryption (was broken in 2.3.1) + - fix displaying used quota for dovecot <= 1.1 (was broken in 2.3.1) + - when deleting a domain that is an alias domain (on the "from" side), the + alias domain is deleted + Version 2.3.1 - 2010/07/09 - SVN r847 (postfixadmin-2.3 branch) --------------------------------------------------------------- Modified: branches/postfixadmin-2.3/functions.inc.php =================================================================== --- branches/postfixadmin-2.3/functions.inc.php 2010-08-22 12:18:43 UTC (rev 857) +++ branches/postfixadmin-2.3/functions.inc.php 2010-08-22 21:41:31 UTC (rev 858) @@ -16,7 +16,7 @@ * Contains re-usable code. */ -$version = '2.3.1'; +$version = '2.3.2'; /** * check_session This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |