Skip to content

Commit

Permalink
updating changelog and version numbers in preperation for 2.32
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Apr 9, 2013
1 parent 31bbcbc commit 085758c
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ end
verbose($DEBUG)

def version
"2.31.0"
"2.32.0"
end
ide_version = "1.10.0"

Expand Down
26 changes: 26 additions & 0 deletions java/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
v2.32.0
=======

WebDriver:
This release supports Firefox verions: 10esr, 17esr, 19, 20

* Let WindowsUtils.killPID() kill the whole process tree
* Implementing support for implicit "submit" button type in HtmlUnitDriver.
* bug fix for python hang with 302 response
* Adding better support for SVG within Firefox. Has better scrolling to element and allows JavaScript execution
* Fixing case of "no active element" for HtmlUnitDriver
* WindowsUtils.kill() fix on Windows 8
* Updating HtmlUnit to 2.12 (and cssparser to 0.9.9)
* Fixing illegal negative timeout values for HtmlUnitDriver, zero means infinite wait
* Implementing pageLoadTimeout in HtmlUnitDriver
* Allow users to specify a custom location for Safari's data directory using the "safari.dataDir" capability.
* Fix for using DesiredCapabilities with WebDriverBackedSelenium
* PhantomJS Driver bindings updated to 1.0.3
* Minimize the number of third party libraries used by the very heart of the remote webdriver server.
* fix issue where server was appending '?null' to all forwarded requests
* Issues fixed: 5293, 4902, 5283, 5278

v2.31.0
=======
(summary not created, check version history logs)

v2.30.0
=======

Expand Down
4 changes: 2 additions & 2 deletions java/server/src/org/openqa/selenium/server/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
selenium.rc.version=2.31
selenium.rc.version=2.32
selenium.rc.revision=.0
selenium.core.version=2.31
selenium.core.version=2.32
selenium.core.revision=.0
2 changes: 1 addition & 1 deletion javascript/firefox-driver/extension/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<Description about="urn:mozilla:install-manifest">
<em:id>fxdriver@googlecode.com</em:id>
<em:version>2.31.0</em:version>
<em:version>2.32.0</em:version>
<em:type>2</em:type>
<em:name>Firefox WebDriver</em:name>
<em:description>WebDriver implementation for Firefox</em:description>
Expand Down
2 changes: 1 addition & 1 deletion javascript/selenium-core/scripts/selenium-version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Selenium.version = "2.31";
Selenium.version = "2.32";
Selenium.revision = ".0";

window.top.document.title += " v" + Selenium.version + Selenium.revision;
Expand Down

0 comments on commit 085758c

Please sign in to comment.