Skip to content

Commit

Permalink
updating java changelog, 2.52.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Feb 11, 2016
1 parent 9e445a3 commit 4c2593c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ end
verbose($DEBUG)

def version
"2.51.0"
"2.52.0"
end
ide_version = "2.8.0"

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

Firefox:
* Weakening platform restriction to enable 64-bit support
* Fixing closed window handling in FF45
* Implementing a capability that disables overlapping checks - "overlappingCheckDisabled"

WebDriver:
* Fix deselecting options in <select>, actually throw Exceptions documented
* handle special case spellcheck attribute Fixes #1605

Grid:
* Allow forwarded response to be modified by CommandListener

v2.51.0
=======

Expand Down Expand Up @@ -2085,3 +2100,5 @@ Grid:
* Track when a session has become orphaned. I.e., when the client sends no
commands after the initial session creation. This almost always indicates
the client is no longer connected and the session is unusable immediately.


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.51
selenium.rc.version=2.52
selenium.rc.revision=.0
selenium.core.version=2.51
selenium.core.version=2.52
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.51.0</em:version>
<em:version>2.52.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
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

Selenium.version = "2.51";
Selenium.version = "2.52";
Selenium.revision = ".0";

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

0 comments on commit 4c2593c

Please sign in to comment.