1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

Add history notes for upcoming 1.6.8 release.

This commit is contained in:
Andy Brody 2014-04-25 18:36:44 -07:00
parent 0f7d928621
commit cef0e40191
2 changed files with 11 additions and 2 deletions

View file

@ -303,7 +303,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

View file

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