diff --git a/README.rdoc b/README.rdoc index bd850ca..1c971f0 100644 --- a/README.rdoc +++ b/README.rdoc @@ -282,7 +282,7 @@ Have a look at rest-client-components: http://github.com/crohr/rest-client-compo == Credits -REST Client Team:: Matthew Manning, Lawrence Leonard Gilbert +REST Client Team:: Matthew Manning, Lawrence Leonard Gilbert, Andy Brody Creator:: Adam Wiggins diff --git a/history.md b/history.md index 900e3a8..209b271 100644 --- a/history.md +++ b/history.md @@ -1,3 +1,12 @@ +# 1.6.8 + +- The 1.6.x series will be the last to support Ruby 1.8.7 +- Pin mime-types to < 2.0 to maintain Ruby 1.8.7 support +- Add Gemfile, AUTHORS, add license to gemspec +- Point homepage at https://github.com/rest-client/rest-client +- Clean up and fix various tests and ruby warnings +- Backport `ssl_verify_callback` functionality from 1.7.0 + # 1.6.7 - rebuild with 1.8.7 to avoid https://github.com/rubygems/rubygems/pull/57 @@ -131,4 +140,4 @@ The only breaking change should be the exception classes, but as the new classes All changes exept the last one should be fully compatible with the previous version. -NOTE: due to a dependency problem and to the last change, heroku users should update their heroku gem to >= 1.5.3 to be able to use this version. \ No newline at end of file +NOTE: due to a dependency problem and to the last change, heroku users should update their heroku gem to >= 1.5.3 to be able to use this version.