Browse Source

v0.2001

        [BUG FIXES]
        - #128: Fix upload_file where encode_base64 was not exported properly
        - #54 : Update the status endpoint when checking for Grid
        - #124: Explicitly specify finder type in get_body
Daniel Gempesaw 11 years ago
parent
commit
3992d213f0
2 changed files with 8 additions and 2 deletions
  1. 6 0
      Changes
  2. 2 2
      dist.ini

+ 6 - 0
Changes

@@ -1,5 +1,11 @@
 Revision history for Selenium-Remote-Driver
 
+0.2001 5-23-2014
+        [BUG FIXES]
+        - #128: Fix upload_file where encode_base64 was not exported properly
+        - #54 : Update the status endpoint when checking for Grid
+        - #124: Explicitly specify finder type in get_body
+
 0.20   4-25-2014
         [DESIRED CAPABILITIES]
         - Add a desired_capabilities option that provides full control over the desiredCapability object

+ 2 - 2
dist.ini

@@ -1,5 +1,5 @@
 name = Selenium-Remote-Driver
-version = 0.20
+version = 0.2001
 author = Aditya Ivaturi <ivaturi@gmail.com>
 author = Daniel Gempesaw <gempesaw@gmail.com>
 author = Luke Closs <cpan@5thplane.com>
@@ -14,7 +14,7 @@ build_branch = cpan
 [Git::Check]
 [Git::Commit]
 [Git::Tag]
-[Git::Push]
+;[Git::Push]
 [Git::CommitBuild]
 release_branch = cpan
 release_message = v%v - Build results of %h (on %b)