SF.net SVN: postfixadmin:[1861] trunk
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2016-09-10 20:02:36
|
Revision: 1861 http://sourceforge.net/p/postfixadmin/code/1861 Author: christian_boltz Date: 2016-09-10 20:02:33 +0000 (Sat, 10 Sep 2016) Log Message: ----------- prepare PostfixAdmin 3.0 release Modified Paths: -------------- trunk/CHANGELOG.TXT trunk/debian/changelog trunk/functions.inc.php Modified: trunk/CHANGELOG.TXT =================================================================== --- trunk/CHANGELOG.TXT 2016-09-09 20:20:09 UTC (rev 1860) +++ trunk/CHANGELOG.TXT 2016-09-10 20:02:33 UTC (rev 1861) @@ -9,7 +9,7 @@ # Last update: # $Id$ -Changes since 3.0 beta3 +Version 3.0 - 2016/09/11 - SVN r1861 ------------------------------------------------- - add sqlite backend option Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2016-09-09 20:20:09 UTC (rev 1860) +++ trunk/debian/changelog 2016-09-10 20:02:33 UTC (rev 1861) @@ -1,3 +1,9 @@ +postfixadmin (3.0-1) unstable; urgency=low + + * New upstream release + + -- David Goodwin <da...@pa...> Sun, 11 Sep 2016 18:42:00 +0100 + postfixadmin (2.93-2) unstable; urgency=low * Replace debian/ using Debian v2.3.7-2. See Debian's #821643 Modified: trunk/functions.inc.php =================================================================== --- trunk/functions.inc.php 2016-09-09 20:20:09 UTC (rev 1860) +++ trunk/functions.inc.php 2016-09-10 20:02:33 UTC (rev 1861) @@ -15,7 +15,7 @@ * Contains re-usable code. */ -$version = '2.93'; +$version = '3.0'; $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. |