Add a changelog
Project: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/commit/f332b773 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/tree/f332b773 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-oauth/diff/f332b773 Branch: refs/heads/import Commit: f332b77371d334d0faa13e106d0c36f948b325b6 Parents: 994f3d4 Author: Tim Fletcher <[email protected]> Authored: Sun Dec 18 11:34:10 2011 +0000 Committer: Tim Fletcher <[email protected]> Committed: Sun Dec 18 11:34:10 2011 +0000 ---------------------------------------------------------------------- CHANGELOG.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-oauth/blob/f332b773/CHANGELOG.txt ---------------------------------------------------------------------- diff --git a/CHANGELOG.txt b/CHANGELOG.txt new file mode 100644 index 0000000..1944625 --- /dev/null +++ b/CHANGELOG.txt @@ -0,0 +1,35 @@ +v1.2.2 (2011-11-18) 994f3d4 + + * Add support for new tagged tuple returned by http_uri:parse/1 (R15B) + + +v1.2.1 (2011-10-17) 7969309 + + * Updated to use a constant time algorithm to compare signature strings + + +v1.2.0 (2011-06-23) 29cb478 + + * Added oauth:get/3 and oauth:post/3 functions + + * Collapsed into just a single module + + +v1.1.1 (2011-01-29) 18cee77 + + * Updated to use the correct request parameter normalization algorithm + + +v1.1.0 (2011-01-24) 3bea612 + + * Updated to use the new public key API introduced in R14B (public_key-0.8) + + +v1.0.2 (2010-11-26) d9bfb30 + + * Added oauth:get/6 and oauth:post/6 with additional HttpcOptions parameter + + +v1.0.1 (2010-11-26) 2c9269b + + * First version numbered version!
