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 2016/01/26 01:17:55 UTC

[1/2] cordova-lib git commit: CB-10424 Updated version and RELEASENOTES.md for release 6.0.0

Repository: cordova-lib
Updated Branches:
  refs/heads/master 404cd77e7 -> 64fcf851b


CB-10424 Updated version and RELEASENOTES.md for release 6.0.0


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

Branch: refs/heads/master
Commit: 4328a39276a2ded4bcf1dba7c33bfb9d8f35cfd2
Parents: 404cd77
Author: Steve Gill <st...@gmail.com>
Authored: Mon Jan 25 14:34:17 2016 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Mon Jan 25 14:34:17 2016 -0800

----------------------------------------------------------------------
 cordova-lib/RELEASENOTES.md | 24 ++++++++++++++++++++++++
 cordova-lib/package.json    |  4 ++--
 2 files changed, 26 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/4328a392/cordova-lib/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/cordova-lib/RELEASENOTES.md b/cordova-lib/RELEASENOTES.md
index e61f3ae..0c89745 100644
--- a/cordova-lib/RELEASENOTES.md
+++ b/cordova-lib/RELEASENOTES.md
@@ -20,6 +20,30 @@
 -->
 # Cordova-lib Release Notes
 
+### 6.0.0 (Jan 25, 2016)
+* CB-10432 Fix plugin installation for newly added platform
+* CB-10423 allow recursive folder copy skipping whatever .. was
+* CB-10394 updated pinned **Android** version to `~5.1.0`
+* CB-10299 updated pinned **windows** version to `~4.3.0`
+* CB-10274 Make www directory the default for plugman
+* CB-10121 added deprecation notice for **amazon-fireos** and **wp8**
+* CB-7183 prevent read/write/modify files outside project from plugins
+* CB-8455 Added `--nohooks` option.
+* CB-10193 Add deprecation notice about `pre_package` removal
+* CB-10147 updated pinned **iOS** to `~4.0.0`
+* CB-10125: Android build fails on read-only files.
+* CB-6698 Fix directory resolution of framework with parent.
+* CB-9653 Adds copying of **blackberry10** splashscreens
+* **Ubuntu** support for the new plugin naming convention
+* CB-9957 removed support for fetching from Cordova Plugins Registry. Only fetch plugins from **npm** now.
+* CB-10108 Fixes **android** frameworks installation/removal
+* CB-9964 Added `--template` support to `cordova create`
+* Removing the `--usegit` flag from `cordova platform`. Recommended method is to use `cordova platform add git_url#branch`
+* CB-10081 pinned plugin versions. These are default versions fetched when adding a plugin.
+* add missing `package_suffix` function on **amazon-fireos** platform for plugman installations.
+* CB-10057 - removing `<access>` tag does not remove `ATS` entry
+* CB-10048 clobbering of `<access>` tags to `ATS` directives
+
 ### 5.4.1 (Nov 19, 2015)
 * CB-9976 Reinstall plugins for platform if they were installed with `cordova@<5.4.0`. 
 * CB-9981 `path.parse` only available on `node 0.12+`.

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/4328a392/cordova-lib/package.json
----------------------------------------------------------------------
diff --git a/cordova-lib/package.json b/cordova-lib/package.json
index 5549559..5593655 100644
--- a/cordova-lib/package.json
+++ b/cordova-lib/package.json
@@ -2,7 +2,7 @@
   "author": "Apache Software Foundation",
   "name": "cordova-lib",
   "description": "Apache Cordova tools core lib and API",
-  "version": "6.0.0-dev",
+  "version": "6.0.0",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-lib.git"
@@ -44,7 +44,7 @@
     "aliasify": "^1.7.2",
     "cordova-app-hello-world": "3.10.0",
     "cordova-common": "1.0.x",
-    "cordova-js": "4.1.2",
+    "cordova-js": "4.1.3",
     "cordova-registry-mapper": "1.x",
     "cordova-serve": "^1.0.0",
     "dep-graph": "1.1.0",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/2] cordova-lib git commit: CB-10424 Incremented package version to -dev

Posted by st...@apache.org.
CB-10424 Incremented package version to -dev


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

Branch: refs/heads/master
Commit: 64fcf851b5dc15936e3ee1c6f5cac9fc63648aa2
Parents: 4328a39
Author: Steve Gill <st...@gmail.com>
Authored: Mon Jan 25 16:16:52 2016 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Mon Jan 25 16:16:52 2016 -0800

----------------------------------------------------------------------
 cordova-lib/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/64fcf851/cordova-lib/package.json
----------------------------------------------------------------------
diff --git a/cordova-lib/package.json b/cordova-lib/package.json
index 5593655..c8ff0a7 100644
--- a/cordova-lib/package.json
+++ b/cordova-lib/package.json
@@ -2,7 +2,7 @@
   "author": "Apache Software Foundation",
   "name": "cordova-lib",
   "description": "Apache Cordova tools core lib and API",
-  "version": "6.0.0",
+  "version": "6.0.1-dev",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-lib.git"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org