You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ripple.apache.org by br...@apache.org on 2013/07/08 23:00:35 UTC

[28/28] git commit: Bump version/changelog to 0.9.18 (tagging master).

Bump version/changelog to 0.9.18 (tagging master).


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

Branch: refs/heads/master
Commit: 007fbd5780143f40e1cb7262d78dd37f5e9af935
Parents: 1ebd828
Author: Brent Lintner <br...@gmail.com>
Authored: Mon Jul 8 16:30:01 2013 -0400
Committer: Brent Lintner <br...@gmail.com>
Committed: Mon Jul 8 16:51:23 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/007fbd57/doc/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md
index a64caf4..b159c71 100644
--- a/doc/CHANGELOG.md
+++ b/doc/CHANGELOG.md
@@ -1,3 +1,14 @@
+## v0.9.18 - July 8, 2013
+
+Pre-install script (on Windows) causes failure to install via npm
+The PATCH HTTP method is not supported by the XHR proxy
+`ripple emulate` should allow static server to 404 if html is not found
+Fixing Contacts API for correct functioning with cordova versions later than 2.2.0
+Implemented confirm function in notification js for Cordova
+Fixed touchend touches and targetTouches
+Fixed `response` spelling in JSONP XHR proxy
+General spelling fixes
+
 ## v0.9.17 - May 30, 2013
 
 * Fixed Ripple load bug for default load param in CLI

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