SF.net SVN: postfixadmin:[1808] branches/postfixadmin-2.3
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2015-09-28 20:46:01
|
Revision: 1808 http://sourceforge.net/p/postfixadmin/code/1808 Author: christian_boltz Date: 2015-09-28 20:45:58 +0000 (Mon, 28 Sep 2015) Log Message: ----------- 2.3.8 release - update version number and changelog Modified Paths: -------------- branches/postfixadmin-2.3/CHANGELOG.TXT branches/postfixadmin-2.3/debian/changelog branches/postfixadmin-2.3/functions.inc.php Modified: branches/postfixadmin-2.3/CHANGELOG.TXT =================================================================== --- branches/postfixadmin-2.3/CHANGELOG.TXT 2015-09-28 20:40:17 UTC (rev 1807) +++ branches/postfixadmin-2.3/CHANGELOG.TXT 2015-09-28 20:45:58 UTC (rev 1808) @@ -10,7 +10,8 @@ # Last update: # $Id$ -Changes since the 2.3.7 release: +Version 2.3.8 - 2015/09/29 - SVN r1808 (postfixadmin-2.3 branch) +---------------------------------------------------------------- - fix query to enable/disable alias in edit-mailbox for PostgreSQL (#311) - don't prefill username in users/ login on failed logins - fixes (probably harmless) XSS Modified: branches/postfixadmin-2.3/debian/changelog =================================================================== --- branches/postfixadmin-2.3/debian/changelog 2015-09-28 20:40:17 UTC (rev 1807) +++ branches/postfixadmin-2.3/debian/changelog 2015-09-28 20:45:58 UTC (rev 1808) @@ -1,3 +1,10 @@ +postfixadmin (2.3.8-1) unstable; urgency=low + + * New upstream release (v2.3.8) + * update dependencies to allow mariadb as database + + -- David Goodwin (PalePurple) <da...@pa...> Tue, 29 Sep 2015 09:30:00 +0100 + postfixadmin (2.3.7-1) unstable; urgency=low * New upstream release (v2.3.7) Modified: branches/postfixadmin-2.3/functions.inc.php =================================================================== --- branches/postfixadmin-2.3/functions.inc.php 2015-09-28 20:40:17 UTC (rev 1807) +++ branches/postfixadmin-2.3/functions.inc.php 2015-09-28 20:45:58 UTC (rev 1808) @@ -16,7 +16,7 @@ * Contains re-usable code. */ -$version = '2.3.7'; +$version = '2.3.8'; /** * check_session This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |