Archive for January, 2007

ObjectiveFlickr 0.9.4 (Ruby) Fixed a Serious Defect

Tuesday, January 9th, 2007

ObjectiveFlickr 0.9.4 (Ruby) is released. This version fixes a serious defect in URL escaping. In short, you couldn’t pass anything that contained HTML entity characters, white spaces, or CJKV characters–anything that requires URL escaping. My thanks for Tim Parkinson who filed this bug.

Now it works well both in unauthenticated and authenticaed calls. Special care must be taken in making authenticated calls, because the signature string must not be escaped when it’s MD5-checksummed.

There’s the asking how the Objective-C version goes. I’m still working on it, and hopefully it will come out soon. I’m thinking whether the version number should sync though…

ObjectiveFlickr 0.9.3 (Ruby) Released

Friday, January 5th, 2007

This is a minor update of ObjectiveFlickr (Ruby), with the added support for “buddy icon” URL generation and a number of renamed methods (the old ones are deprecated, they still work).

For more information, please refer to the release note at RubyForge: http://rubyforge.org/frs/shownotes.php?release_id=8800