Changelog for
flickcurl-1.26-2.3.x86_64.rpm :
* Sat Oct 07 2017 jengelhAATTinai.de- Avoid double shipping of documentation. Rectify RPM group and update summaries.- %_mandir is implicitly tagged %doc already.
* Thu Oct 05 2017 fcrozatAATTsuse.com- Do not try to build gtk-doc, use the one from the tarball (drop BuildRequires gtk-doc).- Remove unneeded BuildRequires automake / autoconf.
* Mon Nov 10 2014 fcrozatAATTsuse.com- Update to version 1.26:
* Switch all API endpoints and image URLs to https protocol (http for Flickr API is deprecated since 2014-04-30).
* Fixed utility documentation: args consistency for PER-PAGE / PAGE.
* Added new extras: url_q, url_n and url_c for new image sizes.
* Configuration and build improvements for newer automake and autoconf. Add new internal convienience libraries libmtwist and libgetopt.
* Added build-time utility mangen to generate manpage and extras.
* Generate and accept the new staticflickr.com domain for image URIs as well as the existing static.flickr.com.
* Multiple error path allocation fixes, several memory leak fixes and a few overflows found via Coverity.
* Mon Apr 28 2014 fcrozatAATTsuse.com- Update for version 1.25: - more OAuth fixes, including uploading fully working - Multiple internal OAuth changes to simplify code.- Remove flickcurl-wrong-memset.patch, merged upstream
* Sun Dec 09 2012 p.drouandAATTgmail.com- Update to 1.23 version:
* Full support using Flickr via OAuth 1.0 and converting from the legacy Flickr authentication to OAuth. It supports both authentication flows but Flickr has deprecated the legacy authentication, so it might stop working at any time.
* Added an API call to upgrade from the Flickr legacy authentication to OAuth 1.0. This revokes and deletes the legacy \'auth_token\' and returns an OAuth Access Token and Access Token Secret pair which need to be saved.- New build dependencies: glib2 and gobject2.0- Remove useless rpaths on the package- Include really documentation into the two non-devel package to avoid break links- Disable and remove statics libraries
* Tue Dec 27 2011 idonmezAATTsuse.com- Fix wrong size parameter in memset call
* Fri Dec 23 2011 andreas.stiegerAATTgmx.de- move non-documentation files from -doc to -devel to fix Factory build error with files packaged twice
* Sun Sep 18 2011 jengelhAATTmedozas.de- Apply packaging guidelines (remove redundant/obsolete tags/sections from specfile, etc.)
* Sat Aug 06 2011 crrodriguezAATTopensuse.org- Fix build with newer curl Fix build with newer curl
* Mon Mar 28 2011 pascal.bleserAATTopensuse.org- split out documentation into -doc subpackage, symlinked- update to 1.21:
* a memory leak when building photo list results was fixed
* flickcurl_photos_setPerms() was fixed to allow false boolean permissions
* flickcurl_photosets_getPhotos_params() was fixed to just work
* the flickcurl(1) utility now handles Raptor V1, V2, or none
* Thu Nov 18 2010 pascal.bleserAATTopensuse.org- update to 1.20:
* fixes support for several major API calls that return standard photo responses (SPR), such as searching for photos, getting recent photos, listing photosets, and several others
* Sun Jul 25 2010 pascal.bleserAATTopensuse.org- update to 1.19:
* support was added for the new photosets APIs: + flickr.photosets.removePhotos + flickr.photosets.reorderPhotos + flickr.photosets.setPrimaryPhoto
* support was added for photo notes when getting photo information
* the flickcurl utility was updated to support all of the new APIs
* Tue Apr 27 2010 pascal.bleserAATTopensuse.org- update to 1.18:
* adds support for the (rest of the) Galleries API
* adds a new People API call
* adds new functions for controlling curl handle options
* the flickcurl(1) utility was updated to support all of the new APIs
* Fri Mar 05 2010 pascal.bleserAATTopensuse.org- update to 1.17:
* support for the new stats API, the people API, the \"photos of\" people API, and the gallery API have been added
* the flickcurl utility has been updated to support all of the new APIs
* Thu Jan 14 2010 pascal.bleserAATTopensuse.org- update to 1.16:
* the flickcurl utility configuration file generation was fixed to use a key=value format as documented
* flickcurl now accepts files with spaces around the \"=\"
* the authentication documentation was updated to add a picture showing the result of fetching the mobile authentication URLs
* Sun Jan 03 2010 pascal.bleserAATTopensuse.org- update to 1.15:
* documentation updates
* the flickcurl_search_params struct gained an in_gallery boolean field to restrict searches to photos in a gallery
* the flickcurl utility photos.search commands gained geographical context, taking an integer argument for inside/ outside, an is-commons boolean flag, and an is-gallery boolean flag
* a few minor bugs and typographical errors were fixed
* Mon Sep 21 2009 pascal.bleserAATTopensuse.org- update to 1.14:
* adds a tutorial for using the search API along with a simple example program
* adds support for search parameters (geo_context and is_commons) and new extras path_alias, url_m, url_o, url_s, url_sq, and url_t
* fixes a few minor bugs and typos
* Sat Aug 01 2009 pascal.bleserAATTopensuse.org- update to 1.13:
* two new utility functions were added to + get photo IDs from \"farm\" image URLs + to get the current webservice delay time
* requests were fixed to be dynamically allocated rather than use a fixed buffer
* a resource leak bug for the HTTP user agent was fixed
* Sat Jul 04 2009 pascal.bleserAATTopensuse.org- update to 1.12:
* support for the two new collections API calls and four other new general API calls were added
* functions were added for generating flic.kr short URIs for photos
* a bug with resetting curl during sequences of mixed read and write API calls was fixed
* the flickcurl(1) utility was updated to support the new API calls
* several other minor improvements and fixes were made
* Tue May 26 2009 pascal.bleserAATTopensuse.org- update to 1.11
* Fri May 01 2009 pascal.bleserAATTopensuse.org- update to 1.10:
* uploading images and replacing images was made to work again
* functions were added to set the service URIs for the image upload and image replacing Web services
* fixes were made to allow compiling and using the library from C++
* Sat Apr 04 2009 pascal.bleserAATTopensuse.org- update to 1.9:
* the Pandas API was added to get interesting photos from pandas
* groups members get list method was added
* some other minor bugfixes and improvements were made- changes from 1.8:
* the Places API was updated for 6 new API calls, including shape history
* the Photos Geo API was updated for 5 new API calls for setting/getting locations
* the Commons API was added with new support for 1 API call to get a list of institutions
* some other minor fixes and improvements were also made