You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ripple.apache.org by da...@apache.org on 2013/05/30 16:16:48 UTC

git commit: updated to version 0.9.17

Updated Branches:
  refs/heads/next f255cb7b3 -> ffef19905


updated to version 0.9.17


Project: http://git-wip-us.apache.org/repos/asf/incubator-ripple/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ripple/commit/ffef1990
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ripple/tree/ffef1990
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ripple/diff/ffef1990

Branch: refs/heads/next
Commit: ffef19905f9eb01648c82f4381b90c050988a3b4
Parents: f255cb7
Author: Dan Silivestru <da...@gmail.com>
Authored: Thu May 30 10:16:40 2013 -0400
Committer: Dan Silivestru <da...@gmail.com>
Committed: Thu May 30 10:16:40 2013 -0400

----------------------------------------------------------------------
 doc/CHANGELOG.md                                 |    7 +++++++
 lib/client/platform/cordova/2.0.0/bridge/file.js |    2 +-
 package.json                                     |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/ffef1990/doc/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md
index 30ffdd2..0c73272 100644
--- a/doc/CHANGELOG.md
+++ b/doc/CHANGELOG.md
@@ -1,3 +1,10 @@
+## v0.9.17 - May 30, 2013
+
+* Fixed Ripple load bug for default load param in CLI
+* Updated license headers
+* Updated jsDOM dependencies
+* Updated jasmine loading from submodules to using Bower
+
 ## v0.9.16 - March 22, 2013
 
 * Added support for serve app from multiple folders

http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/ffef1990/lib/client/platform/cordova/2.0.0/bridge/file.js
----------------------------------------------------------------------
diff --git a/lib/client/platform/cordova/2.0.0/bridge/file.js b/lib/client/platform/cordova/2.0.0/bridge/file.js
index 3b4bb57..0571419 100644
--- a/lib/client/platform/cordova/2.0.0/bridge/file.js
+++ b/lib/client/platform/cordova/2.0.0/bridge/file.js
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
- 
+
 // HACK: fs keeps a reference to the last-used FileSystem requested via requestFileSystem
 // this is a hack because if you keep switching between TEMPORARY vs. PERSISTENT file systems requested,
 // and run Cordova File API methods, no parameter is passed into exec specifying the underlying File System.

http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/ffef1990/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 8b294c2..ee7e58e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ripple-emulator",
-  "version": "0.9.16",
+  "version": "0.9.17",
   "description": "A browser based html5 mobile application development and testing tool",
   "homepage": "http://ripple.incubator.apache.org/",
   "author": {