r3 (2005-09-26) - Added methods to get small and large image URL's for a given photo - Added a clarifying comment to Photo.thumbnailUrl r4 (2005-09-30) - Moved MD5 to com.suite75.ascrypt.MD5 to avoid reliance on seperately distributed files. r5 (2005-11-17) - Added Photo.getInfoCalled to determine when getInfo has been called on a photo (so you can cache the results and not waste bandwidth on getting the same results again) - Added an Array of the actual photos returned by a call to groups.pools.getPhotos so as well as updating the Group and returning that you can see the particular photos that matched your search. - Added interestingness to photos.search. r6 (2005-11-17) - Optional "original_format" argument added to "extras" parameter list from flickr - updated Flashr to accept this. r7 (2005-11-30) - Added Photo.getTagsAsStrings as a utility method to make it easier to return a list of the cleaned text for all the tag's on a given Photo (see inline comments) r8 (2005-12-16) - Added user_id parameter to groupsPoolsGetPhotos r9 (2005-12-16) - Added ResultsSet which passes back the page, numPages, resultsPerPage and total for any search result r10 (2005-12-16) - Changes so ResultsSet.queryString is correctly set r11 (2005-12-18) - Added Photos.getSizes method. - Changed some var names from resultSet to resultsSet for consistancy. - Added licence info to all files. r12 (2006-01-04) - created Flickr._prepareQuerystring method so that the necessary code could be reused (e.g. for file uploading). - Fixed line endings on ResultsSet.as - A few documentation related fixes.