Release Notes - Maven 2.x Selenium Plugin - Version 1.0-beta-2
** Bug
* [MSELENIUM-13] - Selenese goal crashes after executing a test
suite
* [MSELENIUM-14] - extensions misspelled extentions
* [MSELENIUM-25] - selenium:xvfb sometimes fails
** Improvement
* [MSELENIUM-2] - Add better validation of browser configuration
when starting the server
* [MSELENIUM-5] - Upgrade Selenium to 0.9.2
* [MSELENIUM-8] - Upgrade to Selenium 0.9.2-SNAPSHOT
* [MSELENIUM-9] - Re-implement as a Groovy mojo
* [MSELENIUM-10] - Add support to gracefully shutdown the
Selenium server
* [MSELENIUM-12] - Setup an Xauthority file for the Xvfb server
to allow clients to connect when another X server is running
* [MSELENIUM-17] - Add support for -browserSessionReuse
* [MSELENIUM-18] - Add support for -forcedBrowserMode
** New Feature
* [MSELENIUM-1] - Add support for headless operation on unix
systems with Xvfb
* [MSELENIUM-6] - Add support for multiWindow
* [MSELENIUM-7] - Add support to invoke html testsuites
* [MSELENIUM-15] - Add support for firefoxProfileTemplate
* [MSELENIUM-16] - Add support for alwaysProxy
* [MSELENIUM-21] - add 'skip' capability
** Task
* [MSELENIUM-11] - Add FAQ to the site
--jason