You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Shazron <sh...@gmail.com> on 2015/02/04 02:42:49 UTC

[DISCUSS] cordova-ios 3.8.0 release

Bug fix release.

The two major fixes that are already in are:

1. https://issues.apache.org/jira/browse/CB-8002
2.https://issues.apache.org/jira/browse/CB-8036

Others are here (post Oct 30th 2014):
https://github.com/apache/cordova-ios/commits/master
I've triaged all the iOS issues in JIRA, nothing else seemed critical.

I'm looking at these other small issues that I can add in also if possible:

https://issues.apache.org/jira/browse/CB-7606 (I caused this, probably)
https://issues.apache.org/jira/browse/CB-8028 (I caused this, probably)
https://issues.apache.org/jira/browse/CB-8336 (quick fix)
https://issues.apache.org/jira/browse/CB-8254 (quick fix)

Any other issues that need to get in for the release?
(no new features - new features should eventually go in the 4.0.0 branch)

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


Re: [DISCUSS] cordova-ios 3.8.0 release

Posted by Shazron <sh...@gmail.com>.
Update: final testing by issue watchers is holding up the release:
https://issues.apache.org/jira/browse/CB-7606?focusedCommentId=14315331&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14315331



On Wed, Feb 4, 2015 at 7:12 PM, Ian Clelland <ic...@chromium.org> wrote:
> I'm satisfied with that :)
>
> Thanks for the explanation.
>
> On Wed, Feb 4, 2015 at 6:21 PM, Shazron <sh...@gmail.com> wrote:
>
>> Migrating to node was not the concern, people will need to upgrade,
>> tough luck. I was justifying the minor version bump, not just a patch
>> version bump because of the nodejs dependency now for non-CLI users.
>>
>> On Wed, Feb 4, 2015 at 3:19 PM, Shazron <sh...@gmail.com> wrote:
>> > Not on iOS. cordova-ios 3.7.0 and below all used bash/python scripts
>> > (one or two were node but not critical for non-CLI use).
>> > So post 3.7.0,  non-CLI users will need nodejs installed to create a
>> > project and run the scripts in the cordova subfolder of a project.
>> >
>> >
>> > On Wed, Feb 4, 2015 at 2:39 PM, Murat Sutunc <mu...@microsoft.com>
>> wrote:
>> >> Before migration there were a lot of nodejs dependencies already:
>> >> Depends on nodejs :
>> >> install-device, install-emulator, list-emulator-images, emulate, run,
>> update
>> >>
>> >> Doesn’t depend on nodejs:
>> >> list-devices, list-started-emulators, start-emulator, build, clean,
>> log, create
>> >>
>> >> I believe create and build are the important ones here.
>> >> To better understand the problem, what are the key scenarios for
>> non-nodejs users? Is it just for builders?
>> >>
>> >> -----Original Message-----
>> >> From: Shazron [mailto:shazron@gmail.com]
>> >> Sent: Wednesday, February 4, 2015 12:19 PM
>> >> To: dev@cordova.apache.org
>> >> Subject: Re: [DISCUSS] cordova-ios 3.8.0 release
>> >>
>> >> Normally I would say yes, except for this change:
>> >> http://issues.apache.org/jira/browse/CB-8197 where all the bash
>> scripts have been converted to nodejs.
>> >> One could say that for CLI users, this is no big deal, but for users
>> using bin/create this creates a dependency on nodejs now (although this is
>> not new, there were partial changes to require nodejs in the the previous
>> releases).
>> >>
>> >> On Wed, Feb 4, 2015 at 7:30 AM, Ian Clelland <ic...@chromium.org>
>> wrote:
>> >>> +1 for a new release to fix these.
>> >>>
>> >>> Question: Should a no-new-features-bug-fix-only release be 3.7.1,
>> >>> rather than 3.8.0?
>> >>>
>> >>> On Tue Feb 03 2015 at 9:20:53 PM Andrew Grieve <ag...@chromium.org>
>> wrote:
>> >>>
>> >>>> I know you've been single-handing iOS lately, so thanks for your hard
>> >>>> work Shaz!
>> >>>>
>> >>>> Your list sounds well thought-out, and I've not got anything to add
>> >>>> other than +1!
>> >>>>
>> >>>> On Tue, Feb 3, 2015 at 8:42 PM, Shazron <sh...@gmail.com> wrote:
>> >>>>
>> >>>> > Bug fix release.
>> >>>> >
>> >>>> > The two major fixes that are already in are:
>> >>>> >
>> >>>> > 1. https://issues.apache.org/jira/browse/CB-8002
>> >>>> > 2.https://issues.apache.org/jira/browse/CB-8036
>> >>>> >
>> >>>> > Others are here (post Oct 30th 2014):
>> >>>> > https://github.com/apache/cordova-ios/commits/master
>> >>>> > I've triaged all the iOS issues in JIRA, nothing else seemed
>> critical.
>> >>>> >
>> >>>> > I'm looking at these other small issues that I can add in also if
>> >>>> possible:
>> >>>> >
>> >>>> > https://issues.apache.org/jira/browse/CB-7606 (I caused this,
>> >>>> > probably)
>> >>>> > https://issues.apache.org/jira/browse/CB-8028 (I caused this,
>> >>>> > probably)
>> >>>> > https://issues.apache.org/jira/browse/CB-8336 (quick fix)
>> >>>> > https://issues.apache.org/jira/browse/CB-8254 (quick fix)
>> >>>> >
>> >>>> > Any other issues that need to get in for the release?
>> >>>> > (no new features - new features should eventually go in the 4.0.0
>> >>>> > branch)
>> >>>> >
>> >>>> > -------------------------------------------------------------------
>> >>>> > -- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
>> >>>> > For additional commands, e-mail: dev-help@cordova.apache.org
>> >>>> >
>> >>>> >
>> >>>>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
>> >> For additional commands, e-mail: dev-help@cordova.apache.org
>> >>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
>> For additional commands, e-mail: dev-help@cordova.apache.org
>>
>>

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


Re: [DISCUSS] cordova-ios 3.8.0 release

Posted by Ian Clelland <ic...@chromium.org>.
I'm satisfied with that :)

Thanks for the explanation.

On Wed, Feb 4, 2015 at 6:21 PM, Shazron <sh...@gmail.com> wrote:

> Migrating to node was not the concern, people will need to upgrade,
> tough luck. I was justifying the minor version bump, not just a patch
> version bump because of the nodejs dependency now for non-CLI users.
>
> On Wed, Feb 4, 2015 at 3:19 PM, Shazron <sh...@gmail.com> wrote:
> > Not on iOS. cordova-ios 3.7.0 and below all used bash/python scripts
> > (one or two were node but not critical for non-CLI use).
> > So post 3.7.0,  non-CLI users will need nodejs installed to create a
> > project and run the scripts in the cordova subfolder of a project.
> >
> >
> > On Wed, Feb 4, 2015 at 2:39 PM, Murat Sutunc <mu...@microsoft.com>
> wrote:
> >> Before migration there were a lot of nodejs dependencies already:
> >> Depends on nodejs :
> >> install-device, install-emulator, list-emulator-images, emulate, run,
> update
> >>
> >> Doesn’t depend on nodejs:
> >> list-devices, list-started-emulators, start-emulator, build, clean,
> log, create
> >>
> >> I believe create and build are the important ones here.
> >> To better understand the problem, what are the key scenarios for
> non-nodejs users? Is it just for builders?
> >>
> >> -----Original Message-----
> >> From: Shazron [mailto:shazron@gmail.com]
> >> Sent: Wednesday, February 4, 2015 12:19 PM
> >> To: dev@cordova.apache.org
> >> Subject: Re: [DISCUSS] cordova-ios 3.8.0 release
> >>
> >> Normally I would say yes, except for this change:
> >> http://issues.apache.org/jira/browse/CB-8197 where all the bash
> scripts have been converted to nodejs.
> >> One could say that for CLI users, this is no big deal, but for users
> using bin/create this creates a dependency on nodejs now (although this is
> not new, there were partial changes to require nodejs in the the previous
> releases).
> >>
> >> On Wed, Feb 4, 2015 at 7:30 AM, Ian Clelland <ic...@chromium.org>
> wrote:
> >>> +1 for a new release to fix these.
> >>>
> >>> Question: Should a no-new-features-bug-fix-only release be 3.7.1,
> >>> rather than 3.8.0?
> >>>
> >>> On Tue Feb 03 2015 at 9:20:53 PM Andrew Grieve <ag...@chromium.org>
> wrote:
> >>>
> >>>> I know you've been single-handing iOS lately, so thanks for your hard
> >>>> work Shaz!
> >>>>
> >>>> Your list sounds well thought-out, and I've not got anything to add
> >>>> other than +1!
> >>>>
> >>>> On Tue, Feb 3, 2015 at 8:42 PM, Shazron <sh...@gmail.com> wrote:
> >>>>
> >>>> > Bug fix release.
> >>>> >
> >>>> > The two major fixes that are already in are:
> >>>> >
> >>>> > 1. https://issues.apache.org/jira/browse/CB-8002
> >>>> > 2.https://issues.apache.org/jira/browse/CB-8036
> >>>> >
> >>>> > Others are here (post Oct 30th 2014):
> >>>> > https://github.com/apache/cordova-ios/commits/master
> >>>> > I've triaged all the iOS issues in JIRA, nothing else seemed
> critical.
> >>>> >
> >>>> > I'm looking at these other small issues that I can add in also if
> >>>> possible:
> >>>> >
> >>>> > https://issues.apache.org/jira/browse/CB-7606 (I caused this,
> >>>> > probably)
> >>>> > https://issues.apache.org/jira/browse/CB-8028 (I caused this,
> >>>> > probably)
> >>>> > https://issues.apache.org/jira/browse/CB-8336 (quick fix)
> >>>> > https://issues.apache.org/jira/browse/CB-8254 (quick fix)
> >>>> >
> >>>> > Any other issues that need to get in for the release?
> >>>> > (no new features - new features should eventually go in the 4.0.0
> >>>> > branch)
> >>>> >
> >>>> > -------------------------------------------------------------------
> >>>> > -- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> >>>> > For additional commands, e-mail: dev-help@cordova.apache.org
> >>>> >
> >>>> >
> >>>>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> >> For additional commands, e-mail: dev-help@cordova.apache.org
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> For additional commands, e-mail: dev-help@cordova.apache.org
>
>

Re: [DISCUSS] cordova-ios 3.8.0 release

Posted by Shazron <sh...@gmail.com>.
Migrating to node was not the concern, people will need to upgrade,
tough luck. I was justifying the minor version bump, not just a patch
version bump because of the nodejs dependency now for non-CLI users.

On Wed, Feb 4, 2015 at 3:19 PM, Shazron <sh...@gmail.com> wrote:
> Not on iOS. cordova-ios 3.7.0 and below all used bash/python scripts
> (one or two were node but not critical for non-CLI use).
> So post 3.7.0,  non-CLI users will need nodejs installed to create a
> project and run the scripts in the cordova subfolder of a project.
>
>
> On Wed, Feb 4, 2015 at 2:39 PM, Murat Sutunc <mu...@microsoft.com> wrote:
>> Before migration there were a lot of nodejs dependencies already:
>> Depends on nodejs :
>> install-device, install-emulator, list-emulator-images, emulate, run, update
>>
>> Doesn’t depend on nodejs:
>> list-devices, list-started-emulators, start-emulator, build, clean, log, create
>>
>> I believe create and build are the important ones here.
>> To better understand the problem, what are the key scenarios for non-nodejs users? Is it just for builders?
>>
>> -----Original Message-----
>> From: Shazron [mailto:shazron@gmail.com]
>> Sent: Wednesday, February 4, 2015 12:19 PM
>> To: dev@cordova.apache.org
>> Subject: Re: [DISCUSS] cordova-ios 3.8.0 release
>>
>> Normally I would say yes, except for this change:
>> http://issues.apache.org/jira/browse/CB-8197 where all the bash scripts have been converted to nodejs.
>> One could say that for CLI users, this is no big deal, but for users using bin/create this creates a dependency on nodejs now (although this is not new, there were partial changes to require nodejs in the the previous releases).
>>
>> On Wed, Feb 4, 2015 at 7:30 AM, Ian Clelland <ic...@chromium.org> wrote:
>>> +1 for a new release to fix these.
>>>
>>> Question: Should a no-new-features-bug-fix-only release be 3.7.1,
>>> rather than 3.8.0?
>>>
>>> On Tue Feb 03 2015 at 9:20:53 PM Andrew Grieve <ag...@chromium.org> wrote:
>>>
>>>> I know you've been single-handing iOS lately, so thanks for your hard
>>>> work Shaz!
>>>>
>>>> Your list sounds well thought-out, and I've not got anything to add
>>>> other than +1!
>>>>
>>>> On Tue, Feb 3, 2015 at 8:42 PM, Shazron <sh...@gmail.com> wrote:
>>>>
>>>> > Bug fix release.
>>>> >
>>>> > The two major fixes that are already in are:
>>>> >
>>>> > 1. https://issues.apache.org/jira/browse/CB-8002
>>>> > 2.https://issues.apache.org/jira/browse/CB-8036
>>>> >
>>>> > Others are here (post Oct 30th 2014):
>>>> > https://github.com/apache/cordova-ios/commits/master
>>>> > I've triaged all the iOS issues in JIRA, nothing else seemed critical.
>>>> >
>>>> > I'm looking at these other small issues that I can add in also if
>>>> possible:
>>>> >
>>>> > https://issues.apache.org/jira/browse/CB-7606 (I caused this,
>>>> > probably)
>>>> > https://issues.apache.org/jira/browse/CB-8028 (I caused this,
>>>> > probably)
>>>> > https://issues.apache.org/jira/browse/CB-8336 (quick fix)
>>>> > https://issues.apache.org/jira/browse/CB-8254 (quick fix)
>>>> >
>>>> > Any other issues that need to get in for the release?
>>>> > (no new features - new features should eventually go in the 4.0.0
>>>> > branch)
>>>> >
>>>> > -------------------------------------------------------------------
>>>> > -- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
>>>> > For additional commands, e-mail: dev-help@cordova.apache.org
>>>> >
>>>> >
>>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
>> For additional commands, e-mail: dev-help@cordova.apache.org
>>

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


Re: [DISCUSS] cordova-ios 3.8.0 release

Posted by Shazron <sh...@gmail.com>.
Not on iOS. cordova-ios 3.7.0 and below all used bash/python scripts
(one or two were node but not critical for non-CLI use).
So post 3.7.0,  non-CLI users will need nodejs installed to create a
project and run the scripts in the cordova subfolder of a project.


On Wed, Feb 4, 2015 at 2:39 PM, Murat Sutunc <mu...@microsoft.com> wrote:
> Before migration there were a lot of nodejs dependencies already:
> Depends on nodejs :
> install-device, install-emulator, list-emulator-images, emulate, run, update
>
> Doesn’t depend on nodejs:
> list-devices, list-started-emulators, start-emulator, build, clean, log, create
>
> I believe create and build are the important ones here.
> To better understand the problem, what are the key scenarios for non-nodejs users? Is it just for builders?
>
> -----Original Message-----
> From: Shazron [mailto:shazron@gmail.com]
> Sent: Wednesday, February 4, 2015 12:19 PM
> To: dev@cordova.apache.org
> Subject: Re: [DISCUSS] cordova-ios 3.8.0 release
>
> Normally I would say yes, except for this change:
> http://issues.apache.org/jira/browse/CB-8197 where all the bash scripts have been converted to nodejs.
> One could say that for CLI users, this is no big deal, but for users using bin/create this creates a dependency on nodejs now (although this is not new, there were partial changes to require nodejs in the the previous releases).
>
> On Wed, Feb 4, 2015 at 7:30 AM, Ian Clelland <ic...@chromium.org> wrote:
>> +1 for a new release to fix these.
>>
>> Question: Should a no-new-features-bug-fix-only release be 3.7.1,
>> rather than 3.8.0?
>>
>> On Tue Feb 03 2015 at 9:20:53 PM Andrew Grieve <ag...@chromium.org> wrote:
>>
>>> I know you've been single-handing iOS lately, so thanks for your hard
>>> work Shaz!
>>>
>>> Your list sounds well thought-out, and I've not got anything to add
>>> other than +1!
>>>
>>> On Tue, Feb 3, 2015 at 8:42 PM, Shazron <sh...@gmail.com> wrote:
>>>
>>> > Bug fix release.
>>> >
>>> > The two major fixes that are already in are:
>>> >
>>> > 1. https://issues.apache.org/jira/browse/CB-8002
>>> > 2.https://issues.apache.org/jira/browse/CB-8036
>>> >
>>> > Others are here (post Oct 30th 2014):
>>> > https://github.com/apache/cordova-ios/commits/master
>>> > I've triaged all the iOS issues in JIRA, nothing else seemed critical.
>>> >
>>> > I'm looking at these other small issues that I can add in also if
>>> possible:
>>> >
>>> > https://issues.apache.org/jira/browse/CB-7606 (I caused this,
>>> > probably)
>>> > https://issues.apache.org/jira/browse/CB-8028 (I caused this,
>>> > probably)
>>> > https://issues.apache.org/jira/browse/CB-8336 (quick fix)
>>> > https://issues.apache.org/jira/browse/CB-8254 (quick fix)
>>> >
>>> > Any other issues that need to get in for the release?
>>> > (no new features - new features should eventually go in the 4.0.0
>>> > branch)
>>> >
>>> > -------------------------------------------------------------------
>>> > -- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
>>> > For additional commands, e-mail: dev-help@cordova.apache.org
>>> >
>>> >
>>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> For additional commands, e-mail: dev-help@cordova.apache.org
>

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


RE: [DISCUSS] cordova-ios 3.8.0 release

Posted by Murat Sutunc <mu...@microsoft.com>.
Before migration there were a lot of nodejs dependencies already:
Depends on nodejs :
install-device, install-emulator, list-emulator-images, emulate, run, update

Doesn’t depend on nodejs:
list-devices, list-started-emulators, start-emulator, build, clean, log, create

I believe create and build are the important ones here.
To better understand the problem, what are the key scenarios for non-nodejs users? Is it just for builders?

-----Original Message-----
From: Shazron [mailto:shazron@gmail.com] 
Sent: Wednesday, February 4, 2015 12:19 PM
To: dev@cordova.apache.org
Subject: Re: [DISCUSS] cordova-ios 3.8.0 release

Normally I would say yes, except for this change:
http://issues.apache.org/jira/browse/CB-8197 where all the bash scripts have been converted to nodejs.
One could say that for CLI users, this is no big deal, but for users using bin/create this creates a dependency on nodejs now (although this is not new, there were partial changes to require nodejs in the the previous releases).

On Wed, Feb 4, 2015 at 7:30 AM, Ian Clelland <ic...@chromium.org> wrote:
> +1 for a new release to fix these.
>
> Question: Should a no-new-features-bug-fix-only release be 3.7.1, 
> rather than 3.8.0?
>
> On Tue Feb 03 2015 at 9:20:53 PM Andrew Grieve <ag...@chromium.org> wrote:
>
>> I know you've been single-handing iOS lately, so thanks for your hard 
>> work Shaz!
>>
>> Your list sounds well thought-out, and I've not got anything to add 
>> other than +1!
>>
>> On Tue, Feb 3, 2015 at 8:42 PM, Shazron <sh...@gmail.com> wrote:
>>
>> > Bug fix release.
>> >
>> > The two major fixes that are already in are:
>> >
>> > 1. https://issues.apache.org/jira/browse/CB-8002
>> > 2.https://issues.apache.org/jira/browse/CB-8036
>> >
>> > Others are here (post Oct 30th 2014):
>> > https://github.com/apache/cordova-ios/commits/master
>> > I've triaged all the iOS issues in JIRA, nothing else seemed critical.
>> >
>> > I'm looking at these other small issues that I can add in also if
>> possible:
>> >
>> > https://issues.apache.org/jira/browse/CB-7606 (I caused this, 
>> > probably)
>> > https://issues.apache.org/jira/browse/CB-8028 (I caused this, 
>> > probably)
>> > https://issues.apache.org/jira/browse/CB-8336 (quick fix)
>> > https://issues.apache.org/jira/browse/CB-8254 (quick fix)
>> >
>> > Any other issues that need to get in for the release?
>> > (no new features - new features should eventually go in the 4.0.0 
>> > branch)
>> >
>> > -------------------------------------------------------------------
>> > -- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
>> > For additional commands, e-mail: dev-help@cordova.apache.org
>> >
>> >
>>

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


Re: [DISCUSS] cordova-ios 3.8.0 release

Posted by Shazron <sh...@gmail.com>.
Normally I would say yes, except for this change:
http://issues.apache.org/jira/browse/CB-8197 where all the bash
scripts have been converted to nodejs.
One could say that for CLI users, this is no big deal, but for users
using bin/create this creates a dependency on nodejs now (although
this is not new, there were partial changes to require nodejs in the
the previous releases).

On Wed, Feb 4, 2015 at 7:30 AM, Ian Clelland <ic...@chromium.org> wrote:
> +1 for a new release to fix these.
>
> Question: Should a no-new-features-bug-fix-only release be 3.7.1, rather
> than 3.8.0?
>
> On Tue Feb 03 2015 at 9:20:53 PM Andrew Grieve <ag...@chromium.org> wrote:
>
>> I know you've been single-handing iOS lately, so thanks for your hard work
>> Shaz!
>>
>> Your list sounds well thought-out, and I've not got anything to add other
>> than +1!
>>
>> On Tue, Feb 3, 2015 at 8:42 PM, Shazron <sh...@gmail.com> wrote:
>>
>> > Bug fix release.
>> >
>> > The two major fixes that are already in are:
>> >
>> > 1. https://issues.apache.org/jira/browse/CB-8002
>> > 2.https://issues.apache.org/jira/browse/CB-8036
>> >
>> > Others are here (post Oct 30th 2014):
>> > https://github.com/apache/cordova-ios/commits/master
>> > I've triaged all the iOS issues in JIRA, nothing else seemed critical.
>> >
>> > I'm looking at these other small issues that I can add in also if
>> possible:
>> >
>> > https://issues.apache.org/jira/browse/CB-7606 (I caused this, probably)
>> > https://issues.apache.org/jira/browse/CB-8028 (I caused this, probably)
>> > https://issues.apache.org/jira/browse/CB-8336 (quick fix)
>> > https://issues.apache.org/jira/browse/CB-8254 (quick fix)
>> >
>> > Any other issues that need to get in for the release?
>> > (no new features - new features should eventually go in the 4.0.0 branch)
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
>> > For additional commands, e-mail: dev-help@cordova.apache.org
>> >
>> >
>>

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


Re: [DISCUSS] cordova-ios 3.8.0 release

Posted by Ian Clelland <ic...@chromium.org>.
+1 for a new release to fix these.

Question: Should a no-new-features-bug-fix-only release be 3.7.1, rather
than 3.8.0?

On Tue Feb 03 2015 at 9:20:53 PM Andrew Grieve <ag...@chromium.org> wrote:

> I know you've been single-handing iOS lately, so thanks for your hard work
> Shaz!
>
> Your list sounds well thought-out, and I've not got anything to add other
> than +1!
>
> On Tue, Feb 3, 2015 at 8:42 PM, Shazron <sh...@gmail.com> wrote:
>
> > Bug fix release.
> >
> > The two major fixes that are already in are:
> >
> > 1. https://issues.apache.org/jira/browse/CB-8002
> > 2.https://issues.apache.org/jira/browse/CB-8036
> >
> > Others are here (post Oct 30th 2014):
> > https://github.com/apache/cordova-ios/commits/master
> > I've triaged all the iOS issues in JIRA, nothing else seemed critical.
> >
> > I'm looking at these other small issues that I can add in also if
> possible:
> >
> > https://issues.apache.org/jira/browse/CB-7606 (I caused this, probably)
> > https://issues.apache.org/jira/browse/CB-8028 (I caused this, probably)
> > https://issues.apache.org/jira/browse/CB-8336 (quick fix)
> > https://issues.apache.org/jira/browse/CB-8254 (quick fix)
> >
> > Any other issues that need to get in for the release?
> > (no new features - new features should eventually go in the 4.0.0 branch)
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> > For additional commands, e-mail: dev-help@cordova.apache.org
> >
> >
>

Re: [DISCUSS] cordova-ios 3.8.0 release

Posted by Andrew Grieve <ag...@chromium.org>.
I know you've been single-handing iOS lately, so thanks for your hard work
Shaz!

Your list sounds well thought-out, and I've not got anything to add other
than +1!

On Tue, Feb 3, 2015 at 8:42 PM, Shazron <sh...@gmail.com> wrote:

> Bug fix release.
>
> The two major fixes that are already in are:
>
> 1. https://issues.apache.org/jira/browse/CB-8002
> 2.https://issues.apache.org/jira/browse/CB-8036
>
> Others are here (post Oct 30th 2014):
> https://github.com/apache/cordova-ios/commits/master
> I've triaged all the iOS issues in JIRA, nothing else seemed critical.
>
> I'm looking at these other small issues that I can add in also if possible:
>
> https://issues.apache.org/jira/browse/CB-7606 (I caused this, probably)
> https://issues.apache.org/jira/browse/CB-8028 (I caused this, probably)
> https://issues.apache.org/jira/browse/CB-8336 (quick fix)
> https://issues.apache.org/jira/browse/CB-8254 (quick fix)
>
> Any other issues that need to get in for the release?
> (no new features - new features should eventually go in the 4.0.0 branch)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> For additional commands, e-mail: dev-help@cordova.apache.org
>
>