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 2017/01/18 01:56:24 UTC

[07/50] [abbrv] cordova-lib git commit: CB-12039 Updated version and RELEASENOTES.md for release 6.4.0

CB-12039 Updated version and RELEASENOTES.md for release 6.4.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/cad64960
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/cad64960
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/cad64960

Branch: refs/heads/fetch-1.0.x
Commit: cad6496048c88c6ece194c02276a0c0f1d05d30c
Parents: 860e746
Author: Steve Gill <st...@gmail.com>
Authored: Fri Oct 21 23:00:47 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Oct 21 23:00:47 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/cad64960/cordova-lib/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/cordova-lib/RELEASENOTES.md b/cordova-lib/RELEASENOTES.md
index 95179ba..d6bdbca 100644
--- a/cordova-lib/RELEASENOTES.md
+++ b/cordova-lib/RELEASENOTES.md
@@ -20,6 +20,26 @@
 -->
 # Cordova-lib Release Notes
 
+### 6.4.0 (Oct 21, 2016)
+* [CB-12039](https://issues.apache.org/jira/browse/CB-12039) updated pinned `Android` to 6.0.0 and `iOS` to 4.3.0
+* [CB-11979](https://issues.apache.org/jira/browse/CB-11979) added deprecation warning for installing plugins via subdirectories
+* [CB-11730](https://issues.apache.org/jira/browse/CB-11730) Modify condition of if clause to avoid similar project name with plugin name
+* [CB-11985](https://issues.apache.org/jira/browse/CB-11985) Check if cached platform/plugin exists before `npm cache`
+* [CB-11951](https://issues.apache.org/jira/browse/CB-11951) [CB-11967](https://issues.apache.org/jira/browse/CB-11967) Respect preference default values when installling plugins
+* [CB-11771](https://issues.apache.org/jira/browse/CB-11771) Deep symlink directories to target project instead of linking the directory itself
+* [CB-11908](https://issues.apache.org/jira/browse/CB-11908) Handle `edit-config` in `config.xml` on prepare
+* Add github pull request template
+* [CB-8320](https://issues.apache.org/jira/browse/CB-8320) We look for a `build.gradle` to make sure it's **Android**, not an `AndroidManifest`, because it moved
+* [CB-11811](https://issues.apache.org/jira/browse/CB-11811) Moved **iOS** platform specific tests to `platform.spec.ios.js`, added `test-ios` npm run script.
+* [CB-11811](https://issues.apache.org/jira/browse/CB-11811) disable `CocoaPods` e2e test temporarily since it is platform specific and requires cocoapods to be installed.
+* updated `save.spec.js` to use latest **android** and newer fb plugin
+* [CB-11607](https://issues.apache.org/jira/browse/CB-11607) breakout `cordova-create` from `cordova-lib`
+* [CB-9825](https://issues.apache.org/jira/browse/CB-9825) framework tag spec parsing
+* [CB-11698](https://issues.apache.org/jira/browse/CB-11698) Fix plugin installation when restoring platform
+* [CB-11679](https://issues.apache.org/jira/browse/CB-11679) Speed up save/restore tests
+* [CB-11205](https://issues.apache.org/jira/browse/CB-11205) Respect saved variables when installing plugin
+* [CB-11589](https://issues.apache.org/jira/browse/CB-11589) Fix missing plugin files after restore
+
 ### 6.3.1 (Aug 08, 2016)
 * [CB-11652](https://issues.apache.org/jira/browse/CB-11652) Update run and emulate to skip build
 * [CB-11194](https://issues.apache.org/jira/browse/CB-11194) Defer creating of libDir folder until something actually requests it

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/cad64960/cordova-lib/package.json
----------------------------------------------------------------------
diff --git a/cordova-lib/package.json b/cordova-lib/package.json
index 8550938..ed0dab8 100644
--- a/cordova-lib/package.json
+++ b/cordova-lib/package.json
@@ -3,7 +3,7 @@
   "name": "cordova-lib",
   "license": "Apache-2.0",
   "description": "Apache Cordova tools core lib and API",
-  "version": "6.4.0-dev",
+  "version": "6.4.0",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-lib.git"
@@ -22,7 +22,7 @@
     "cordova-common": "1.5.x",
     "cordova-fetch": "^1.0.1",
     "cordova-create": "^1.0.1",
-    "cordova-js": "4.1.4",
+    "cordova-js": "4.2.0",
     "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