Skip to content

Commit

Permalink
add CHANGES-2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Mell committed Nov 3, 2011
1 parent 5f77852 commit 3c4ebc0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGES-2.1.9
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Changes in ruby-openid 2.1.9

* added Gemfile and Rakefile. Tests are easily run with
$ rake test

* Renamed the gemspec file and fixed a deprecation warning about "SPEC"

* restructured the test directory to match current practices

* fixed SEGFAULT in lib/openid/dh.rb running in Ruby 1.9.2-290

* fixed bugs in lib/openid/yadis/xrires.rb. Tests were failing.

* fixed problem in Rails 3 with example consumer code handing Rails path_parameters to Consumer.complete
examples/rails_openid/app/controllers/consumer_controller.rb
Existing clients migrating to Rails 3 need to match this change:
parameters = params.reject{ |k,v| request.path_parameters[k.to_sym] } # params keys are String; path_parameters keys are Symbol
See: https://rails.lighthouseapp.com/projects/8994/tickets/3738-breaking-change-in-requestpath_parameters

0 comments on commit 3c4ebc0

Please sign in to comment.