You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/01/15 19:39:08 UTC

git commit: CB-5802 Updated version and RELEASENOTES.md for release 3.3.1-0.2.0

Updated Branches:
  refs/heads/master 3fdbaf70a -> 3c3310754


CB-5802 Updated version and RELEASENOTES.md for release 3.3.1-0.2.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/3c331075
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/3c331075
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/3c331075

Branch: refs/heads/master
Commit: 3c33107546f4e3ce4aedd95ffa5260e332fa8345
Parents: 3fdbaf7
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Jan 15 13:15:05 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Jan 15 13:15:05 2014 -0500

----------------------------------------------------------------------
 RELEASENOTES.md | 13 +++++++++++++
 package.json    |  4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/3c331075/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 82efe82..58e5bd1 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,18 @@
 -->
 # Cordova-cli Release Notes
 
+## 3.3.1-0.2.0 (Jan 15, 2014)
+* CB-5006 Add --searchpath to "plugin add" so that installing by ID will search local paths before hitting the registry.
+* CB-4153 Add --src & --link to cordova create.
+* CB-5687 Make cordova commands work when CWD is inside of a symlink'ed www/
+* CB-4910 Default config.xml to the root instead of within www/
+* CB-5764 Move hooks/ to top-level instead of under .cordova
+* CB-5763 Don't create .cordova/ by default
+* CB-4871 Reduced package size significantly.
+* CB-4976 Don't use ~/.cordova/lib for local directory
+* CB-5777 Fix "platform update" not updating cordova.js
+* CB-5728 Files in merges must remain intact when removing platform
+
 ## 3.3.0-0.1.0
 * CB-5347 Handle dangling platform symlink in cordova platform add
 * Added deprecation notice about wp7
@@ -190,3 +202,4 @@ Important note: This version targets Cordova version 3.1.0-rc1.
 
 - Plugins are now installed serially across all installed platforms, rather than in parallel. This avoids race conditions in dependency installation. [CB-4184](https://issues.apache.org/jira/browse/CB-4184)
 - (WP8) All files from project www dir are now copied into the binary, not the top-level www. This means merges and plugin assets are correctly handled.
+

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/3c331075/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index e6f92b6..53e39fd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "3.3.1-0.1.2",
+  "version": "3.3.1-0.2.0",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -29,7 +29,7 @@
   ],
   "dependencies": {
     "elementtree": "0.1.5",
-    "plugman": "0.17.x",
+    "plugman": "0.18.0",
     "plist-with-patches": "0.5.x",
     "xcode": "0.6.4",
     "shelljs": "0.1.x",