CHANGES in selenium-rc-2.2.4 vs CHANGES in selenium-rc-2.3.0
- old
+ new
@@ -1,4 +1,15 @@
+2.3.0
+ Updating Selenium jar to v2.0 [b1]
+ fixes bug on some Linux machines where server would not actually be ready for connections even though it was reported as ready
+ renaming library to the same name as the gem ('selenium-rc')
+ exposes the selenium-server.jar path as a class method (SeleniumRC::Server.jar_path)
+ adding Gemfile and development/test dependencies
+ adding more detailed documentation
+
+2.2.4
+ Updating Selenium jar to v2.0 [a4]
+
1.8.20090512
Fixed bug where bin/selenium-rc did not stay open
1.7.20090512
Properly handling Errno::EADDRNOTAVAIL when starting on windows.