You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/04/04 00:17:15 UTC

[2/3] git commit: CB-6245 Updated version and RELEASENOTES.md for release 0.21.0

CB-6245 Updated version and RELEASENOTES.md for release 0.21.0


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

Branch: refs/heads/master
Commit: b2f3a130d350d3709ca190d3f23e0eeec4857429
Parents: 461b4fb
Author: Steven Gill <st...@gmail.com>
Authored: Thu Apr 3 15:14:57 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Apr 3 15:14:57 2014 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 22 ++++++++++++++++++++++
 package.json    |  2 +-
 2 files changed, 23 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/b2f3a130/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 6431c91..b0e2306 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -139,3 +139,25 @@
 - Fixed some trouble with filesystem paths vs. web paths; improves Windows host support.
 - Projects beginning with `x`, `y`, and `z` now work. [CB-4502](https://issues.apache.org/jira/browse/CB-4502)
 
+
+### 0.21.0 (Apr 03, 2014)
+* CB-6344 Specify after which sibling to add config-changes in plugin.xml
+* CB-6272 Fix subdir bug + tests & meta fetch with a src directory
+* Adding spec for Tizen platform
+* src/platforms.js: Adding tizen.
+* Throw an error when a <dependency> tag is missing `id` attribute.
+* Added org.apache.cordova.statusbar into the registry whitelist.
+* CB-6160 adding plugin fails for Firefoxos.
+* Fix to never remove top-level plugins that are dependencies + tests.
+* Improve dependencies tests by grouping with beforeStart() Fix for dependency cycle / throw error.
+* Refactoring of install & uninstall tests
+* CB-6147 Enable CLI and Plugman with npm shrinkwrap
+* Allow --searchpath to have a delimiter
+* working uninstall for projectReferences
+* projectReference.uninstall has to generate the plugin_dir because it is not passed to uninstall methods
+* CB-5970 added type attribute 'projectReference' to <framework> element to signal addition of dependent project
+* Separate out adding a dependent project from adding a .winmd reference in windows8
+* wip implementing reading guid from 'framework' project
+* CB-6162 Show a better error message when publish fails the whitelist
+* CB-6119 Fix `plugman info` command printing "undefined" always
+* CB-6159 Fix incorrect "success" message when publishing fails.

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/b2f3a130/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index bda3c2a..13ba1d3 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Andrew Lunny <al...@gmail.com>",
   "name": "plugman",
   "description": "install/uninstall Cordova plugins",
-  "version": "0.20.3-dev",
+  "version": "0.21.0",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"