== 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