You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2013/09/05 21:30:09 UTC

git commit: [CB-4751] Updated version and changelog for 3.0.9

Updated Branches:
  refs/heads/master 1d6e3b318 -> 84a95f4a9


[CB-4751] Updated version and changelog for 3.0.9


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

Branch: refs/heads/master
Commit: 84a95f4a97bac522d852d3f9f916046d97ae596f
Parents: 1d6e3b3
Author: Braden Shepherdson <br...@gmail.com>
Authored: Thu Sep 5 15:29:45 2013 -0400
Committer: Braden Shepherdson <br...@gmail.com>
Committed: Thu Sep 5 15:29:45 2013 -0400

----------------------------------------------------------------------
 CHANGELOG.md | 12 ++++++++++++
 package.json |  4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/84a95f4a/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..53fc1d1
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,12 @@
+# Cordova-cli changelog
+
+## 3.0.9
+
+### Features
+
+- `platform ls` now shows both installed and available-to-install platforms. [CB-3904](https://issues.apache.org/jira/browse/CB-3904)
+
+### Bugfixes
+
+- 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/84a95f4a/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 023411a..e21c4da 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "3.0.8",
+  "version": "3.0.9",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -30,7 +30,7 @@
   "dependencies": {
     "colors":">=0.6.0",
     "elementtree":"0.1.3",
-    "plugman":"0.10.0",
+    "plugman":"0.11.x",
     "plist":"0.4.x",
     "xcode":"0.5.1",
     "express":"3.0.0",