You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2015/10/23 09:59:59 UTC

[1/2] cordova-lib git commit: CB-9850 Update RELEASENOTES for cordova-common 0.1.0 release

Repository: cordova-lib
Updated Branches:
  refs/heads/master 071eccd7e -> bec3bf567


CB-9850 Update RELEASENOTES for cordova-common 0.1.0 release


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

Branch: refs/heads/master
Commit: 6ec023d29595a77f702da55b507da72bd0610e45
Parents: 071eccd
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Fri Oct 23 10:54:25 2015 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Fri Oct 23 10:55:02 2015 +0300

----------------------------------------------------------------------
 cordova-common/RELEASENOTES.md | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/6ec023d2/cordova-common/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/cordova-common/RELEASENOTES.md b/cordova-common/RELEASENOTES.md
index 0541a9e..a240515 100644
--- a/cordova-common/RELEASENOTES.md
+++ b/cordova-common/RELEASENOTES.md
@@ -18,7 +18,15 @@
 # under the License.
 #
 -->
-# Cordova-lib Release Notes
+# Cordova-common Release Notes
+
+### 0.1.0 (Oct 23, 2015)
+* CB-9598 Correct cordova-lib -> cordova-common in README
+* Pick ConfigParser changes from apache@0c3614e
+* CB-9743 Removes system frameworks handling from ConfigChanges
+* CB-9598 Cleans out code which has been moved to `cordova-common`
+* Pick ConfigParser changes from apache@ddb027b
+* Picking CordovaError changes from apache@a3b1fca
+* CB-9598 Adds tests and fixtures based on existing cordova-lib ones
+* CB-9598 Initial implementation for cordova-common
 
-### 0.1.0 (Aug 25, 2015)
-* Initial release


---------------------------------------------------------------------
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-9850 Set cordova-common VERSION to 0.1.1-dev

Posted by an...@apache.org.
CB-9850 Set cordova-common VERSION to 0.1.1-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/bec3bf56
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/bec3bf56
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/bec3bf56

Branch: refs/heads/master
Commit: bec3bf567b1e97337fea8f3e564843fb72fa9691
Parents: 6ec023d
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Thu Oct 22 14:45:52 2015 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Fri Oct 23 10:55:09 2015 +0300

----------------------------------------------------------------------
 cordova-common/package.json | 86 ++++++++++++++++++++--------------------
 1 file changed, 43 insertions(+), 43 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/bec3bf56/cordova-common/package.json
----------------------------------------------------------------------
diff --git a/cordova-common/package.json b/cordova-common/package.json
index f58d10c..aadae5d 100644
--- a/cordova-common/package.json
+++ b/cordova-common/package.json
@@ -1,45 +1,45 @@
 {
-  "author": "Apache Software Foundation",
-  "name": "cordova-common",
-  "description": "Apache Cordova tools and platforms shared routines",
-  "license": "Apache-2.0",
-  "version": "0.1.0",
-  "repository": {
-    "type": "git",
-    "url": "git://git-wip-us.apache.org/repos/asf/cordova-common.git"
-  },
-  "bugs": {
-    "url": "https://issues.apache.org/jira/browse/CB",
-    "email": "dev@cordova.apache.org"
-  },
-  "main": "cordova-common.js",
-  "engines": {
-    "node": ">=0.9.9"
-  },
-  "scripts": {
-    "test": "npm run jshint && npm run jasmine",
-    "jshint": "node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint spec",
-    "jasmine": "node node_modules/jasmine-node/bin/jasmine-node --captureExceptions --color spec",
-    "cover": "node node_modules/istanbul/lib/cli.js cover --root src --print detail node_modules/jasmine-node/bin/jasmine-node -- spec"
-  },
-  "engineStrict": true,
-  "dependencies": {
-    "bplist-parser": "^0.1.0",
-    "cordova-registry-mapper": "^1.1.8",
-    "elementtree": "^0.1.6",
-    "glob": "^5.0.13",
-    "osenv": "^0.1.3",
-    "plist": "^1.1.0",
-    "q": "^1.4.1",
-    "semver": "^5.0.1",
-    "shelljs": "^0.5.1",
-    "underscore": "^1.8.3",
-    "unorm": "^1.3.3"
-  },
-  "devDependencies": {
-    "istanbul": "^0.3.17",
-    "jasmine-node": "^1.14.5",
-    "jshint": "^2.8.0"
-  },
-  "contributors": []
+    "author": "Apache Software Foundation",
+    "name": "cordova-common",
+    "description": "Apache Cordova tools and platforms shared routines",
+    "license": "Apache-2.0",
+    "version": "0.1.1-dev",
+    "repository": {
+        "type": "git",
+        "url": "git://git-wip-us.apache.org/repos/asf/cordova-common.git"
+    },
+    "bugs": {
+        "url": "https://issues.apache.org/jira/browse/CB",
+        "email": "dev@cordova.apache.org"
+    },
+    "main": "cordova-common.js",
+    "engines": {
+        "node": ">=0.9.9"
+    },
+    "scripts": {
+        "test": "npm run jshint && npm run jasmine",
+        "jshint": "node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint spec",
+        "jasmine": "node node_modules/jasmine-node/bin/jasmine-node --captureExceptions --color spec",
+        "cover": "node node_modules/istanbul/lib/cli.js cover --root src --print detail node_modules/jasmine-node/bin/jasmine-node -- spec"
+    },
+    "engineStrict": true,
+    "dependencies": {
+        "bplist-parser": "^0.1.0",
+        "cordova-registry-mapper": "^1.1.8",
+        "elementtree": "^0.1.6",
+        "glob": "^5.0.13",
+        "osenv": "^0.1.3",
+        "plist": "^1.1.0",
+        "q": "^1.4.1",
+        "semver": "^5.0.1",
+        "shelljs": "^0.5.1",
+        "underscore": "^1.8.3",
+        "unorm": "^1.3.3"
+    },
+    "devDependencies": {
+        "istanbul": "^0.3.17",
+        "jasmine-node": "^1.14.5",
+        "jshint": "^2.8.0"
+    },
+    "contributors": []
 }


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