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:17 UTC

[1/2] git commit: CB-6245 Updated version and RELEASENOTES.md for release 3.4.1-0.1.0

Repository: cordova-cli
Updated Branches:
  refs/heads/master 7c1d68132 -> eee9b273b


CB-6245 Updated version and RELEASENOTES.md for release 3.4.1-0.1.0


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

Branch: refs/heads/master
Commit: b769a304bea15236a2a8535167d5bfcf1ca61752
Parents: 7c1d681
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     |  41 ++++++++
 npm-shrinkwrap.json | 248 +++++++++++++++--------------------------------
 package.json        |   4 +-
 3 files changed, 121 insertions(+), 172 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/b769a304/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 25ae609..7fe4f44 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -247,3 +247,44 @@ Important note: This version targets Cordova version 3.1.0-rc1.
 - 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.
 
+
+### 3.4.1-0.1.0 (Apr 03, 2014)
+* updated to use iOS 3.4.1
+* CB-6377 Fix up superspawn's cmd fallback when there is a space in the args
+* CB-6377 Remove windowsVerbatimArguments from superspawn
+* CB-6344 Fix spy to return a default platform JSON instead of an empty object
+* CB-6382 platform list: sort output
+* CB-6377 Handle spaces in paths for cmd related scripts
+* CB-6292 Add a callback-based API for cordova info (in addition to promise API)
+* CB-6292 Revert commits that add explicit callbacks to APIs
+* CB-6322 Simplify platforms/platform code for platform specifics
+* README.md: Getting Started guides link was broke. Fix.
+* Make "cmd" executed more readable.
+* CB-6141 Fix Windows 8 tests
+* Use smarter BOM-skipping logic when parsing XML.
+* CB-6357 platform check - install each platform to determine working + version number
+* CB-6357 platform: provide exports for functions
+* CB-6357 platform: Refactor into distinct functions
+* CB-6338 Improve error for missing template
+* CB-6337 Print nice error when cordova-cli hits various expected things
+* This closes #147
+* CB-6267 Windows8. Apply BackgroundColor from config.xml
+* CB-6338 Improve error for missing template
+* CB-6030 - Automatically increment port for serve when default is in use
+* CB-6337 Print nice error when cordova-cli hits various expected things
+* CB-6323 Fix harmless typo in superspawn (cmd -> c)
+* CB-6323 Fix superspawn's resolve function on windows (was very broken)
+* CB-6306 Error creating project when path to project includes spaces
+* Tweak error message when hooks fail (wasn't showing correct command)
+* [CB-6296] callback/promise interface implemented
+* [CB-6293] additional tests for run command
+* [CB-6292] tests for build function's dual return method
+* updated jasmine dependency for timing
+* CB-6211 'cordova info' command fixed for Windows platform
+* Fix prepare command from hiding failures.
+* Fix ConfigParser.getPreference error + tests
+* CB-6209 Uplevel changes from android_parser to amazon_fireos_parser Added orientation related config changes from android_parser.
+* CB-6147 Enable CLI and Plugman with npm shrinkwrap
+* When searchpath is specified in config and CLI, merge them.
+* Add --searchpath to help.txt
+* Fix node-style-callbacks form of the CLI api not passing through results.

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/b769a304/npm-shrinkwrap.json
----------------------------------------------------------------------
diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json
index 99a3ecd..18cbf86 100644
--- a/npm-shrinkwrap.json
+++ b/npm-shrinkwrap.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "3.4.0-0.1.4-dev",
+  "version": "3.4.1-0.1.0",
   "dependencies": {
     "elementtree": {
       "version": "0.1.5",
@@ -14,33 +14,33 @@
     },
     "mime": {
       "version": "1.2.11",
-      "from": "mime@~1.2.11"
+      "from": "mime@1.2.11"
     },
     "npmconf": {
       "version": "0.1.13",
-      "from": "npmconf@0.1.x",
+      "from": "npmconf@0.1.13",
       "dependencies": {
         "config-chain": {
           "version": "1.1.8",
-          "from": "config-chain@~1.1.8",
+          "from": "config-chain@1.1.8",
           "dependencies": {
             "proto-list": {
               "version": "1.2.2",
-              "from": "proto-list@~1.2.1"
+              "from": "proto-list@1.2.2"
             }
           }
         },
         "inherits": {
           "version": "2.0.1",
-          "from": "inherits@~2.0.0"
+          "from": "inherits@2.0.1"
         },
         "once": {
           "version": "1.3.0",
-          "from": "once@~1.3.0"
+          "from": "once@1.3.0"
         },
         "mkdirp": {
           "version": "0.3.5",
-          "from": "mkdirp@~0.3.3"
+          "from": "mkdirp@0.3.5"
         },
         "osenv": {
           "version": "0.0.3",
@@ -48,17 +48,17 @@
         },
         "nopt": {
           "version": "2.2.0",
-          "from": "nopt@2",
+          "from": "nopt@2.2.0",
           "dependencies": {
             "abbrev": {
               "version": "1.0.4",
-              "from": "abbrev@1"
+              "from": "abbrev@1.0.4"
             }
           }
         },
         "ini": {
           "version": "1.1.0",
-          "from": "ini@~1.1.0"
+          "from": "ini@1.1.0"
         }
       }
     },
@@ -68,115 +68,69 @@
       "dependencies": {
         "wordwrap": {
           "version": "0.0.2",
-          "from": "wordwrap@~0.0.2"
+          "from": "wordwrap@0.0.2"
         },
         "minimist": {
           "version": "0.0.8",
-          "from": "minimist@~0.0.1"
+          "from": "minimist@0.0.8"
         }
       }
     },
     "plist-with-patches": {
       "version": "0.5.1",
-      "from": "plist-with-patches@0.5.x",
+      "from": "plist-with-patches@0.5.1",
       "dependencies": {
         "xmlbuilder": {
           "version": "0.4.3",
-          "from": "xmlbuilder@0.4.x"
+          "from": "xmlbuilder@0.4.3"
         },
         "xmldom": {
           "version": "0.1.19",
-          "from": "xmldom@0.1.x"
+          "from": "xmldom@0.1.19"
         }
       }
     },
     "plugman": {
-      "version": "0.20.2",
-      "from": "plugman@0.20.2",
+      "version": "0.21.0",
+      "from": "../cordova-plugman",
       "dependencies": {
         "nopt": {
           "version": "1.0.10",
-          "from": "nopt@1.0.x",
+          "from": "nopt@1.0.10",
           "dependencies": {
             "abbrev": {
               "version": "1.0.4",
-              "from": "abbrev@1"
+              "from": "abbrev@1.0.4"
             }
           }
         },
         "glob": {
           "version": "3.2.9",
-          "from": "glob@3.2.x",
+          "from": "glob@3.2.9",
           "dependencies": {
             "minimatch": {
               "version": "0.2.14",
-              "from": "minimatch@~0.2.11",
+              "from": "minimatch@0.2.14",
               "dependencies": {
                 "lru-cache": {
                   "version": "2.5.0",
-                  "from": "lru-cache@2"
+                  "from": "lru-cache@2.5.0"
                 },
                 "sigmund": {
                   "version": "1.0.0",
-                  "from": "sigmund@~1.0.0"
+                  "from": "sigmund@1.0.0"
                 }
               }
             },
             "inherits": {
               "version": "2.0.1",
-              "from": "inherits@2"
-            }
-          }
-        },
-        "elementtree": {
-          "version": "0.1.5",
-          "from": "elementtree@0.1.5",
-          "dependencies": {
-            "sax": {
-              "version": "0.3.5",
-              "from": "sax@0.3.5"
-            }
-          }
-        },
-        "xcode": {
-          "version": "0.6.6",
-          "from": "xcode@0.6.6",
-          "dependencies": {
-            "pegjs": {
-              "version": "0.6.2",
-              "from": "pegjs@0.6.2"
-            },
-            "node-uuid": {
-              "version": "1.3.3",
-              "from": "node-uuid@1.3.3"
-            }
-          }
-        },
-        "plist-with-patches": {
-          "version": "0.5.1",
-          "from": "plist-with-patches@0.5.x",
-          "dependencies": {
-            "xmlbuilder": {
-              "version": "0.4.3",
-              "from": "xmlbuilder@0.4.x"
-            },
-            "xmldom": {
-              "version": "0.1.19",
-              "from": "xmldom@0.1.x"
+              "from": "inherits@2.0.1"
             }
           }
         },
         "bplist-parser": {
           "version": "0.0.5",
-          "from": "bplist-parser@0.0.x"
-        },
-        "shelljs": {
-          "version": "0.1.4",
-          "from": "shelljs@0.1.x"
-        },
-        "underscore": {
-          "version": "1.4.4",
-          "from": "underscore@1.4.4"
+          "from": "bplist-parser@0.0.5"
         },
         "dep-graph": {
           "version": "1.1.0",
@@ -184,19 +138,10 @@
           "dependencies": {
             "underscore": {
               "version": "1.2.1",
-              "from": "underscore@1.2.1",
-              "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.2.1.tgz"
+              "from": "underscore@1.2.1"
             }
           }
         },
-        "semver": {
-          "version": "2.0.11",
-          "from": "semver@2.0.x"
-        },
-        "q": {
-          "version": "0.9.7",
-          "from": "q@~0.9"
-        },
         "npm": {
           "version": "1.3.4",
           "from": "npm@1.3.4",
@@ -550,80 +495,47 @@
           "dependencies": {
             "optimist": {
               "version": "0.3.7",
-              "from": "optimist@~0.3.4",
+              "from": "optimist@0.3.7",
               "dependencies": {
                 "wordwrap": {
                   "version": "0.0.2",
-                  "from": "wordwrap@~0.0.2"
+                  "from": "wordwrap@0.0.2"
                 }
               }
             },
             "deep-extend": {
               "version": "0.2.8",
-              "from": "deep-extend@~0.2.5"
+              "from": "deep-extend@0.2.8"
             },
             "ini": {
               "version": "1.1.0",
-              "from": "ini@~1.1.0"
-            }
-          }
-        },
-        "tar": {
-          "version": "0.1.19",
-          "from": "tar@0.1.x",
-          "dependencies": {
-            "inherits": {
-              "version": "2.0.1",
-              "from": "inherits@2"
-            },
-            "block-stream": {
-              "version": "0.0.7",
-              "from": "block-stream@*"
-            },
-            "fstream": {
-              "version": "0.1.25",
-              "from": "fstream@~0.1.8",
-              "dependencies": {
-                "rimraf": {
-                  "version": "2.2.6",
-                  "from": "rimraf@2"
-                },
-                "mkdirp": {
-                  "version": "0.3.5",
-                  "from": "mkdirp@0.3"
-                },
-                "graceful-fs": {
-                  "version": "2.0.2",
-                  "from": "graceful-fs@~2.0.0"
-                }
-              }
+              "from": "ini@1.1.0"
             }
           }
         },
         "request": {
           "version": "2.22.0",
           "from": "request@2.22.0",
-          "resolved": "https://registry.npmjs.org/request/-/request-2.22.0.tgz",
           "dependencies": {
             "qs": {
               "version": "0.6.6",
-              "from": "qs@~0.6.0"
+              "from": "qs@0.6.6"
             },
             "json-stringify-safe": {
               "version": "4.0.0",
-              "from": "json-stringify-safe@~4.0.0"
+              "from": "json-stringify-safe@4.0.0"
             },
             "forever-agent": {
               "version": "0.5.2",
-              "from": "forever-agent@~0.5.0"
+              "from": "forever-agent@0.5.2"
             },
             "tunnel-agent": {
               "version": "0.3.0",
-              "from": "tunnel-agent@~0.3.0"
+              "from": "tunnel-agent@0.3.0"
             },
             "http-signature": {
               "version": "0.10.0",
-              "from": "http-signature@~0.10.0",
+              "from": "http-signature@0.10.0",
               "dependencies": {
                 "assert-plus": {
                   "version": "0.1.2",
@@ -641,33 +553,33 @@
             },
             "hawk": {
               "version": "0.13.1",
-              "from": "hawk@~0.13.0",
+              "from": "hawk@0.13.1",
               "dependencies": {
                 "hoek": {
                   "version": "0.8.5",
-                  "from": "hoek@0.8.x"
+                  "from": "hoek@0.8.5"
                 },
                 "boom": {
                   "version": "0.4.2",
-                  "from": "boom@0.4.x",
+                  "from": "boom@0.4.2",
                   "dependencies": {
                     "hoek": {
                       "version": "0.9.1",
-                      "from": "hoek@0.9.x"
+                      "from": "hoek@0.9.1"
                     }
                   }
                 },
                 "cryptiles": {
                   "version": "0.2.2",
-                  "from": "cryptiles@0.2.x"
+                  "from": "cryptiles@0.2.2"
                 },
                 "sntp": {
                   "version": "0.2.4",
-                  "from": "sntp@0.2.x",
+                  "from": "sntp@0.2.4",
                   "dependencies": {
                     "hoek": {
                       "version": "0.9.1",
-                      "from": "hoek@0.9.x"
+                      "from": "hoek@0.9.1"
                     }
                   }
                 }
@@ -675,23 +587,19 @@
             },
             "aws-sign": {
               "version": "0.3.0",
-              "from": "aws-sign@~0.3.0"
+              "from": "aws-sign@0.3.0"
             },
             "oauth-sign": {
               "version": "0.3.0",
-              "from": "oauth-sign@~0.3.0"
+              "from": "oauth-sign@0.3.0"
             },
             "cookie-jar": {
               "version": "0.3.0",
-              "from": "cookie-jar@~0.3.0"
+              "from": "cookie-jar@0.3.0"
             },
             "node-uuid": {
               "version": "1.4.1",
-              "from": "node-uuid@~1.4.0"
-            },
-            "mime": {
-              "version": "1.2.11",
-              "from": "mime@~1.2.9"
+              "from": "node-uuid@1.4.1"
             },
             "form-data": {
               "version": "0.0.8",
@@ -699,7 +607,7 @@
               "dependencies": {
                 "combined-stream": {
                   "version": "0.0.4",
-                  "from": "combined-stream@~0.0.4",
+                  "from": "combined-stream@0.0.4",
                   "dependencies": {
                     "delayed-stream": {
                       "version": "0.0.5",
@@ -709,7 +617,7 @@
                 },
                 "async": {
                   "version": "0.2.10",
-                  "from": "async@~0.2.7"
+                  "from": "async@0.2.10"
                 }
               }
             }
@@ -719,31 +627,31 @@
     },
     "q": {
       "version": "0.9.7",
-      "from": "q@~0.9"
+      "from": "q@0.9.7"
     },
     "request": {
       "version": "2.21.0",
-      "from": "request@~2.21.0",
+      "from": "request@2.21.0",
       "dependencies": {
         "qs": {
           "version": "0.6.6",
-          "from": "qs@~0.6.0"
+          "from": "qs@0.6.6"
         },
         "json-stringify-safe": {
           "version": "4.0.0",
-          "from": "json-stringify-safe@~4.0.0"
+          "from": "json-stringify-safe@4.0.0"
         },
         "forever-agent": {
           "version": "0.5.2",
-          "from": "forever-agent@~0.5.0"
+          "from": "forever-agent@0.5.2"
         },
         "tunnel-agent": {
           "version": "0.3.0",
-          "from": "tunnel-agent@~0.3.0"
+          "from": "tunnel-agent@0.3.0"
         },
         "http-signature": {
           "version": "0.9.11",
-          "from": "http-signature@~0.9.11",
+          "from": "http-signature@0.9.11",
           "dependencies": {
             "assert-plus": {
               "version": "0.1.2",
@@ -761,33 +669,33 @@
         },
         "hawk": {
           "version": "0.13.1",
-          "from": "hawk@~0.13.0",
+          "from": "hawk@0.13.1",
           "dependencies": {
             "hoek": {
               "version": "0.8.5",
-              "from": "hoek@0.8.x"
+              "from": "hoek@0.8.5"
             },
             "boom": {
               "version": "0.4.2",
-              "from": "boom@0.4.x",
+              "from": "boom@0.4.2",
               "dependencies": {
                 "hoek": {
                   "version": "0.9.1",
-                  "from": "hoek@0.9.x"
+                  "from": "hoek@0.9.1"
                 }
               }
             },
             "cryptiles": {
               "version": "0.2.2",
-              "from": "cryptiles@0.2.x"
+              "from": "cryptiles@0.2.2"
             },
             "sntp": {
               "version": "0.2.4",
-              "from": "sntp@0.2.x",
+              "from": "sntp@0.2.4",
               "dependencies": {
                 "hoek": {
                   "version": "0.9.1",
-                  "from": "hoek@0.9.x"
+                  "from": "hoek@0.9.1"
                 }
               }
             }
@@ -795,19 +703,19 @@
         },
         "aws-sign": {
           "version": "0.3.0",
-          "from": "aws-sign@~0.3.0"
+          "from": "aws-sign@0.3.0"
         },
         "oauth-sign": {
           "version": "0.3.0",
-          "from": "oauth-sign@~0.3.0"
+          "from": "oauth-sign@0.3.0"
         },
         "cookie-jar": {
           "version": "0.3.0",
-          "from": "cookie-jar@~0.3.0"
+          "from": "cookie-jar@0.3.0"
         },
         "node-uuid": {
           "version": "1.4.1",
-          "from": "node-uuid@~1.4.0"
+          "from": "node-uuid@1.4.1"
         },
         "form-data": {
           "version": "0.0.8",
@@ -815,7 +723,7 @@
           "dependencies": {
             "combined-stream": {
               "version": "0.0.4",
-              "from": "combined-stream@~0.0.4",
+              "from": "combined-stream@0.0.4",
               "dependencies": {
                 "delayed-stream": {
                   "version": "0.0.5",
@@ -825,7 +733,7 @@
             },
             "async": {
               "version": "0.2.10",
-              "from": "async@~0.2.7"
+              "from": "async@0.2.10"
             }
           }
         }
@@ -833,39 +741,39 @@
     },
     "semver": {
       "version": "2.0.11",
-      "from": "semver@2.0.x"
+      "from": "semver@2.0.11"
     },
     "shelljs": {
       "version": "0.1.4",
-      "from": "shelljs@0.1.x"
+      "from": "shelljs@0.1.4"
     },
     "tar": {
       "version": "0.1.19",
-      "from": "tar@0.1.x",
+      "from": "tar@0.1.19",
       "dependencies": {
         "inherits": {
           "version": "2.0.1",
-          "from": "inherits@2"
+          "from": "inherits@2.0.1"
         },
         "block-stream": {
           "version": "0.0.7",
-          "from": "block-stream@*"
+          "from": "block-stream@0.0.7"
         },
         "fstream": {
           "version": "0.1.25",
-          "from": "fstream@~0.1.8",
+          "from": "fstream@0.1.25",
           "dependencies": {
             "rimraf": {
               "version": "2.2.6",
-              "from": "rimraf@2"
+              "from": "rimraf@2.2.6"
             },
             "mkdirp": {
               "version": "0.3.5",
-              "from": "mkdirp@0.3"
+              "from": "mkdirp@0.3.5"
             },
             "graceful-fs": {
               "version": "2.0.2",
-              "from": "graceful-fs@~2.0.0"
+              "from": "graceful-fs@2.0.2"
             }
           }
         }

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/b769a304/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 6baecf4..0dc4748 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "3.4.1-0.1.0-dev",
+  "version": "3.4.1-0.1.0",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -29,7 +29,7 @@
   ],
   "dependencies": {
     "elementtree": "0.1.5",
-    "plugman": "0.20.2",
+    "plugman": "0.21.0",
     "plist-with-patches": "0.5.x",
     "xcode": "0.6.6",
     "shelljs": "0.1.x",


[2/2] git commit: CB-6245 Incremented package version to -dev

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


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

Branch: refs/heads/master
Commit: eee9b273b7b58a6a2abc1dc306129739be95bb2c
Parents: b769a30
Author: Steven Gill <st...@gmail.com>
Authored: Thu Apr 3 15:16:49 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Apr 3 15:16:49 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/eee9b273/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 0dc4748..87d2eb1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "3.4.1-0.1.0",
+  "version": "3.4.1-0.1.1-dev",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",