Did you know a hot fix for ColdFusion was released this week?
I didn't. I really wish there was some type of service (perhaps using a web application - anyone know how to build those?) where I could ask Adobe to email on each and every ColdFusion update. I definitely get that some hot fixes are not for everyone. Adobe recommends you only get a hot fix typically if it applies to an issue you are having, but this weeks release was a cumulative hot fix - something most folks probably want to install. You can find it here:
ColdFusion 8.0.1 cumulative hot fix 1
Anyway - if there is a service like I described somewhere up on Adobe.com - someone let me know. Thanks go to Todd Sharp for blogging on this earlier.
By the way - there is an RSS feed: http://rss.adobe.com/www/support/recent/recent_cf.xml - I use it ColdFusionPortal.org - but this hot fix isn't even listed there yet. The cumulative hot fix is listed under the total list of hot fixes, but I'm surprised there isn't an entry in the RSS feed just for this new release.
Comments
ColdFusion Support Center
Option 2: Top ColdFusion Support Solutions
at: http://www.adobe.com/support/coldfusion/
There is a "Top TechNotes" RSS feed there:
http://rss.adobe.com/www/support/recent/recent_cf....
I need more coffee
My bad.
Sigh.
JG
A question on the topic of updating CF:
Do you know if it is OK to just drop the hotfix .jar file into the {cf_root}/lib/updates/ directory (obviously, after stopping the service first)?
Does one HAVE to go through CF Admin to install a hotfix? I mean, the installation instructions on the chf pages on adobe.com tell you to remove all priorly installed individual and cumulative hf first, to do which you need to go to the above updates dir and delete the files. Can I at the same time just drop the new file in there? Or does CF Admin perform some additional operations apart from just copying the .jar file into the updates folder?
Thanks!
Forgot to add: I did try it, and it 'seems' to work - the CF service restarted and the SysInfo page in CF Admin lists correct Update Level... - but does this way of updating 'really' work?
@emmet - I never ran across the image bug myself - but it was pretty serious
@all - So do notice that the RSS feed still doesn't list this new hotfix. One link does go to a page where the hotfix can be found, but there isn't an entry for this hotfix itself. I wonder who "content manages" the feed?
You can get around that by going into the terminal and doing 'unzip /path/to/chf8010001.zip'
I ignored the patch for cfimage since I don't use it. I checked out the update to the CHF page and saw it included the patch for cfimage and the patch for Apache on Linux (which I already had - and which had been announced in the RSS feed earlier).
What I'd really like to see is a simple web service that could be added to the CF Admin. Imagine logging on to your admin and being told an update was available.
Has anyone else had this problem?
<cfdocument>
<h1>Hello World</h1>
</cfdocument>
The actual problem with the content was when the PDF was printed, it was fine on the screen but when printed, all the text was just gibberish
I will play with it again once I have cleared my to-do list (sigh).
<?xml version="1.0" encoding="iso-8859-1"?>
<menu>
<submenu label="ColdFusion Hotfixes">
<menuitem href="http://kb.adobe.com/selfservice/viewContent.do?ext...; target="content">ColdFusion 8</menuitem>
<menuitem href="http://kb.adobe.com/selfservice/viewContent.do?ext...; target="content">ColdFusion 7</menuitem>
<menuitem href="http://kb.adobe.com/selfservice/viewContent.do?ext...; target="content">ColdFusion 6</menuitem>
</submenu>
</menu>
It ain't pretty, but it keeps it in front of me.
