You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ripple.apache.org by ti...@apache.org on 2015/05/28 01:07:56 UTC

incubator-ripple git commit: v0.9.30

Repository: incubator-ripple
Updated Branches:
  refs/heads/master c57039dd1 -> 7830f1ac7


v0.9.30


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

Branch: refs/heads/master
Commit: 7830f1ac70c26a5bb3da909b2081040657337bd7
Parents: c57039d
Author: Tim Barham <ti...@microsoft.com>
Authored: Wed May 27 16:07:06 2015 -0700
Committer: Tim Barham <ti...@microsoft.com>
Committed: Wed May 27 16:07:06 2015 -0700

----------------------------------------------------------------------
 doc/CHANGELOG.md | 13 +++++++++++++
 package.json     |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/7830f1ac/doc/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md
index e890722..1f24de2 100644
--- a/doc/CHANGELOG.md
+++ b/doc/CHANGELOG.md
@@ -18,6 +18,19 @@
 # under the License.
 #
 -->
+## v0.9.30 - May 27, 2015
+
+* RIPPLE-86 Changes to allow Ripple to launch in Internet Explorer and Edge browsers:
+  <https://github.com/apache/incubator-ripple/pull/60>
+
+* Further cleanup in LICENSE file:
+  <https://github.com/apache/incubator-ripple/pull/57> and
+  <https://github.com/apache/incubator-ripple/pull/58>
+
+* README.md updates:
+  <https://github.com/apache/incubator-ripple/pull/54> and
+  <https://github.com/apache/incubator-ripple/pull/53>
+
 ## v0.9.29 - May 12, 2015
 
 * RIPPLE-74 Ripple was not passing geolocation info to the app

http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/7830f1ac/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 2e07a8f..8fa03bf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ripple-emulator",
-  "version": "0.9.29",
+  "version": "0.9.30",
   "description": "A browser based html5 mobile application development and testing tool",
   "homepage": "http://ripple.incubator.apache.org/",
   "author": {