SF.net SVN: postfixadmin:[588] trunk
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2009-03-18 19:55:08
|
Revision: 588 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=588&view=rev Author: GingerDog Date: 2009-03-18 19:54:34 +0000 (Wed, 18 Mar 2009) Log Message: ----------- 2.3rc1 Modified Paths: -------------- trunk/debian/changelog trunk/functions.inc.php Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2009-03-16 20:16:50 UTC (rev 587) +++ trunk/debian/changelog 2009-03-18 19:54:34 UTC (rev 588) @@ -1,3 +1,13 @@ +postfixadmin (2.3rc1) unstable; urgency=low + + * Subversion revision 587 + * New XmlRpc API for integration with 3rd party web mail clients. + * Various bug fixes + * Translation patches + * Addition of dovecotpw support + + -- David Goodwin <dav...@pa...> Wed, 18 Mar 2009 19:52:00 +0000 + postfixadmin (2.3beta) unstable; urgency=low * Subversion revision 533 Modified: trunk/functions.inc.php =================================================================== --- trunk/functions.inc.php 2009-03-16 20:16:50 UTC (rev 587) +++ trunk/functions.inc.php 2009-03-18 19:54:34 UTC (rev 588) @@ -22,7 +22,7 @@ exit; } -$version = '2.3 beta'; +$version = '2.3 rc1'; /** * check_session This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |