You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ripple.apache.org by gt...@apache.org on 2013/11/06 03:21:55 UTC

[22/22] git commit: Updated to 0.9.19, changelog and readme

Updated to 0.9.19, changelog and readme


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

Branch: refs/heads/master
Commit: bf9640f6e48fcb201a17c39fa9cdc88eeff9d347
Parents: a5287cc
Author: Gord Tanner <gt...@gmail.com>
Authored: Tue Nov 5 21:20:03 2013 -0500
Committer: Gord Tanner <gt...@gmail.com>
Committed: Tue Nov 5 21:20:03 2013 -0500

----------------------------------------------------------------------
 README.md        | 12 ------------
 doc/CHANGELOG.md |  7 +++++++
 package.json     |  2 +-
 3 files changed, 8 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/bf9640f6/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 17f1d8e..0b9ddc6 100644
--- a/README.md
+++ b/README.md
@@ -27,18 +27,6 @@ This will build ripple to the `pkg/` folder. In that folder there are various ta
 
 This will describe all the available commands for building and running the tests, etc.
 
-## Running As A Chrome Extension
-
-* Go to the extension management page (chrome://chrome/extensions/) in chrome.
-* Ensure that you have selected the developer mode checkbox.
-* Click the Load Unpacked extension button.
-* Select the `pkg/chrome.extension` folder.
-
-NOTE: For development you should be fine to just build with jake and refresh your browser.
-If you end up editing anything in the ext folder you will need to refresh the extension from the extension management page.
-
-For more information see [doc/chrome_extension.md](https://github.com/apache/incubator-ripple/blob/master/doc/chrome_extension.md).
-
 ## Running Inside Other Web Browsers
 
 Ripple is (by-design) browser agnostic, and _should_ be able to run inside any web browser.

http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/bf9640f6/doc/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md
index b159c71..4935644 100644
--- a/doc/CHANGELOG.md
+++ b/doc/CHANGELOG.md
@@ -1,3 +1,10 @@
+## V0.8.19 - Nov 5, 2013
+
+* Added Support for Cordova 3.0
+* Fixed building on windows
+* Removed BlackBerry Device Skins
+* Removed BlackBerry specific code
+
 ## v0.9.18 - July 8, 2013
 
 Pre-install script (on Windows) causes failure to install via npm

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