Skip to content

Commit 4c2593c

Browse files
committed
updating java changelog, 2.52.0 release
1 parent 9e445a3 commit 4c2593c

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ end
5050
verbose($DEBUG)
5151

5252
def version
53-
"2.51.0"
53+
"2.52.0"
5454
end
5555
ide_version = "2.8.0"
5656

java/CHANGELOG

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
v2.52.0
2+
=======
3+
4+
Firefox:
5+
* Weakening platform restriction to enable 64-bit support
6+
* Fixing closed window handling in FF45
7+
* Implementing a capability that disables overlapping checks - "overlappingCheckDisabled"
8+
9+
WebDriver:
10+
* Fix deselecting options in <select>, actually throw Exceptions documented
11+
* handle special case spellcheck attribute Fixes #1605
12+
13+
Grid:
14+
* Allow forwarded response to be modified by CommandListener
15+
116
v2.51.0
217
=======
318

@@ -2085,3 +2100,5 @@ Grid:
20852100
* Track when a session has become orphaned. I.e., when the client sends no
20862101
commands after the initial session creation. This almost always indicates
20872102
the client is no longer connected and the session is unusable immediately.
2103+
2104+
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
selenium.rc.version=2.51
1+
selenium.rc.version=2.52
22
selenium.rc.revision=.0
3-
selenium.core.version=2.51
3+
selenium.core.version=2.52
44
selenium.core.revision=.0

javascript/firefox-driver/extension/install.rdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<Description about="urn:mozilla:install-manifest">
55
<em:id>[email protected]</em:id>
6-
<em:version>2.51.0</em:version>
6+
<em:version>2.52.0</em:version>
77
<em:type>2</em:type>
88
<em:name>Firefox WebDriver</em:name>
99
<em:description>WebDriver implementation for Firefox</em:description>

javascript/selenium-core/scripts/selenium-version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
Selenium.version = "2.51";
18+
Selenium.version = "2.52";
1919
Selenium.revision = ".0";
2020

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

0 commit comments

Comments
 (0)