Hi, It’s that time of pain again… From what I’ve gleaned so far: -
Smtp classes have
been renamed, with enhanced authentication protocols -
Security.DSSRandom has changed
shape - It
looks like the contributed version of OSTimeZone is
the same as that of 7.4.0 (judging by the file sizes). I had replaced this with
a later version from the repository. It might be useful for others to add to this list…
what other gotcha’s have others come across? Cheers, Stewart |
1. Doing,
aPOP3Client disconnect previously would issue proper 'QUIT' first, now you have to do it yourself via, aPOP3Client quit; disconnect 2. Refactory.Browser.HierarchyClassNavigatorPart showIcons: true That's no longer there; you can bug Travis about it (/me hides) ;) Cheers! -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 http://tinyurl.com/r7uw4 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. > -----Original Message----- > From: Stewart MacLean [mailto:[hidden email]] > Sent: Tuesday, May 15, 2007 2:57 AM > To: [hidden email] > Subject: Upgrading to VW 7.5 gotcha's > > Hi, > > It's that time of pain again... > > From what I've gleaned so far: > > - Smtp classes have been renamed, with enhanced > protocols > - Security.DSSRandom has changed shape > - It looks like the contributed version of OSTimeZone is the same as > that of 7.4.0 (judging by the file sizes). I had replaced this with a > later version from the repository. > > It might be useful for others to add to this list... what other gotcha's > have others come across? > > Cheers, > > Stewart |
Boris Popov wrote:
> 1. Doing, > > aPOP3Client disconnect > > previously would issue proper 'QUIT' first, now you have to do it > yourself via, > > aPOP3Client quit; disconnect Actually the idea was to use #close for all NetClients, i.e. 'aPOP3Client close' should replace the previous #disconnect use. The #disconnect is more of a 'just cut the rope now' without any politeness, and again should apply the same way to all client types. |
Ah, I'd missed that one, thanks,
Cheers! -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 http://tinyurl.com/r7uw4 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. > -----Original Message----- > From: Martin Kobetic [mailto:[hidden email]] > Sent: Tuesday, May 15, 2007 12:46 PM > To: Boris Popov > Cc: Stewart MacLean; [hidden email] > Subject: Re: Upgrading to VW 7.5 gotcha's > > Boris Popov wrote: > > 1. Doing, > > > > aPOP3Client disconnect > > > > previously would issue proper 'QUIT' first, now you have to do it > > yourself via, > > > > aPOP3Client quit; disconnect > > Actually the idea was to use #close for all NetClients, i.e. > close' should replace the previous #disconnect use. The #disconnect is > more of a 'just cut the rope now' without any politeness, and again should > apply the same way to all client types. |
In reply to this post by Boris Popov, DeepCove Labs (SNN)
On May 15, 2007, at 12:28, Boris Popov wrote:
That or pull out the trout-whip. Until I get it fixed.... just override the showIcons method on the instance side of said class to return true. -- Travis Griggs Objologist One man's blue plane is another man's pink plane. |
In reply to this post by Stew MacLean
I did, but couldn't resist complaining about a non issue to keep the list happy :) |
I can do better than that. I'll even keep it related.
How 'bout a long thread, where every one chimes in with the icons they like best and the icons they like least in the VW IDE. :) -- Travis Griggs Objologist My Other Machine runs OSX. But then... so does this one. |
Free forum by Nabble | Edit this page |