summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e573d0..8338480 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+version 1.0.3
+ - clarify documentation of oauth_curl
+ - fix possible memleak in oauth_curl (only relevant if an error occurs)
+ - fix TOCTOU in oauth_curl_post_file: the file may change between stat() and fopen()
+
+version 1.0.2
+ - fix typos in documentation
+ - add xfree, xstrdup patch from Kedar Sovani
+ - prepare repository migration to github
+ - built-in sha1 support big&little endian
+ - (no changes to the actual library API or ABI)
+
+version 1.0.1
+ - do not url-escape RSA-key for signature
+
+version 1.0.0
+ - fix body-hash example code
+ - mark all oauth_http functions a deprecated
+ - freeze interface defitions for good
+ - enter maintenance/bug-fix only cycle
+
version 0.9.7
- fixed tiny memory leak when oauth_curl_get() fails
- fixed double-encoding of plaintext signature