Skip to content

Commit

Permalink
rb: Release 2.65.2 with encoding issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Jun 5, 2015
1 parent db36310 commit f840e24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions rb/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.46.2 (2015-06-05)
===================
* Fix encoding issue which prevents Element#send_keys to work on Ruby < 2.0 (#621)

2.46.1 (2015-06-04)
===================
* Fix aborted rubygems.org release
Expand Down
2 changes: 1 addition & 1 deletion rb/selenium-webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ end

Gem::Specification.new do |s|
s.name = "selenium-webdriver"
s.version = "2.47.0.dev"
s.version = "2.46.2"

s.authors = ["Jari Bakken"]
s.email = "[email protected]"
Expand Down

5 comments on commit f840e24

@p0deje
Copy link
Member Author

@p0deje p0deje commented on f840e24 Jun 5, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Obviously it's 2.46.2, not 2.65.2. I wish I could reword it, but it's in master already...

@andreastt
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Depending on how strongly you feel about the commit log, you can revert this and apply one that is correct.

@p0deje
Copy link
Member Author

@p0deje p0deje commented on f840e24 Jun 5, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will still be shown in log. I'd prefer to rebase and force-push, but that's not possible, isn't it?

@andreastt
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should never rewrite the public history and do a force push as this will mess with local checkouts.

@p0deje
Copy link
Member Author

@p0deje p0deje commented on f840e24 Jun 5, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know, that's why I didn't.

Please sign in to comment.