SF.net SVN: postfixadmin:[1180] branches/postfixadmin-2.3
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2011-09-16 18:41:06
|
Revision: 1180 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=1180&view=rev Author: christian_boltz Date: 2011-09-16 18:41:00 +0000 (Fri, 16 Sep 2011) Log Message: ----------- update version numbers etc. for the 2.3.4 release 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 2011-09-16 18:35:00 UTC (rev 1179) +++ branches/postfixadmin-2.3/CHANGELOG.TXT 2011-09-16 18:41:00 UTC (rev 1180) @@ -10,8 +10,8 @@ # Last update: # $Id$ -Changes after 2.3.3 release (postfixadmin-2.3 branch) ---------------------------------------------------------------- +Version 2.3.4 - 2011/09/16 - SVN r1180 (postfixadmin-2.3 branch) +---------------------------------------------------------------- - generate more secure random passwords - squirrelmail plugin: fix typo in variable name @@ -22,7 +22,7 @@ - error_log() dovecotpw error messages Version 2.3.3 - 2011/03/14 - SVN r1010 (postfixadmin-2.3 branch) ---------------------------------------------------------------- +---------------------------------------------------------------- - create-alias: allow multiple alias targets - create-alias, edit-alias: prevent input data loss on validation errors Modified: branches/postfixadmin-2.3/functions.inc.php =================================================================== --- branches/postfixadmin-2.3/functions.inc.php 2011-09-16 18:35:00 UTC (rev 1179) +++ branches/postfixadmin-2.3/functions.inc.php 2011-09-16 18:41:00 UTC (rev 1180) @@ -16,7 +16,7 @@ * Contains re-usable code. */ -$version = '2.3.3'; +$version = '2.3.4'; /** * check_session This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |