[ postfixadmin-Patches-2025408 ] 2.2.1 Patch for functions.inc.php
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2008-07-24 14:34:33
|
Patches item #2025408, was opened at 2008-07-23 07:07 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2025408&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Tabmow (tabmowtez) Assigned to: Nobody/Anonymous (nobody) Summary: 2.2.1 Patch for functions.inc.php Initial Comment: Hi Guys, It seems the Release of 2.2.1 was a bit hasty and no-one changed the functions.inc.php $version to reflect the change. I have attached a patch inline below: --- functions.inc.php.orig 2008-07-23 15:03:12.000000000 +1000 +++ functions.inc.php 2008-07-23 15:03:25.000000000 +1000 @@ -22,7 +22,7 @@ exit; } -$version = '2.2.0'; +$version = '2.2.1'; /** * check_session Regards, Terry ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-07-24 16:34 Message: Logged In: YES user_id=593261 Originator: NO Oops, this was indeed overlooked. Fixed in 2.2.1.1 ;-) - thanks for the bugreport. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2025408&group_id=191583 |