SF.net SVN: postfixadmin:[1799] trunk
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2015-09-26 10:39:08
|
Revision: 1799 http://sourceforge.net/p/postfixadmin/code/1799 Author: christian_boltz Date: 2015-09-26 10:39:05 +0000 (Sat, 26 Sep 2015) Log Message: ----------- 3.0 beta3 (= 2.93) release - update $version and changelog Modified Paths: -------------- trunk/CHANGELOG.TXT trunk/debian/changelog trunk/functions.inc.php Modified: trunk/CHANGELOG.TXT =================================================================== --- trunk/CHANGELOG.TXT 2015-09-18 05:10:13 UTC (rev 1798) +++ trunk/CHANGELOG.TXT 2015-09-26 10:39:05 UTC (rev 1799) @@ -9,7 +9,7 @@ # Last update: # $Id$ -Version 3.0 beta3 (2.93) - 2015/09/** - SVN r**** +Version 3.0 beta3 (2.93) - 2015/09/26 - SVN r1799 ------------------------------------------------- Summary of major changes: @@ -116,6 +116,7 @@ - setup.php: stop relying on subversion keyword for database upgrades - explictly set session_cache_limiter to nocache (bug#347) - fetchmail.pl: honor the (newly added) active column + - change fetchmail.date field to date (no auto-update) (bug#351) - several small changes and fixes at various places - too many to list them here Version 3.0 beta2 (2.92) - 2014/10/28 - SVN r1706 Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2015-09-18 05:10:13 UTC (rev 1798) +++ trunk/debian/changelog 2015-09-26 10:39:05 UTC (rev 1799) @@ -1,3 +1,9 @@ +postfixadmin (2.93-1) unstable; urgency=low + + * New upstream release (effectively beta3 for v3.0) + + -- David Goodwin <da...@pa...> Sat, 26 Sep 2015 12:36:00 +0100 + postfixadmin (2.92-1) unstable; urgency=low * New upstream release (effectively beta2 for v3.0) Modified: trunk/functions.inc.php =================================================================== --- trunk/functions.inc.php 2015-09-18 05:10:13 UTC (rev 1798) +++ trunk/functions.inc.php 2015-09-26 10:39:05 UTC (rev 1799) @@ -15,7 +15,7 @@ * Contains re-usable code. */ -$version = '2.92'; +$version = '2.93'; /** * check_session This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |