<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body >Hi,<br><br>After&nbsp;much&nbsp;delay&nbsp;vtigercrm&nbsp;4.2.4&nbsp;has&nbsp;been&nbsp;released.<br><br>This&nbsp;is&nbsp;the&nbsp;first&nbsp;community&nbsp;driven&nbsp;release,&nbsp;so&nbsp;a&nbsp;big&nbsp;thanks&nbsp;goes&nbsp;out&nbsp;to&nbsp;all&nbsp;the&nbsp;people&nbsp;involved&nbsp;in&nbsp;making&nbsp;this&nbsp;happen.&nbsp;Our&nbsp;Special&nbsp;Thanks&nbsp;to&nbsp;MFedy&nbsp;K&nbsp;and&nbsp;Allan&nbsp;Bush.&nbsp;<br><br>This&nbsp;is&nbsp;mostly&nbsp;a&nbsp;bug&nbsp;fix&nbsp;release,&nbsp;but&nbsp;it&nbsp;does&nbsp;mark&nbsp;the&nbsp;first&nbsp;release&nbsp;using&nbsp;the&nbsp;new&nbsp;SVN/Trac&nbsp;system&nbsp;which&nbsp;helps&nbsp;us&nbsp;harness&nbsp;the&nbsp;power&nbsp;of&nbsp;the&nbsp;community&nbsp;contributions&nbsp;and&nbsp;track&nbsp;issues&nbsp;and&nbsp;their&nbsp;fixes&nbsp;so&nbsp;everyone&nbsp;can&nbsp;help&nbsp;out.&nbsp;&nbsp;The&nbsp;trac&nbsp;system&nbsp;can&nbsp;be&nbsp;seen&nbsp;here:&nbsp;http://vtiger.fosslabs.com<br><br>A&nbsp;list&nbsp;of&nbsp;fixed&nbsp;bugs&nbsp;can&nbsp;be&nbsp;seen&nbsp;using&nbsp;the&nbsp;trac&nbsp;ticket&nbsp;system&nbsp;here:<br>http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=closed&milestone=4.2.4&order=priority<br><br>A&nbsp;full&nbsp;changelog&nbsp;can&nbsp;be&nbsp;seen&nbsp;trough&nbsp;the&nbsp;trac&nbsp;svn&nbsp;log&nbsp;here:<br>http://vtiger.fosslabs.com/cgi-bin/trac.cgi/log/vtigercrm/tags/vtigercrm-4.2.4?action=stop_on_copy&rev=6885&stop_rev=&mode=follow_copy&verbose=on<br><br>vtigercrm&nbsp;4.2.4&nbsp;can&nbsp;be&nbsp;downloaded&nbsp;here:<br><br>http://www.vtiger.com/download/vtigercrm-4.2.4.exe<br>http://www.vtiger.com/download/vtigercrm-4.2.4.bin<br>http://www.vtiger.com/download/vtigercrm-4.2.4.tar.gz<br>http://www.vtiger.com/download/vtigercrm-phpdocs-4.2.4.zip<br><br>For&nbsp;a&nbsp;new&nbsp;installation&nbsp;simply&nbsp;extract&nbsp;the&nbsp;files&nbsp;into&nbsp;a&nbsp;directory&nbsp;accessible&nbsp;through&nbsp;your&nbsp;apache&nbsp;setup&nbsp;then&nbsp;point&nbsp;your&nbsp;web&nbsp;browser&nbsp;to&nbsp;that&nbsp;directory&nbsp;on&nbsp;your&nbsp;website&nbsp;and&nbsp;follow&nbsp;the&nbsp;installation&nbsp;instructions.&nbsp;&nbsp;Software&nbsp;you'll&nbsp;require&nbsp;is&nbsp;apache&nbsp;(1.3.x&nbsp;or&nbsp;2.x)&nbsp;with&nbsp;php&nbsp;(4.3+,&nbsp;no&nbsp;5.x&nbsp;support&nbsp;yet)&nbsp;and&nbsp;mysql&nbsp;(4.x).<br><br>You&nbsp;can&nbsp;post&nbsp;any&nbsp;issues&nbsp;or&nbsp;suggestions&nbsp;at&nbsp;http://vtiger.fosslabs.com/cgi-bin/trac.cgi/newticket&nbsp;<br><br><br>UPGRADING<br><br>If&nbsp;you&nbsp;are&nbsp;upgrading&nbsp;from&nbsp;a&nbsp;previous&nbsp;version&nbsp;of&nbsp;vtigercrm&nbsp;first&nbsp;backup&nbsp;all&nbsp;data&nbsp;then&nbsp;follow&nbsp;the&nbsp;instructions&nbsp;for&nbsp;the&nbsp;appropriate&nbsp;version&nbsp;below:<br><br>4.2.3:<br>        -&nbsp;No&nbsp;database&nbsp;changes&nbsp;are&nbsp;need&nbsp;if&nbsp;you&nbsp;are&nbsp;using&nbsp;a&nbsp;seccessfull&nbsp;installation.<br>        -&nbsp;If&nbsp;tables&nbsp;were&nbsp;only&nbsp;partially&nbsp;created&nbsp;for&nbsp;you&nbsp;using&nbsp;an&nbsp;earlier&nbsp;version&nbsp;please&nbsp;wipe&nbsp;your&nbsp;database&nbsp;and&nbsp;try&nbsp;with&nbsp;4.2.4,&nbsp;your&nbsp;problems&nbsp;should&nbsp;be&nbsp;solved.<br>        -&nbsp;To&nbsp;save&nbsp;your&nbsp;current&nbsp;configuration&nbsp;copy&nbsp;the&nbsp;config.php&nbsp;file&nbsp;from&nbsp;your&nbsp;old&nbsp;installation&nbsp;to&nbsp;config.inc.php&nbsp;in&nbsp;the&nbsp;new&nbsp;installation.&nbsp;&nbsp;You'll&nbsp;also&nbsp;have&nbsp;to&nbsp;edit&nbsp;the&nbsp;config&nbsp;file&nbsp;as&nbsp;follows:<br>        -&nbsp;change&nbsp;the&nbsp;following&nbsp;variable&nbsp;names&nbsp;in&nbsp;config.php<br><br>                from:<br>                        $dbconfig['db_host_name']&nbsp;=<br>                        $dbconfig['db_user_name']&nbsp;=<br><br>                to:<br>                        $dbconfig['db_hostname']&nbsp;=<br>                        $dbconfig['db_username']&nbsp;=<br><br>        -&nbsp;If&nbsp;your&nbsp;4.2.3&nbsp;installation&nbsp;has&nbsp;previously&nbsp;been&nbsp;upgraded&nbsp;from&nbsp;an&nbsp;earlier&nbsp;release&nbsp;there&nbsp;is&nbsp;one&nbsp;database&nbsp;modification&nbsp;missed&nbsp;in&nbsp;pervious&nbsp;upgrades&nbsp;you&nbsp;will&nbsp;want&nbsp;to&nbsp;make&nbsp;manually:<br>                alter&nbsp;table&nbsp;wordtemplates&nbsp;drop&nbsp;primary&nbsp;key;<br>                alter&nbsp;table&nbsp;wordtemplates&nbsp;change&nbsp;filename&nbsp;filename&nbsp;varchar(100)&nbsp;not&nbsp;null;<br>                alter&nbsp;table&nbsp;wordtemplates&nbsp;add&nbsp;column&nbsp;templateid&nbsp;integer(19)&nbsp;primary&nbsp;key;<br><br><br>4.2.2&nbsp;(aka&nbsp;4.2&nbsp;patch2):<br>        -&nbsp;Apply&nbsp;the&nbsp;4.2.3&nbsp;patch&nbsp;as&nbsp;per:&nbsp;http://forums.vtiger.com/viewtopic.php?t=4166<br>        -&nbsp;Then&nbsp;follow&nbsp;the&nbsp;instructions&nbsp;for&nbsp;a&nbsp;4.2.3&nbsp;upgrade.<br><br><br>4.2.1&nbsp;or&nbsp;4.2:<br>        -&nbsp;Apply&nbsp;the&nbsp;4.2.2&nbsp;patch&nbsp;as&nbsp;per:&nbsp;http://forums.vtiger.com/viewtopic.php?t=2903<br>        -&nbsp;Then&nbsp;follow&nbsp;the&nbsp;instructions&nbsp;for&nbsp;a&nbsp;4.2.2&nbsp;upgrade.<br>&nbsp;&nbsp;<br><br>Philip</body></html>