CHANGELOG.txt 1.4 KB

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