Changelog for
libqoauth1-1.0.1-35.1.x86_64.rpm :
Mon Mar 18 13:00:00 2013 schwabAATTsuse.de
- Add aarch64 to the list of lib64 platforms
Fri Jul 6 14:00:00 2012 dvaleevAATTsuse.com
- fix ppc64 libdir
Sat Mar 10 13:00:00 2012 crrodriguezAATTopensuse.org
- Use RPM_OPT_FLAGS
- Fix -debuginfo generation..
- Build with inlines-hidden
Thu Dec 8 13:00:00 2011 cooloAATTsuse.com
- this should be LGPL-3.0+, LGPL is not a valid license name
Sun Aug 7 14:00:00 2011 toddrme2178AATTgmail.com
- Removed name from summaries (fix for RPMLINT warning)
Wed Sep 22 14:00:00 2010 tittiatcokeAATTgmail.com
- Changed spec-file to remove duplicated BuildRequires
Mon Aug 30 14:00:00 2010 tittiatcokeAATTgmail.com
- Update to version 1.0.1
* new API:
- QOAuth::Interface::networkAccessManager()
- QOAuth::Interface::setNetworkAccessManager()
- QOAuth::Interface::ignoreSslErrors()
- QOAuth::Interface::setIgnoreSslErrors()
refer to the API docs for more info,
* added missing export statements to some global functions,
* Percent encode consumer secret and token secret for the Signature Base String signing key [#8],
* Parse for request content when sending POST [#10],
* API docs and examples fixes [#9],
* temporarily removed QOAuth::DELETE from QOAuth::HttpMethod enum on Windows [#4],
* buildsystem fixes - install under /usr/lib64 on 64-bit Unix-like systems and
make use of QT_INSTALL_HEADERS in oauth.prf.
* Added support for RSA-SHA1 signing algorithm, also working with
passphrase-protected private RSA keys.
* Added initial support for PLAINTEXT authorization.
* inlineParameters() extended by the parameter specifying parsing method,
* Introduced the QOAuth namespace, with QOAuth::Interface class holding the core
functionality.
Tue Oct 27 13:00:00 2009 flavioAATTcastelli.name
- first release