SF.net SVN: postfixadmin:[1417] branches/postfixadmin-2.3
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2013-01-02 21:19:59
|
Revision: 1417 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=1417&view=rev Author: christian_boltz Date: 2013-01-02 21:19:52 +0000 (Wed, 02 Jan 2013) Log Message: ----------- 2.3.6 release - update version at various places 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 2012-12-29 00:13:57 UTC (rev 1416) +++ branches/postfixadmin-2.3/CHANGELOG.TXT 2013-01-02 21:19:52 UTC (rev 1417) @@ -10,7 +10,7 @@ # Last update: # $Id$ -changes since the 2.3.5 release (postfixadmin-2.3 branch) +Version 2.3.6 - 2013/01/02 - SVN r1417 (postfixadmin-2.3 branch) ---------------------------------------------------------------- - display domain and mailbox description with correct encoding Modified: branches/postfixadmin-2.3/debian/changelog =================================================================== --- branches/postfixadmin-2.3/debian/changelog 2012-12-29 00:13:57 UTC (rev 1416) +++ branches/postfixadmin-2.3/debian/changelog 2013-01-02 21:19:52 UTC (rev 1417) @@ -1,3 +1,9 @@ +postfixadmin (2.3.6-1) unstable; urgency=low + + * New upstream release (v2.3.6) + + -- David Goodwin (PalePurple) <da...@pa...> Wed, 2 Jan 2013 21:20:00 +0100 + postfixadmin (2.3.5-1) unstable; urgency=low * Initial Debian release (Closes: #247225) Modified: branches/postfixadmin-2.3/functions.inc.php =================================================================== --- branches/postfixadmin-2.3/functions.inc.php 2012-12-29 00:13:57 UTC (rev 1416) +++ branches/postfixadmin-2.3/functions.inc.php 2013-01-02 21:19:52 UTC (rev 1417) @@ -16,7 +16,7 @@ * Contains re-usable code. */ -$version = '2.3.5'; +$version = '2.3.6'; /** * check_session This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |