File tree Expand file tree Collapse file tree 5 files changed +15
-5
lines changed
server/src/org/openqa/selenium/server Expand file tree Collapse file tree 5 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 50
50
verbose ( $DEBUG)
51
51
52
52
def version
53
- "2.50.0 "
53
+ "2.50.1 "
54
54
end
55
55
ide_version = "2.8.0"
56
56
Original file line number Diff line number Diff line change
1
+ v2.50.1
2
+ =======
3
+
4
+ * add a way to add to the list of capabilities to consider to the default capability matcher
5
+ * Grid: Fixing timeout issue again... Why isn't it covered by tests? A rhetorical question...
6
+ * Java: Improving handling of marionette errors
7
+ * Java: Replacing ByteArrayOutputStream with CircularOutputStream to prevent OOM exception. Fixes issue #427
8
+ * Java: Moving CircularOutputStream to another package (it's an internal class so no need to create a copy)
9
+ * fix #1562
10
+
1
11
v2.50.0
2
12
=======
3
13
Original file line number Diff line number Diff line change 1
1
selenium.rc.version=2.50
2
- selenium.rc.revision=.0
2
+ selenium.rc.revision=.1
3
3
selenium.core.version=2.50
4
- selenium.core.revision=.0
4
+ selenium.core.revision=.1
Original file line number Diff line number Diff line change 3
3
4
4
<Description about =" urn:mozilla:install-manifest" >
5
5
<em : id >fxdriver@googlecode.com</em : id >
6
- <em : version >2.50.0 </em : version >
6
+ <em : version >2.50.1 </em : version >
7
7
<em : type >2</em : type >
8
8
<em : name >Firefox WebDriver</em : name >
9
9
<em : description >WebDriver implementation for Firefox</em : description >
Original file line number Diff line number Diff line change 16
16
// under the License.
17
17
18
18
Selenium . version = "2.50" ;
19
- Selenium . revision = ".0 " ;
19
+ Selenium . revision = ".1 " ;
20
20
21
21
window . top . document . title += " v" + Selenium . version + Selenium . revision ;
You can’t perform that action at this time.
0 commit comments