SF.net SVN: postfixadmin:[1894] trunk
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2017-02-08 20:45:28
|
Revision: 1894 http://sourceforge.net/p/postfixadmin/code/1894 Author: christian_boltz Date: 2017-02-08 20:45:26 +0000 (Wed, 08 Feb 2017) Log Message: ----------- 3.0.2 release Modified Paths: -------------- trunk/CHANGELOG.TXT trunk/functions.inc.php Modified: trunk/CHANGELOG.TXT =================================================================== --- trunk/CHANGELOG.TXT 2017-02-08 20:24:31 UTC (rev 1893) +++ trunk/CHANGELOG.TXT 2017-02-08 20:45:26 UTC (rev 1894) @@ -9,7 +9,7 @@ # Last update: # $Id$ -Changes since the 3.0.1 release +Version 3.0.2 - 2017/02/08 - SVN r1893 ------------------------------------------------- - SECURITY: don't allow to delete protected aliases (CVE-2017-5930, PR#23) Modified: trunk/functions.inc.php =================================================================== --- trunk/functions.inc.php 2017-02-08 20:24:31 UTC (rev 1893) +++ trunk/functions.inc.php 2017-02-08 20:45:26 UTC (rev 1894) @@ -15,7 +15,7 @@ * Contains re-usable code. */ -$version = '3.0'; +$version = '3.0.2'; $min_db_version = 1835; # update (at least) before a release with the latest function numbrer in upgrade.php /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |