SF.net SVN: postfixadmin:[1706] trunk
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2014-10-28 20:05:50
|
Revision: 1706 http://sourceforge.net/p/postfixadmin/code/1706 Author: christian_boltz Date: 2014-10-28 20:05:46 +0000 (Tue, 28 Oct 2014) Log Message: ----------- 2.92 (aka 3.0 beta2) release Modified Paths: -------------- trunk/CHANGELOG.TXT trunk/debian/changelog trunk/functions.inc.php Modified: trunk/CHANGELOG.TXT =================================================================== --- trunk/CHANGELOG.TXT 2014-10-25 22:21:45 UTC (rev 1705) +++ trunk/CHANGELOG.TXT 2014-10-28 20:05:46 UTC (rev 1706) @@ -9,8 +9,8 @@ # Last update: # $Id$ -SVN changes since 3.0 beta1 (2.91) ----------------------------------- +Version 3.0 beta2 (2.92) - 2014/10/28 - SVN r1706 +------------------------------------------------- - AliasHandler: don't clean goto field when making alias inactive (bug#316) - list-virtual: display quota even if $CONF[used_quotas] == NO (bug#307) Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2014-10-25 22:21:45 UTC (rev 1705) +++ trunk/debian/changelog 2014-10-28 20:05:46 UTC (rev 1706) @@ -1,3 +1,9 @@ +postfixadmin (2.92-1) unstable; urgency=low + + * New upstream release (effectively beta2 for v3.0) + + -- David Goodwin <da...@pa...> Wed, 28 Oct 2014 21:02:00 +0100 + postfixadmin (2.91-1) unstable; urgency=low * New upstream release (effectively beta for v3.0) Modified: trunk/functions.inc.php =================================================================== --- trunk/functions.inc.php 2014-10-25 22:21:45 UTC (rev 1705) +++ trunk/functions.inc.php 2014-10-28 20:05:46 UTC (rev 1706) @@ -15,7 +15,7 @@ * Contains re-usable code. */ -$version = '2.91'; +$version = '2.92'; /** * check_session This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |