File qoauth.changes of Package qoauth
-------------------------------------------------------------------
Sun Aug 7 14:44:44 UTC 2011 - toddrme2178@gmail.com
- Removed name from summaries (fix for RPMLINT warning)
-------------------------------------------------------------------
Wed Sep 22 09:35:16 UTC 2010 - tittiatcoke@gmail.com
- Changed spec-file to remove duplicated BuildRequires
-------------------------------------------------------------------
Mon Aug 30 10:04:07 UTC 2010 - tittiatcoke@gmail.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 02:00:00 UTC 2009 - flavio@castelli.name
- first release