Created tag for 2.1.0rc1 version
Technical commit: added #getParentLogger method to the AbstractMockDriver class. This method has been added to Driver interface in JDK7, so without this fix, trunk would not compile on this JDK version. I couldn't add @Override annotation, because it would break builds for JDK6 and lower...
Merged release-2.1 branch to the trunk.
Modified TODO file removing functionalities implemented in 2.1.0rc1 version.
Bug #30: Fixed incorrect handling of http-param values in case of HTTP GET request.
Bug #46: From now on, script execution can be canceled when it is stopped on breakpoint. (Changed GUI "stop" button behavior)
Technical commit: Bumped web harvest version in the GUI logo element to 2.1.0rc1.
Bug #59: Modified StandaloneConnectionPool to use its .class classloader instead of system classloader when constructing dynamic proxy for ConnectionProxy interface.