-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
30 lines (30 loc) · 1.39 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
== 2008.08.04 ==
* Added LICENSE.txt file with MIT license, copyright owner is perhaps
dubious however.
== 2008.07.22 ==
* Change to encoding to fix last change to encoding of spaces
== 2008.07.15 ==
* Another change to encoding per
http://groups.google.com/group/oauth/browse_thread/thread/d39931d39b4af4bd
* A change to port handling to better deal with https and the like per
http://groups.google.com/group/oauth/browse_thread/thread/1b203a51d9590226
* Fixed a small bug per
http://code.google.com/p/oauth/issues/detail?id=26
* Added missing base_string debug info when using RSA-SHA1
* Increased size of example endpoint input field and added note about
query strings
== 2009-2011.03.28 ==
* Heaps of bug-fixes
* Introduction of PHPUnit testcases (which aided in above mentioned bug-fixes)
* Added support Revision A auth flows.
* Possibly more, I've lost track..
== 2001.03.29 ==
* Fixed issue with hosts not being normalized correctly
http://tools.ietf.org/html/rfc5849#section-3.4.1.2
http://code.google.com/p/oauth/issues/detail?id=176
http://code.google.com/p/oauth/issues/detail?id=187
* Changed signature comparing to be timing insensitive
http://code.google.com/p/oauth/issues/detail?id=178
* Fixed issue with Host header on some servers on non-standard port includes the port-number
http://code.google.com/p/oauth/issues/detail?id=170
http://code.google.com/p/oauth/issues/detail?id=192