SF.net SVN: postfixadmin:[613] trunk
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2009-04-06 19:59:18
|
Revision: 613 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=613&view=rev Author: GingerDog Date: 2009-04-06 19:59:11 +0000 (Mon, 06 Apr 2009) Log Message: ----------- debian/changelog, function.inc.php, CHANGELOG.TXT : 2.3 rc3 is almost here Modified Paths: -------------- trunk/CHANGELOG.TXT trunk/debian/changelog trunk/functions.inc.php Modified: trunk/CHANGELOG.TXT =================================================================== --- trunk/CHANGELOG.TXT 2009-04-06 19:54:11 UTC (rev 612) +++ trunk/CHANGELOG.TXT 2009-04-06 19:59:11 UTC (rev 613) @@ -11,6 +11,13 @@ # $Id$ +Version 2.3rc3 - 2009/04/06 - SVN r611 +-------------------------------------- + + - Minor improvements to the Debian packaging, expect more soon + - Assorted bug fixes + - Partial support for per-user fetchmail.pl support + Version 2.3rc2 - 2009/02/03 - SVN r593 -------------------------------------- Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2009-04-06 19:54:11 UTC (rev 612) +++ trunk/debian/changelog 2009-04-06 19:59:11 UTC (rev 613) @@ -1,3 +1,10 @@ +postfixadmin (2.3rc3) unstable; urgency=low + + * Attempt at fixing Debian build issues (thanks to me...@so...) + * SVN revision 611 + + -- David Goodwin <dav...@pa...> Mon, 6 Apr 2009 20:56:00 +0000 + postfixadmin (2.3rc2) unstable; urgency=low * Subversion revision 593 Modified: trunk/functions.inc.php =================================================================== --- trunk/functions.inc.php 2009-04-06 19:54:11 UTC (rev 612) +++ trunk/functions.inc.php 2009-04-06 19:59:11 UTC (rev 613) @@ -22,7 +22,7 @@ exit; } -$version = '2.3 rc2'; +$version = '2.3 rc3'; /** * check_session This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |