Skip to content

Commit

Permalink
Updating CHANGELOG and README for 1.0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Aug 1, 2010
1 parent f0cd3a8 commit 4305790
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG
@@ -1,3 +1,17 @@
v1.0.1 (01/08/2010):
* 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.
v1.0 (07/08/2009):
* Added support for RSA-SHA1 signing algorithm, also working with
passphrase-protected private RSA keys.
Expand All @@ -8,4 +22,4 @@ v1.0 (07/08/2009):
v0.1.0 (23/06/2009):
* Initial release of the QOAuth library, implementation of the OAuth
authorization flow with support for encrypting QOAuth requests using HMAC-SHA1
algorithm.
algorithm.
2 changes: 1 addition & 1 deletion Doxyfile
Expand Up @@ -31,7 +31,7 @@ PROJECT_NAME = QOAuth
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 1.0
PROJECT_NUMBER = 1.0.1

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -12,7 +12,7 @@ developer no more than 4 methods, namely:
First two methods serve application authorization purposes, whilst the other two
are used for accessing Protected Resources. The complete documentation is
available locally as well as online:
http://files.ayoy.net/qoauth/1.0/doc
http://files.ayoy.net/qoauth/1.0.1/doc

QOAuth internally makes use of QCA (Qt Cryptographic Architecture). Here is the
complete list of its dependencies:
Expand Down

0 comments on commit 4305790

Please sign in to comment.