For the Windows Universal Apps feature we need to co-release Tools and Windows platform to get it working. Since this is a 3.5.0-minor release people who already downloaded windows platform won't receive updated template and this will break functionality.
I've sent the following PRs to disable related functionality to get cordova working. Can we apply those changes? https://github.com/apache/cordova-lib/pull/41 https://github.com/apache/cordova-cli/pull/182 I will then enable it back so that we release this along with 3.6.0. Thx! Sergey -----Original Message----- From: Carlos Santana [mailto:csantan...@gmail.com] Sent: Wednesday, June 25, 2014 6:49 PM To: dev@cordova.apache.org Subject: Re: [Vote] Tools Release If its not a regression and critical issue let's not stop a vote to release, we can always pick bugs in the next release as soon as we want. But we should try to keep the releases going out, the voting is to make sure what we release is correct and no critical regressions. On Wed, Jun 25, 2014 at 10:46 AM, Ian Clelland <iclell...@chromium.org> wrote: > There are similar issues for Android when a package name starts with a > number or underscore, I think. > > As long as it's not a regression, I'd rather not cancel the vote for > it; we're always going to find more bugs (if we look hard enough :) ) > We can release again with both fixes as soon as we want. > > Ian > > > On Wed, Jun 25, 2014 at 10:39 AM, Sergey Grebnov (Akvelon) < > v-seg...@microsoft.com> wrote: > > > Hi, I've recently found out the following bad issue when iOS > > platform add/prepare fails if app display name contains unicode > > characters. We may want to include it to release. > > https://issues.apache.org/jira/browse/CB-6992 > > https://github.com/apache/cordova-lib/pull/40 > > > > Thx! > > Sergey > > -----Original Message----- > > From: iclell...@google.com [mailto:iclell...@google.com] On Behalf > > Of > Ian > > Clelland > > Sent: Wednesday, June 25, 2014 6:37 AM > > To: dev@cordova.apache.org > > Subject: Re: [Vote] Tools Release > > > > +1 > > > > Verified package integrity (and signed Mark's GPG key after > > validating > it) > > Verified that packages match the repositories at the correct tags > > Tested building mobile spec with the tagged repos Ran npm test in > > all three packages to see that there are no failing tests > > > > > > > > On Tue, Jun 24, 2014 at 10:27 PM, Mark Koudritsky > > <kam...@google.com> > > wrote: > > > > > Ok, updated the packages, git tags are the same. Please test and vote. > > > Signed packages: > > > https://dist.apache.org/repos/dist/dev/cordova/CB-7002/ > > > > > > > > > PS: > > > The problems with old packages were > > > - plugman and cli were taken with the next -dev version in > package.json. > > > - cordova-lib was zipped rather than "npm pack"-ed because > > > package.json lives in a subdir and not in repo root. > > > > > > -- Carlos Santana <csantan...@gmail.com>