File qoauth.changes of Package qoauth
-------------------------------------------------------------------
Thu May 28 17:41:15 CEST 2015 - ro@suse.de
- expand qoauth-ppc64-libdir.patch for s390x
-------------------------------------------------------------------
Sun Dec 15 03:39:39 UTC 2013 - uweigand@de.ibm.com
- qoauth-ppc64-libdir.patch: Add ppc64le as lib64 platform
-------------------------------------------------------------------
Mon Mar 18 16:49:45 UTC 2013 - schwab@suse.de
- Add aarch64 to the list of lib64 platforms
-------------------------------------------------------------------
Fri Jul 6 21:45:50 UTC 2012 - dvaleev@suse.com
- fix ppc64 libdir
-------------------------------------------------------------------
Sat Mar 10 16:49:23 UTC 2012 - crrodriguez@opensuse.org
- Use RPM_OPT_FLAGS
- Fix -debuginfo generation..
- Build with inlines-hidden
-------------------------------------------------------------------
Thu Dec 8 11:08:10 UTC 2011 - coolo@suse.com
- this should be LGPL-3.0+, LGPL is not a valid license name
-------------------------------------------------------------------
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