SF.net SVN: postfixadmin:[694] trunk
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2009-07-27 21:13:13
|
Revision: 694 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=694&view=rev Author: GingerDog Date: 2009-07-27 21:13:02 +0000 (Mon, 27 Jul 2009) Log Message: ----------- bump up to 2.3rc7 Modified Paths: -------------- trunk/CHANGELOG.TXT trunk/debian/changelog trunk/functions.inc.php Modified: trunk/CHANGELOG.TXT =================================================================== --- trunk/CHANGELOG.TXT 2009-07-27 21:06:05 UTC (rev 693) +++ trunk/CHANGELOG.TXT 2009-07-27 21:13:02 UTC (rev 694) @@ -11,6 +11,12 @@ # $Id$ +Version 2.3rc7 - 2009/07/27 - SVN r691 +-------------------------------------- + + - Fix bug with confd-link.sh debian thing (breakage on Lenny with wwwconfig-common 0.1.2) + - Fix crypt() issue (see https://sourceforge.net/tracker/?func=detail&aid=2814820&group_id=191583&atid=937964 ) + Version 2.3rc6 - 2009/07/20 - SVN r689 -------------------------------------- Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2009-07-27 21:06:05 UTC (rev 693) +++ trunk/debian/changelog 2009-07-27 21:13:02 UTC (rev 694) @@ -1,3 +1,10 @@ +postfixadmin (2.3rc7) unstable; urgency=low + + * Fix issue with pre.rm script + * New 'upstream' release. + + -- David Goodwin <dav...@pa...> Mon, 27 Jul 2009 22:08:26 +0100 + postfixadmin (2.3rc6) unstable; urgency=low * Bump version number; etc. Modified: trunk/functions.inc.php =================================================================== --- trunk/functions.inc.php 2009-07-27 21:06:05 UTC (rev 693) +++ trunk/functions.inc.php 2009-07-27 21:13:02 UTC (rev 694) @@ -16,7 +16,7 @@ * Contains re-usable code. */ -$version = '2.3 rc6'; +$version = '2.3 rc7'; /** * check_session This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |