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/12 06:13:04 UTC

incubator-ripple git commit: v0.9.29

Repository: incubator-ripple
Updated Branches:
  refs/heads/master e4db9e25d -> 9737ec47f


v0.9.29


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

Branch: refs/heads/master
Commit: 9737ec47f59c952e7990394da38fc64ad55f2ca0
Parents: e4db9e2
Author: Tim Barham <ti...@microsoft.com>
Authored: Tue May 12 14:09:46 2015 +1000
Committer: Tim Barham <ti...@microsoft.com>
Committed: Tue May 12 14:09:46 2015 +1000

----------------------------------------------------------------------
 doc/CHANGELOG.md | 49 +++++++++++++++++++++++++++++++++----------------
 package.json     |  2 +-
 2 files changed, 34 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/9737ec47/doc/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md
index f2d3ac4..e890722 100644
--- a/doc/CHANGELOG.md
+++ b/doc/CHANGELOG.md
@@ -18,67 +18,84 @@
 # under the License.
 #
 -->
+## v0.9.29 - May 12, 2015
+
+* RIPPLE-74 Ripple was not passing geolocation info to the app
+  <https://github.com/apache/incubator-ripple/pull/51>
+
+* Updated versions of jsdom and browserify so installs with Node 0.11.0 and above.
+  <https://github.com/apache/incubator-ripple/commit/1bb70121>
+
+* Updated minimum node version to 0.12.0 and minimum npm version to 2.5.1.
+  <https://github.com/apache/incubator-ripple/commit/b463abc5>
+
+* RIPPLE-80 Added 'jake archive' command to create Apache and npm archives/packages.
+  <https://github.com/apache/incubator-ripple/pull/45>
+
+* Added 'jake rat' command to run Apache RAT to verify license headers.
+  <https://github.com/apache/incubator-ripple/commit/7ba34149>
+
 ## v0.9.28 - Mar 5, 2015
 
 * RIPPLE-78 Unexpected prompt for App.messageChannel with Cordova 4.3.0
-  https://github.com/apache/incubator-ripple/pull/41
+  <https://github.com/apache/incubator-ripple/pull/41>
 
 * RIPPLE-79 Cordova Android platform 'App' service renamed 'CoreAndroid'
-  https://github.com/apache/incubator-ripple/pull/42
+  <https://github.com/apache/incubator-ripple/pull/42>
 
 ## v0.9.27 - Mar 4, 2015
 
 * The ASF comments are showing up in cli help logs.
-  https://github.com/apache/incubator-ripple/pull/40
+  <https://github.com/apache/incubator-ripple/pull/40>
 
 ## v0.9.26 - Feb 17, 2015
 
 * RIPPLE-77: Need to include DISCLAIMER and NOTICE files in package
-  https://github.com/apache/incubator-ripple/pull/39
+  <https://github.com/apache/incubator-ripple/pull/39>
 
 ## v0.9.25 - Feb 11, 2015
 
 * RIPPLE-76: Adding security warning for "Remote" proxy
-  https://github.com/apache/incubator-ripple/pull/37
+  <https://github.com/apache/incubator-ripple/pull/37>
 
 * RIPPLE 71: Adding BarcodeScanner plugin support
-  https://github.com/apache/incubator-ripple/pull/34
+  <https://github.com/apache/incubator-ripple/pull/34>
 
 * Fixed invalid call of db.save(...) if the default (local) proxy is set
-  https://github.com/apache/incubator-ripple/pull/35
+  <https://github.com/apache/incubator-ripple/pull/35>
 
 * Added missing cordova 3.0 action File.requestAllPaths and dummy nfc module
-  https://github.com/apache/incubator-ripple/pull/31
+  <https://github.com/apache/incubator-ripple/pull/31>
 
 
 ## v0.9.24 - Sept 25, 2014
 
 * RIPPLE-69: Adding cordova-3.6.x support
-  https://github.com/apache/incubator-ripple/pull/32
+  <https://github.com/apache/incubator-ripple/pull/32>
 
 * Changed daylight saving label
-  https://github.com/apache/incubator-ripple/pull/29
+  <https://github.com/apache/incubator-ripple/pull/29>
 
 * Changing cursor when there is an ability of moving tool panels
-  https://github.com/apache/incubator-ripple/pull/28
+  <https://github.com/apache/incubator-ripple/pull/28>
 
 * Adding BatteryStatus support
-  https://github.com/apache/incubator-ripple/pull/27
+  <https://github.com/apache/incubator-ripple/pull/27>
 
 * Adding build requirements for windows to README.md
-  https://github.com/apache/incubator-ripple/pull/26
+  <https://github.com/apache/incubator-ripple/pull/26>
 
 
 ## v0.9.23 - Jun 26, 2014
 
 * RIPPLE-63 Ripple should default to local proxy, not remote
-  https://github.com/apache/incubator-ripple/pull/25
+  <https://github.com/apache/incubator-ripple/pull/25>
 
 * Fix RIPPLE-61: search for locally installed cordova module before expecting to find it globally installed
-  https://github.com/apache/incubator-ripple/pull/24
+  <https://github.com/apache/incubator-ripple/pull/24>
 
 * Fix RIPPLE-60 - proxy not detecting json properly
-  https://github.com/apache/incubator-ripple/pull/23
+  <https://github.com/apache/incubator-ripple/pull/23>
 
 ## v0.9.22 - Apr 24, 2014
 

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