You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Joe Bowser <bo...@gmail.com> on 2012/04/06 00:18:40 UTC

Tagging 1.6.0?

Hey

I'm wanting to tag 1.6.0. I am currently following the wiki article (
http://wiki.apache.org/cordova/AndroidReleaseChecklist), and it looks like
I need the Cordova-JS to be tagged first.  What do things look like right
now w.r.t. this?

Joe

RE: Tagging 1.6.0?

Posted by Herm Wong <he...@hotmail.com>.
webOS has been tagged 1.6.0

> Date: Thu, 5 Apr 2012 15:18:40 -0700
> Subject: Tagging 1.6.0?
> From: bowserj@gmail.com
> To: callback-dev@incubator.apache.org
> 
> Hey
> 
> I'm wanting to tag 1.6.0. I am currently following the wiki article (
> http://wiki.apache.org/cordova/AndroidReleaseChecklist), and it looks like
> I need the Cordova-JS to be tagged first.  What do things look like right
> now w.r.t. this?
> 
> Joe
 		 	   		  

Re: Tagging 1.6.0?

Posted by Shazron <sh...@gmail.com>.
See chicken and egg thread

On Mon, Apr 9, 2012 at 5:08 PM, Steven Gill <st...@gmail.com> wrote:
> Any update on this?
>
> On Mon, Apr 9, 2012 at 9:46 AM, Joe Bowser <bo...@gmail.com> wrote:
>
>> I'm waiting for cordova-js to be tagged, then I'll run the tests again and
>> tag Android.
>>
>> On Fri, Apr 6, 2012 at 1:00 AM, Shazron <sh...@gmail.com> wrote:
>>
>> > iOS almost ready - one issue left which is dependent on cordova-js tag
>> > https://issues.apache.org/jira/browse/CB-454
>> > After that is resolved, I will run the tests and if all goes well, tag
>> > 1.6.0 for iOS
>> >
>> > On Thu, Apr 5, 2012 at 6:34 PM, Jesse <pu...@gmail.com> wrote:
>> > > I will be tagging WP7 1.6.0 over the weekend.
>> > > Monday, I will be updating the docs, and finalizing some release
>> > packaging
>> > > stuff.
>> > >
>> > > Have a good weekend!
>> > >  Jesse
>> > >
>> > > On Thu, Apr 5, 2012 at 6:25 PM, Jesse <pu...@gmail.com> wrote:
>> > >
>> > >> tagged 1.6.0
>> > >>
>> > >>
>> > >> On Thu, Apr 5, 2012 at 6:16 PM, Jesse <pu...@gmail.com>
>> wrote:
>> > >>
>> > >>> Committed my cordova-js WP7 code and sent a pull-req.
>> > >>>
>> > >>> taggable from my end.
>> > >>>
>> > >>>
>> > >>> On Thu, Apr 5, 2012 at 5:45 PM, Shazron <sh...@gmail.com> wrote:
>> > >>>
>> > >>>> Is cordova-js ready? I can tag it, but don't know if it is.
>> > >>>>
>> > >>>> On Thu, Apr 5, 2012 at 5:16 PM, Joe Bowser <bo...@gmail.com>
>> wrote:
>> > >>>> > OK, still need cordova-js tagged before I can do the build and tag
>> > >>>> Android.
>> > >>>> >
>> > >>>> > On Thu, Apr 5, 2012 at 4:54 PM, Simon MacDonald
>> > >>>> > <si...@gmail.com>wrote:
>> > >>>> >
>> > >>>> >> Fix just checked in for CB-453.
>> > >>>> >>
>> > >>>> >> Simon Mac Donald
>> > >>>> >> http://hi.im/simonmacdonald
>> > >>>> >>
>> > >>>> >>
>> > >>>> >>
>> > >>>> >> On Thu, Apr 5, 2012 at 7:50 PM, Joe Bowser <bo...@gmail.com>
>> > wrote:
>> > >>>> >> > Is this fixed in iOS? I checked cordova-js, and I think the bug
>> > is
>> > >>>> in
>> > >>>> >> > there, namely the fact that foo.length is the number of
>> > characters,
>> > >>>> not
>> > >>>> >> the
>> > >>>> >> > number of bytes in a string, thus the offset will always be
>> wrong
>> > >>>> >> whenever
>> > >>>> >> > you are writing binary data to a file, which is what Android
>> does
>> > >>>> in its
>> > >>>> >> > write and truncate.
>> > >>>> >> >
>> > >>>> >> > On Thu, Apr 5, 2012 at 4:08 PM, Simon MacDonald
>> > >>>> >> > <si...@gmail.com>wrote:
>> > >>>> >> >
>> > >>>> >> >> The bug was discovered after Becky updated the file test
>> cases.
>> > I
>> > >>>> have
>> > >>>> >> not
>> > >>>> >> >> had the chance to Jira it yet as I've run home for supper.
>> > >>>> >> >>
>> > >>>> >> >> Simon
>> > >>>> >> >> On Apr 5, 2012 7:03 PM, "Joe Bowser" <bo...@gmail.com>
>> wrote:
>> > >>>> >> >>
>> > >>>> >> >> > Also, does this bug have a corresponding test in
>> mobile-spec?
>> > >>>> >> >> >
>> > >>>> >> >> > On Thu, Apr 5, 2012 at 4:02 PM, Joe Bowser <
>> bowserj@gmail.com
>> > >
>> > >>>> wrote:
>> > >>>> >> >> >
>> > >>>> >> >> > > What bug is this? Is it in JIRA?
>> > >>>> >> >> > >
>> > >>>> >> >> > >
>> > >>>> >> >> > > On Thu, Apr 5, 2012 at 3:51 PM, Simon MacDonald <
>> > >>>> >> >> > simon.macdonald@gmail.com
>> > >>>> >> >> > > > wrote:
>> > >>>> >> >> > >
>> > >>>> >> >> > >> I have a bug fix for writing Chinese characters to check
>> > in on
>> > >>>> >> >> Android.
>> > >>>> >> >> > So
>> > >>>> >> >> > >> please don't tag it until I can get it in.
>> > >>>> >> >> > >>
>> > >>>> >> >> > >> Simon
>> > >>>> >> >> > >> On Apr 5, 2012 6:19 PM, "Joe Bowser" <bo...@gmail.com>
>> > >>>> wrote:
>> > >>>> >> >> > >>
>> > >>>> >> >> > >> > Hey
>> > >>>> >> >> > >> >
>> > >>>> >> >> > >> > I'm wanting to tag 1.6.0. I am currently following the
>> > wiki
>> > >>>> >> article
>> > >>>> >> >> (
>> > >>>> >> >> > >> > http://wiki.apache.org/cordova/AndroidReleaseChecklist
>> ),
>> > >>>> and it
>> > >>>> >> >> looks
>> > >>>> >> >> > >> like
>> > >>>> >> >> > >> > I need the Cordova-JS to be tagged first.  What do
>> things
>> > >>>> look
>> > >>>> >> like
>> > >>>> >> >> > >> right
>> > >>>> >> >> > >> > now w.r.t. this?
>> > >>>> >> >> > >> >
>> > >>>> >> >> > >> > Joe
>> > >>>> >> >> > >> >
>> > >>>> >> >> > >>
>> > >>>> >> >> > >
>> > >>>> >> >> > >
>> > >>>> >> >> >
>> > >>>> >> >>
>> > >>>> >>
>> > >>>>
>> > >>>
>> > >>>
>> > >>
>> >
>>

Re: Tagging 1.6.0?

Posted by Joe Bowser <bo...@gmail.com>.
Check the other thread.

On Mon, Apr 9, 2012 at 5:08 PM, Steven Gill <st...@gmail.com> wrote:

> Any update on this?
>
> On Mon, Apr 9, 2012 at 9:46 AM, Joe Bowser <bo...@gmail.com> wrote:
>
> > I'm waiting for cordova-js to be tagged, then I'll run the tests again
> and
> > tag Android.
> >
> > On Fri, Apr 6, 2012 at 1:00 AM, Shazron <sh...@gmail.com> wrote:
> >
> > > iOS almost ready - one issue left which is dependent on cordova-js tag
> > > https://issues.apache.org/jira/browse/CB-454
> > > After that is resolved, I will run the tests and if all goes well, tag
> > > 1.6.0 for iOS
> > >
> > > On Thu, Apr 5, 2012 at 6:34 PM, Jesse <pu...@gmail.com> wrote:
> > > > I will be tagging WP7 1.6.0 over the weekend.
> > > > Monday, I will be updating the docs, and finalizing some release
> > > packaging
> > > > stuff.
> > > >
> > > > Have a good weekend!
> > > >  Jesse
> > > >
> > > > On Thu, Apr 5, 2012 at 6:25 PM, Jesse <pu...@gmail.com>
> wrote:
> > > >
> > > >> tagged 1.6.0
> > > >>
> > > >>
> > > >> On Thu, Apr 5, 2012 at 6:16 PM, Jesse <pu...@gmail.com>
> > wrote:
> > > >>
> > > >>> Committed my cordova-js WP7 code and sent a pull-req.
> > > >>>
> > > >>> taggable from my end.
> > > >>>
> > > >>>
> > > >>> On Thu, Apr 5, 2012 at 5:45 PM, Shazron <sh...@gmail.com> wrote:
> > > >>>
> > > >>>> Is cordova-js ready? I can tag it, but don't know if it is.
> > > >>>>
> > > >>>> On Thu, Apr 5, 2012 at 5:16 PM, Joe Bowser <bo...@gmail.com>
> > wrote:
> > > >>>> > OK, still need cordova-js tagged before I can do the build and
> tag
> > > >>>> Android.
> > > >>>> >
> > > >>>> > On Thu, Apr 5, 2012 at 4:54 PM, Simon MacDonald
> > > >>>> > <si...@gmail.com>wrote:
> > > >>>> >
> > > >>>> >> Fix just checked in for CB-453.
> > > >>>> >>
> > > >>>> >> Simon Mac Donald
> > > >>>> >> http://hi.im/simonmacdonald
> > > >>>> >>
> > > >>>> >>
> > > >>>> >>
> > > >>>> >> On Thu, Apr 5, 2012 at 7:50 PM, Joe Bowser <bo...@gmail.com>
> > > wrote:
> > > >>>> >> > Is this fixed in iOS? I checked cordova-js, and I think the
> bug
> > > is
> > > >>>> in
> > > >>>> >> > there, namely the fact that foo.length is the number of
> > > characters,
> > > >>>> not
> > > >>>> >> the
> > > >>>> >> > number of bytes in a string, thus the offset will always be
> > wrong
> > > >>>> >> whenever
> > > >>>> >> > you are writing binary data to a file, which is what Android
> > does
> > > >>>> in its
> > > >>>> >> > write and truncate.
> > > >>>> >> >
> > > >>>> >> > On Thu, Apr 5, 2012 at 4:08 PM, Simon MacDonald
> > > >>>> >> > <si...@gmail.com>wrote:
> > > >>>> >> >
> > > >>>> >> >> The bug was discovered after Becky updated the file test
> > cases.
> > > I
> > > >>>> have
> > > >>>> >> not
> > > >>>> >> >> had the chance to Jira it yet as I've run home for supper.
> > > >>>> >> >>
> > > >>>> >> >> Simon
> > > >>>> >> >> On Apr 5, 2012 7:03 PM, "Joe Bowser" <bo...@gmail.com>
> > wrote:
> > > >>>> >> >>
> > > >>>> >> >> > Also, does this bug have a corresponding test in
> > mobile-spec?
> > > >>>> >> >> >
> > > >>>> >> >> > On Thu, Apr 5, 2012 at 4:02 PM, Joe Bowser <
> > bowserj@gmail.com
> > > >
> > > >>>> wrote:
> > > >>>> >> >> >
> > > >>>> >> >> > > What bug is this? Is it in JIRA?
> > > >>>> >> >> > >
> > > >>>> >> >> > >
> > > >>>> >> >> > > On Thu, Apr 5, 2012 at 3:51 PM, Simon MacDonald <
> > > >>>> >> >> > simon.macdonald@gmail.com
> > > >>>> >> >> > > > wrote:
> > > >>>> >> >> > >
> > > >>>> >> >> > >> I have a bug fix for writing Chinese characters to
> check
> > > in on
> > > >>>> >> >> Android.
> > > >>>> >> >> > So
> > > >>>> >> >> > >> please don't tag it until I can get it in.
> > > >>>> >> >> > >>
> > > >>>> >> >> > >> Simon
> > > >>>> >> >> > >> On Apr 5, 2012 6:19 PM, "Joe Bowser" <
> bowserj@gmail.com>
> > > >>>> wrote:
> > > >>>> >> >> > >>
> > > >>>> >> >> > >> > Hey
> > > >>>> >> >> > >> >
> > > >>>> >> >> > >> > I'm wanting to tag 1.6.0. I am currently following
> the
> > > wiki
> > > >>>> >> article
> > > >>>> >> >> (
> > > >>>> >> >> > >> >
> http://wiki.apache.org/cordova/AndroidReleaseChecklist
> > ),
> > > >>>> and it
> > > >>>> >> >> looks
> > > >>>> >> >> > >> like
> > > >>>> >> >> > >> > I need the Cordova-JS to be tagged first.  What do
> > things
> > > >>>> look
> > > >>>> >> like
> > > >>>> >> >> > >> right
> > > >>>> >> >> > >> > now w.r.t. this?
> > > >>>> >> >> > >> >
> > > >>>> >> >> > >> > Joe
> > > >>>> >> >> > >> >
> > > >>>> >> >> > >>
> > > >>>> >> >> > >
> > > >>>> >> >> > >
> > > >>>> >> >> >
> > > >>>> >> >>
> > > >>>> >>
> > > >>>>
> > > >>>
> > > >>>
> > > >>
> > >
> >
>

Re: Tagging 1.6.0?

Posted by Steven Gill <st...@gmail.com>.
Any update on this?

On Mon, Apr 9, 2012 at 9:46 AM, Joe Bowser <bo...@gmail.com> wrote:

> I'm waiting for cordova-js to be tagged, then I'll run the tests again and
> tag Android.
>
> On Fri, Apr 6, 2012 at 1:00 AM, Shazron <sh...@gmail.com> wrote:
>
> > iOS almost ready - one issue left which is dependent on cordova-js tag
> > https://issues.apache.org/jira/browse/CB-454
> > After that is resolved, I will run the tests and if all goes well, tag
> > 1.6.0 for iOS
> >
> > On Thu, Apr 5, 2012 at 6:34 PM, Jesse <pu...@gmail.com> wrote:
> > > I will be tagging WP7 1.6.0 over the weekend.
> > > Monday, I will be updating the docs, and finalizing some release
> > packaging
> > > stuff.
> > >
> > > Have a good weekend!
> > >  Jesse
> > >
> > > On Thu, Apr 5, 2012 at 6:25 PM, Jesse <pu...@gmail.com> wrote:
> > >
> > >> tagged 1.6.0
> > >>
> > >>
> > >> On Thu, Apr 5, 2012 at 6:16 PM, Jesse <pu...@gmail.com>
> wrote:
> > >>
> > >>> Committed my cordova-js WP7 code and sent a pull-req.
> > >>>
> > >>> taggable from my end.
> > >>>
> > >>>
> > >>> On Thu, Apr 5, 2012 at 5:45 PM, Shazron <sh...@gmail.com> wrote:
> > >>>
> > >>>> Is cordova-js ready? I can tag it, but don't know if it is.
> > >>>>
> > >>>> On Thu, Apr 5, 2012 at 5:16 PM, Joe Bowser <bo...@gmail.com>
> wrote:
> > >>>> > OK, still need cordova-js tagged before I can do the build and tag
> > >>>> Android.
> > >>>> >
> > >>>> > On Thu, Apr 5, 2012 at 4:54 PM, Simon MacDonald
> > >>>> > <si...@gmail.com>wrote:
> > >>>> >
> > >>>> >> Fix just checked in for CB-453.
> > >>>> >>
> > >>>> >> Simon Mac Donald
> > >>>> >> http://hi.im/simonmacdonald
> > >>>> >>
> > >>>> >>
> > >>>> >>
> > >>>> >> On Thu, Apr 5, 2012 at 7:50 PM, Joe Bowser <bo...@gmail.com>
> > wrote:
> > >>>> >> > Is this fixed in iOS? I checked cordova-js, and I think the bug
> > is
> > >>>> in
> > >>>> >> > there, namely the fact that foo.length is the number of
> > characters,
> > >>>> not
> > >>>> >> the
> > >>>> >> > number of bytes in a string, thus the offset will always be
> wrong
> > >>>> >> whenever
> > >>>> >> > you are writing binary data to a file, which is what Android
> does
> > >>>> in its
> > >>>> >> > write and truncate.
> > >>>> >> >
> > >>>> >> > On Thu, Apr 5, 2012 at 4:08 PM, Simon MacDonald
> > >>>> >> > <si...@gmail.com>wrote:
> > >>>> >> >
> > >>>> >> >> The bug was discovered after Becky updated the file test
> cases.
> > I
> > >>>> have
> > >>>> >> not
> > >>>> >> >> had the chance to Jira it yet as I've run home for supper.
> > >>>> >> >>
> > >>>> >> >> Simon
> > >>>> >> >> On Apr 5, 2012 7:03 PM, "Joe Bowser" <bo...@gmail.com>
> wrote:
> > >>>> >> >>
> > >>>> >> >> > Also, does this bug have a corresponding test in
> mobile-spec?
> > >>>> >> >> >
> > >>>> >> >> > On Thu, Apr 5, 2012 at 4:02 PM, Joe Bowser <
> bowserj@gmail.com
> > >
> > >>>> wrote:
> > >>>> >> >> >
> > >>>> >> >> > > What bug is this? Is it in JIRA?
> > >>>> >> >> > >
> > >>>> >> >> > >
> > >>>> >> >> > > On Thu, Apr 5, 2012 at 3:51 PM, Simon MacDonald <
> > >>>> >> >> > simon.macdonald@gmail.com
> > >>>> >> >> > > > wrote:
> > >>>> >> >> > >
> > >>>> >> >> > >> I have a bug fix for writing Chinese characters to check
> > in on
> > >>>> >> >> Android.
> > >>>> >> >> > So
> > >>>> >> >> > >> please don't tag it until I can get it in.
> > >>>> >> >> > >>
> > >>>> >> >> > >> Simon
> > >>>> >> >> > >> On Apr 5, 2012 6:19 PM, "Joe Bowser" <bo...@gmail.com>
> > >>>> wrote:
> > >>>> >> >> > >>
> > >>>> >> >> > >> > Hey
> > >>>> >> >> > >> >
> > >>>> >> >> > >> > I'm wanting to tag 1.6.0. I am currently following the
> > wiki
> > >>>> >> article
> > >>>> >> >> (
> > >>>> >> >> > >> > http://wiki.apache.org/cordova/AndroidReleaseChecklist
> ),
> > >>>> and it
> > >>>> >> >> looks
> > >>>> >> >> > >> like
> > >>>> >> >> > >> > I need the Cordova-JS to be tagged first.  What do
> things
> > >>>> look
> > >>>> >> like
> > >>>> >> >> > >> right
> > >>>> >> >> > >> > now w.r.t. this?
> > >>>> >> >> > >> >
> > >>>> >> >> > >> > Joe
> > >>>> >> >> > >> >
> > >>>> >> >> > >>
> > >>>> >> >> > >
> > >>>> >> >> > >
> > >>>> >> >> >
> > >>>> >> >>
> > >>>> >>
> > >>>>
> > >>>
> > >>>
> > >>
> >
>

Re: Tagging 1.6.0?

Posted by Joe Bowser <bo...@gmail.com>.
I'm waiting for cordova-js to be tagged, then I'll run the tests again and
tag Android.

On Fri, Apr 6, 2012 at 1:00 AM, Shazron <sh...@gmail.com> wrote:

> iOS almost ready - one issue left which is dependent on cordova-js tag
> https://issues.apache.org/jira/browse/CB-454
> After that is resolved, I will run the tests and if all goes well, tag
> 1.6.0 for iOS
>
> On Thu, Apr 5, 2012 at 6:34 PM, Jesse <pu...@gmail.com> wrote:
> > I will be tagging WP7 1.6.0 over the weekend.
> > Monday, I will be updating the docs, and finalizing some release
> packaging
> > stuff.
> >
> > Have a good weekend!
> >  Jesse
> >
> > On Thu, Apr 5, 2012 at 6:25 PM, Jesse <pu...@gmail.com> wrote:
> >
> >> tagged 1.6.0
> >>
> >>
> >> On Thu, Apr 5, 2012 at 6:16 PM, Jesse <pu...@gmail.com> wrote:
> >>
> >>> Committed my cordova-js WP7 code and sent a pull-req.
> >>>
> >>> taggable from my end.
> >>>
> >>>
> >>> On Thu, Apr 5, 2012 at 5:45 PM, Shazron <sh...@gmail.com> wrote:
> >>>
> >>>> Is cordova-js ready? I can tag it, but don't know if it is.
> >>>>
> >>>> On Thu, Apr 5, 2012 at 5:16 PM, Joe Bowser <bo...@gmail.com> wrote:
> >>>> > OK, still need cordova-js tagged before I can do the build and tag
> >>>> Android.
> >>>> >
> >>>> > On Thu, Apr 5, 2012 at 4:54 PM, Simon MacDonald
> >>>> > <si...@gmail.com>wrote:
> >>>> >
> >>>> >> Fix just checked in for CB-453.
> >>>> >>
> >>>> >> Simon Mac Donald
> >>>> >> http://hi.im/simonmacdonald
> >>>> >>
> >>>> >>
> >>>> >>
> >>>> >> On Thu, Apr 5, 2012 at 7:50 PM, Joe Bowser <bo...@gmail.com>
> wrote:
> >>>> >> > Is this fixed in iOS? I checked cordova-js, and I think the bug
> is
> >>>> in
> >>>> >> > there, namely the fact that foo.length is the number of
> characters,
> >>>> not
> >>>> >> the
> >>>> >> > number of bytes in a string, thus the offset will always be wrong
> >>>> >> whenever
> >>>> >> > you are writing binary data to a file, which is what Android does
> >>>> in its
> >>>> >> > write and truncate.
> >>>> >> >
> >>>> >> > On Thu, Apr 5, 2012 at 4:08 PM, Simon MacDonald
> >>>> >> > <si...@gmail.com>wrote:
> >>>> >> >
> >>>> >> >> The bug was discovered after Becky updated the file test cases.
> I
> >>>> have
> >>>> >> not
> >>>> >> >> had the chance to Jira it yet as I've run home for supper.
> >>>> >> >>
> >>>> >> >> Simon
> >>>> >> >> On Apr 5, 2012 7:03 PM, "Joe Bowser" <bo...@gmail.com> wrote:
> >>>> >> >>
> >>>> >> >> > Also, does this bug have a corresponding test in mobile-spec?
> >>>> >> >> >
> >>>> >> >> > On Thu, Apr 5, 2012 at 4:02 PM, Joe Bowser <bowserj@gmail.com
> >
> >>>> wrote:
> >>>> >> >> >
> >>>> >> >> > > What bug is this? Is it in JIRA?
> >>>> >> >> > >
> >>>> >> >> > >
> >>>> >> >> > > On Thu, Apr 5, 2012 at 3:51 PM, Simon MacDonald <
> >>>> >> >> > simon.macdonald@gmail.com
> >>>> >> >> > > > wrote:
> >>>> >> >> > >
> >>>> >> >> > >> I have a bug fix for writing Chinese characters to check
> in on
> >>>> >> >> Android.
> >>>> >> >> > So
> >>>> >> >> > >> please don't tag it until I can get it in.
> >>>> >> >> > >>
> >>>> >> >> > >> Simon
> >>>> >> >> > >> On Apr 5, 2012 6:19 PM, "Joe Bowser" <bo...@gmail.com>
> >>>> wrote:
> >>>> >> >> > >>
> >>>> >> >> > >> > Hey
> >>>> >> >> > >> >
> >>>> >> >> > >> > I'm wanting to tag 1.6.0. I am currently following the
> wiki
> >>>> >> article
> >>>> >> >> (
> >>>> >> >> > >> > http://wiki.apache.org/cordova/AndroidReleaseChecklist),
> >>>> and it
> >>>> >> >> looks
> >>>> >> >> > >> like
> >>>> >> >> > >> > I need the Cordova-JS to be tagged first.  What do things
> >>>> look
> >>>> >> like
> >>>> >> >> > >> right
> >>>> >> >> > >> > now w.r.t. this?
> >>>> >> >> > >> >
> >>>> >> >> > >> > Joe
> >>>> >> >> > >> >
> >>>> >> >> > >>
> >>>> >> >> > >
> >>>> >> >> > >
> >>>> >> >> >
> >>>> >> >>
> >>>> >>
> >>>>
> >>>
> >>>
> >>
>

Re: Tagging 1.6.0?

Posted by Shazron <sh...@gmail.com>.
iOS almost ready - one issue left which is dependent on cordova-js tag
https://issues.apache.org/jira/browse/CB-454
After that is resolved, I will run the tests and if all goes well, tag
1.6.0 for iOS

On Thu, Apr 5, 2012 at 6:34 PM, Jesse <pu...@gmail.com> wrote:
> I will be tagging WP7 1.6.0 over the weekend.
> Monday, I will be updating the docs, and finalizing some release packaging
> stuff.
>
> Have a good weekend!
>  Jesse
>
> On Thu, Apr 5, 2012 at 6:25 PM, Jesse <pu...@gmail.com> wrote:
>
>> tagged 1.6.0
>>
>>
>> On Thu, Apr 5, 2012 at 6:16 PM, Jesse <pu...@gmail.com> wrote:
>>
>>> Committed my cordova-js WP7 code and sent a pull-req.
>>>
>>> taggable from my end.
>>>
>>>
>>> On Thu, Apr 5, 2012 at 5:45 PM, Shazron <sh...@gmail.com> wrote:
>>>
>>>> Is cordova-js ready? I can tag it, but don't know if it is.
>>>>
>>>> On Thu, Apr 5, 2012 at 5:16 PM, Joe Bowser <bo...@gmail.com> wrote:
>>>> > OK, still need cordova-js tagged before I can do the build and tag
>>>> Android.
>>>> >
>>>> > On Thu, Apr 5, 2012 at 4:54 PM, Simon MacDonald
>>>> > <si...@gmail.com>wrote:
>>>> >
>>>> >> Fix just checked in for CB-453.
>>>> >>
>>>> >> Simon Mac Donald
>>>> >> http://hi.im/simonmacdonald
>>>> >>
>>>> >>
>>>> >>
>>>> >> On Thu, Apr 5, 2012 at 7:50 PM, Joe Bowser <bo...@gmail.com> wrote:
>>>> >> > Is this fixed in iOS? I checked cordova-js, and I think the bug is
>>>> in
>>>> >> > there, namely the fact that foo.length is the number of characters,
>>>> not
>>>> >> the
>>>> >> > number of bytes in a string, thus the offset will always be wrong
>>>> >> whenever
>>>> >> > you are writing binary data to a file, which is what Android does
>>>> in its
>>>> >> > write and truncate.
>>>> >> >
>>>> >> > On Thu, Apr 5, 2012 at 4:08 PM, Simon MacDonald
>>>> >> > <si...@gmail.com>wrote:
>>>> >> >
>>>> >> >> The bug was discovered after Becky updated the file test cases. I
>>>> have
>>>> >> not
>>>> >> >> had the chance to Jira it yet as I've run home for supper.
>>>> >> >>
>>>> >> >> Simon
>>>> >> >> On Apr 5, 2012 7:03 PM, "Joe Bowser" <bo...@gmail.com> wrote:
>>>> >> >>
>>>> >> >> > Also, does this bug have a corresponding test in mobile-spec?
>>>> >> >> >
>>>> >> >> > On Thu, Apr 5, 2012 at 4:02 PM, Joe Bowser <bo...@gmail.com>
>>>> wrote:
>>>> >> >> >
>>>> >> >> > > What bug is this? Is it in JIRA?
>>>> >> >> > >
>>>> >> >> > >
>>>> >> >> > > On Thu, Apr 5, 2012 at 3:51 PM, Simon MacDonald <
>>>> >> >> > simon.macdonald@gmail.com
>>>> >> >> > > > wrote:
>>>> >> >> > >
>>>> >> >> > >> I have a bug fix for writing Chinese characters to check in on
>>>> >> >> Android.
>>>> >> >> > So
>>>> >> >> > >> please don't tag it until I can get it in.
>>>> >> >> > >>
>>>> >> >> > >> Simon
>>>> >> >> > >> On Apr 5, 2012 6:19 PM, "Joe Bowser" <bo...@gmail.com>
>>>> wrote:
>>>> >> >> > >>
>>>> >> >> > >> > Hey
>>>> >> >> > >> >
>>>> >> >> > >> > I'm wanting to tag 1.6.0. I am currently following the wiki
>>>> >> article
>>>> >> >> (
>>>> >> >> > >> > http://wiki.apache.org/cordova/AndroidReleaseChecklist),
>>>> and it
>>>> >> >> looks
>>>> >> >> > >> like
>>>> >> >> > >> > I need the Cordova-JS to be tagged first.  What do things
>>>> look
>>>> >> like
>>>> >> >> > >> right
>>>> >> >> > >> > now w.r.t. this?
>>>> >> >> > >> >
>>>> >> >> > >> > Joe
>>>> >> >> > >> >
>>>> >> >> > >>
>>>> >> >> > >
>>>> >> >> > >
>>>> >> >> >
>>>> >> >>
>>>> >>
>>>>
>>>
>>>
>>

Re: Tagging 1.6.0?

Posted by Jesse <pu...@gmail.com>.
I will be tagging WP7 1.6.0 over the weekend.
Monday, I will be updating the docs, and finalizing some release packaging
stuff.

Have a good weekend!
 Jesse

On Thu, Apr 5, 2012 at 6:25 PM, Jesse <pu...@gmail.com> wrote:

> tagged 1.6.0
>
>
> On Thu, Apr 5, 2012 at 6:16 PM, Jesse <pu...@gmail.com> wrote:
>
>> Committed my cordova-js WP7 code and sent a pull-req.
>>
>> taggable from my end.
>>
>>
>> On Thu, Apr 5, 2012 at 5:45 PM, Shazron <sh...@gmail.com> wrote:
>>
>>> Is cordova-js ready? I can tag it, but don't know if it is.
>>>
>>> On Thu, Apr 5, 2012 at 5:16 PM, Joe Bowser <bo...@gmail.com> wrote:
>>> > OK, still need cordova-js tagged before I can do the build and tag
>>> Android.
>>> >
>>> > On Thu, Apr 5, 2012 at 4:54 PM, Simon MacDonald
>>> > <si...@gmail.com>wrote:
>>> >
>>> >> Fix just checked in for CB-453.
>>> >>
>>> >> Simon Mac Donald
>>> >> http://hi.im/simonmacdonald
>>> >>
>>> >>
>>> >>
>>> >> On Thu, Apr 5, 2012 at 7:50 PM, Joe Bowser <bo...@gmail.com> wrote:
>>> >> > Is this fixed in iOS? I checked cordova-js, and I think the bug is
>>> in
>>> >> > there, namely the fact that foo.length is the number of characters,
>>> not
>>> >> the
>>> >> > number of bytes in a string, thus the offset will always be wrong
>>> >> whenever
>>> >> > you are writing binary data to a file, which is what Android does
>>> in its
>>> >> > write and truncate.
>>> >> >
>>> >> > On Thu, Apr 5, 2012 at 4:08 PM, Simon MacDonald
>>> >> > <si...@gmail.com>wrote:
>>> >> >
>>> >> >> The bug was discovered after Becky updated the file test cases. I
>>> have
>>> >> not
>>> >> >> had the chance to Jira it yet as I've run home for supper.
>>> >> >>
>>> >> >> Simon
>>> >> >> On Apr 5, 2012 7:03 PM, "Joe Bowser" <bo...@gmail.com> wrote:
>>> >> >>
>>> >> >> > Also, does this bug have a corresponding test in mobile-spec?
>>> >> >> >
>>> >> >> > On Thu, Apr 5, 2012 at 4:02 PM, Joe Bowser <bo...@gmail.com>
>>> wrote:
>>> >> >> >
>>> >> >> > > What bug is this? Is it in JIRA?
>>> >> >> > >
>>> >> >> > >
>>> >> >> > > On Thu, Apr 5, 2012 at 3:51 PM, Simon MacDonald <
>>> >> >> > simon.macdonald@gmail.com
>>> >> >> > > > wrote:
>>> >> >> > >
>>> >> >> > >> I have a bug fix for writing Chinese characters to check in on
>>> >> >> Android.
>>> >> >> > So
>>> >> >> > >> please don't tag it until I can get it in.
>>> >> >> > >>
>>> >> >> > >> Simon
>>> >> >> > >> On Apr 5, 2012 6:19 PM, "Joe Bowser" <bo...@gmail.com>
>>> wrote:
>>> >> >> > >>
>>> >> >> > >> > Hey
>>> >> >> > >> >
>>> >> >> > >> > I'm wanting to tag 1.6.0. I am currently following the wiki
>>> >> article
>>> >> >> (
>>> >> >> > >> > http://wiki.apache.org/cordova/AndroidReleaseChecklist),
>>> and it
>>> >> >> looks
>>> >> >> > >> like
>>> >> >> > >> > I need the Cordova-JS to be tagged first.  What do things
>>> look
>>> >> like
>>> >> >> > >> right
>>> >> >> > >> > now w.r.t. this?
>>> >> >> > >> >
>>> >> >> > >> > Joe
>>> >> >> > >> >
>>> >> >> > >>
>>> >> >> > >
>>> >> >> > >
>>> >> >> >
>>> >> >>
>>> >>
>>>
>>
>>
>

Re: Tagging 1.6.0?

Posted by Jesse <pu...@gmail.com>.
tagged 1.6.0

On Thu, Apr 5, 2012 at 6:16 PM, Jesse <pu...@gmail.com> wrote:

> Committed my cordova-js WP7 code and sent a pull-req.
>
> taggable from my end.
>
>
> On Thu, Apr 5, 2012 at 5:45 PM, Shazron <sh...@gmail.com> wrote:
>
>> Is cordova-js ready? I can tag it, but don't know if it is.
>>
>> On Thu, Apr 5, 2012 at 5:16 PM, Joe Bowser <bo...@gmail.com> wrote:
>> > OK, still need cordova-js tagged before I can do the build and tag
>> Android.
>> >
>> > On Thu, Apr 5, 2012 at 4:54 PM, Simon MacDonald
>> > <si...@gmail.com>wrote:
>> >
>> >> Fix just checked in for CB-453.
>> >>
>> >> Simon Mac Donald
>> >> http://hi.im/simonmacdonald
>> >>
>> >>
>> >>
>> >> On Thu, Apr 5, 2012 at 7:50 PM, Joe Bowser <bo...@gmail.com> wrote:
>> >> > Is this fixed in iOS? I checked cordova-js, and I think the bug is in
>> >> > there, namely the fact that foo.length is the number of characters,
>> not
>> >> the
>> >> > number of bytes in a string, thus the offset will always be wrong
>> >> whenever
>> >> > you are writing binary data to a file, which is what Android does in
>> its
>> >> > write and truncate.
>> >> >
>> >> > On Thu, Apr 5, 2012 at 4:08 PM, Simon MacDonald
>> >> > <si...@gmail.com>wrote:
>> >> >
>> >> >> The bug was discovered after Becky updated the file test cases. I
>> have
>> >> not
>> >> >> had the chance to Jira it yet as I've run home for supper.
>> >> >>
>> >> >> Simon
>> >> >> On Apr 5, 2012 7:03 PM, "Joe Bowser" <bo...@gmail.com> wrote:
>> >> >>
>> >> >> > Also, does this bug have a corresponding test in mobile-spec?
>> >> >> >
>> >> >> > On Thu, Apr 5, 2012 at 4:02 PM, Joe Bowser <bo...@gmail.com>
>> wrote:
>> >> >> >
>> >> >> > > What bug is this? Is it in JIRA?
>> >> >> > >
>> >> >> > >
>> >> >> > > On Thu, Apr 5, 2012 at 3:51 PM, Simon MacDonald <
>> >> >> > simon.macdonald@gmail.com
>> >> >> > > > wrote:
>> >> >> > >
>> >> >> > >> I have a bug fix for writing Chinese characters to check in on
>> >> >> Android.
>> >> >> > So
>> >> >> > >> please don't tag it until I can get it in.
>> >> >> > >>
>> >> >> > >> Simon
>> >> >> > >> On Apr 5, 2012 6:19 PM, "Joe Bowser" <bo...@gmail.com>
>> wrote:
>> >> >> > >>
>> >> >> > >> > Hey
>> >> >> > >> >
>> >> >> > >> > I'm wanting to tag 1.6.0. I am currently following the wiki
>> >> article
>> >> >> (
>> >> >> > >> > http://wiki.apache.org/cordova/AndroidReleaseChecklist),
>> and it
>> >> >> looks
>> >> >> > >> like
>> >> >> > >> > I need the Cordova-JS to be tagged first.  What do things
>> look
>> >> like
>> >> >> > >> right
>> >> >> > >> > now w.r.t. this?
>> >> >> > >> >
>> >> >> > >> > Joe
>> >> >> > >> >
>> >> >> > >>
>> >> >> > >
>> >> >> > >
>> >> >> >
>> >> >>
>> >>
>>
>
>

Re: Tagging 1.6.0?

Posted by Jesse <pu...@gmail.com>.
Committed my cordova-js WP7 code and sent a pull-req.

taggable from my end.

On Thu, Apr 5, 2012 at 5:45 PM, Shazron <sh...@gmail.com> wrote:

> Is cordova-js ready? I can tag it, but don't know if it is.
>
> On Thu, Apr 5, 2012 at 5:16 PM, Joe Bowser <bo...@gmail.com> wrote:
> > OK, still need cordova-js tagged before I can do the build and tag
> Android.
> >
> > On Thu, Apr 5, 2012 at 4:54 PM, Simon MacDonald
> > <si...@gmail.com>wrote:
> >
> >> Fix just checked in for CB-453.
> >>
> >> Simon Mac Donald
> >> http://hi.im/simonmacdonald
> >>
> >>
> >>
> >> On Thu, Apr 5, 2012 at 7:50 PM, Joe Bowser <bo...@gmail.com> wrote:
> >> > Is this fixed in iOS? I checked cordova-js, and I think the bug is in
> >> > there, namely the fact that foo.length is the number of characters,
> not
> >> the
> >> > number of bytes in a string, thus the offset will always be wrong
> >> whenever
> >> > you are writing binary data to a file, which is what Android does in
> its
> >> > write and truncate.
> >> >
> >> > On Thu, Apr 5, 2012 at 4:08 PM, Simon MacDonald
> >> > <si...@gmail.com>wrote:
> >> >
> >> >> The bug was discovered after Becky updated the file test cases. I
> have
> >> not
> >> >> had the chance to Jira it yet as I've run home for supper.
> >> >>
> >> >> Simon
> >> >> On Apr 5, 2012 7:03 PM, "Joe Bowser" <bo...@gmail.com> wrote:
> >> >>
> >> >> > Also, does this bug have a corresponding test in mobile-spec?
> >> >> >
> >> >> > On Thu, Apr 5, 2012 at 4:02 PM, Joe Bowser <bo...@gmail.com>
> wrote:
> >> >> >
> >> >> > > What bug is this? Is it in JIRA?
> >> >> > >
> >> >> > >
> >> >> > > On Thu, Apr 5, 2012 at 3:51 PM, Simon MacDonald <
> >> >> > simon.macdonald@gmail.com
> >> >> > > > wrote:
> >> >> > >
> >> >> > >> I have a bug fix for writing Chinese characters to check in on
> >> >> Android.
> >> >> > So
> >> >> > >> please don't tag it until I can get it in.
> >> >> > >>
> >> >> > >> Simon
> >> >> > >> On Apr 5, 2012 6:19 PM, "Joe Bowser" <bo...@gmail.com> wrote:
> >> >> > >>
> >> >> > >> > Hey
> >> >> > >> >
> >> >> > >> > I'm wanting to tag 1.6.0. I am currently following the wiki
> >> article
> >> >> (
> >> >> > >> > http://wiki.apache.org/cordova/AndroidReleaseChecklist), and
> it
> >> >> looks
> >> >> > >> like
> >> >> > >> > I need the Cordova-JS to be tagged first.  What do things look
> >> like
> >> >> > >> right
> >> >> > >> > now w.r.t. this?
> >> >> > >> >
> >> >> > >> > Joe
> >> >> > >> >
> >> >> > >>
> >> >> > >
> >> >> > >
> >> >> >
> >> >>
> >>
>

Re: Tagging 1.6.0?

Posted by Shazron <sh...@gmail.com>.
Is cordova-js ready? I can tag it, but don't know if it is.

On Thu, Apr 5, 2012 at 5:16 PM, Joe Bowser <bo...@gmail.com> wrote:
> OK, still need cordova-js tagged before I can do the build and tag Android.
>
> On Thu, Apr 5, 2012 at 4:54 PM, Simon MacDonald
> <si...@gmail.com>wrote:
>
>> Fix just checked in for CB-453.
>>
>> Simon Mac Donald
>> http://hi.im/simonmacdonald
>>
>>
>>
>> On Thu, Apr 5, 2012 at 7:50 PM, Joe Bowser <bo...@gmail.com> wrote:
>> > Is this fixed in iOS? I checked cordova-js, and I think the bug is in
>> > there, namely the fact that foo.length is the number of characters, not
>> the
>> > number of bytes in a string, thus the offset will always be wrong
>> whenever
>> > you are writing binary data to a file, which is what Android does in its
>> > write and truncate.
>> >
>> > On Thu, Apr 5, 2012 at 4:08 PM, Simon MacDonald
>> > <si...@gmail.com>wrote:
>> >
>> >> The bug was discovered after Becky updated the file test cases. I have
>> not
>> >> had the chance to Jira it yet as I've run home for supper.
>> >>
>> >> Simon
>> >> On Apr 5, 2012 7:03 PM, "Joe Bowser" <bo...@gmail.com> wrote:
>> >>
>> >> > Also, does this bug have a corresponding test in mobile-spec?
>> >> >
>> >> > On Thu, Apr 5, 2012 at 4:02 PM, Joe Bowser <bo...@gmail.com> wrote:
>> >> >
>> >> > > What bug is this? Is it in JIRA?
>> >> > >
>> >> > >
>> >> > > On Thu, Apr 5, 2012 at 3:51 PM, Simon MacDonald <
>> >> > simon.macdonald@gmail.com
>> >> > > > wrote:
>> >> > >
>> >> > >> I have a bug fix for writing Chinese characters to check in on
>> >> Android.
>> >> > So
>> >> > >> please don't tag it until I can get it in.
>> >> > >>
>> >> > >> Simon
>> >> > >> On Apr 5, 2012 6:19 PM, "Joe Bowser" <bo...@gmail.com> wrote:
>> >> > >>
>> >> > >> > Hey
>> >> > >> >
>> >> > >> > I'm wanting to tag 1.6.0. I am currently following the wiki
>> article
>> >> (
>> >> > >> > http://wiki.apache.org/cordova/AndroidReleaseChecklist), and it
>> >> looks
>> >> > >> like
>> >> > >> > I need the Cordova-JS to be tagged first.  What do things look
>> like
>> >> > >> right
>> >> > >> > now w.r.t. this?
>> >> > >> >
>> >> > >> > Joe
>> >> > >> >
>> >> > >>
>> >> > >
>> >> > >
>> >> >
>> >>
>>

Re: Tagging 1.6.0?

Posted by Joe Bowser <bo...@gmail.com>.
OK, still need cordova-js tagged before I can do the build and tag Android.

On Thu, Apr 5, 2012 at 4:54 PM, Simon MacDonald
<si...@gmail.com>wrote:

> Fix just checked in for CB-453.
>
> Simon Mac Donald
> http://hi.im/simonmacdonald
>
>
>
> On Thu, Apr 5, 2012 at 7:50 PM, Joe Bowser <bo...@gmail.com> wrote:
> > Is this fixed in iOS? I checked cordova-js, and I think the bug is in
> > there, namely the fact that foo.length is the number of characters, not
> the
> > number of bytes in a string, thus the offset will always be wrong
> whenever
> > you are writing binary data to a file, which is what Android does in its
> > write and truncate.
> >
> > On Thu, Apr 5, 2012 at 4:08 PM, Simon MacDonald
> > <si...@gmail.com>wrote:
> >
> >> The bug was discovered after Becky updated the file test cases. I have
> not
> >> had the chance to Jira it yet as I've run home for supper.
> >>
> >> Simon
> >> On Apr 5, 2012 7:03 PM, "Joe Bowser" <bo...@gmail.com> wrote:
> >>
> >> > Also, does this bug have a corresponding test in mobile-spec?
> >> >
> >> > On Thu, Apr 5, 2012 at 4:02 PM, Joe Bowser <bo...@gmail.com> wrote:
> >> >
> >> > > What bug is this? Is it in JIRA?
> >> > >
> >> > >
> >> > > On Thu, Apr 5, 2012 at 3:51 PM, Simon MacDonald <
> >> > simon.macdonald@gmail.com
> >> > > > wrote:
> >> > >
> >> > >> I have a bug fix for writing Chinese characters to check in on
> >> Android.
> >> > So
> >> > >> please don't tag it until I can get it in.
> >> > >>
> >> > >> Simon
> >> > >> On Apr 5, 2012 6:19 PM, "Joe Bowser" <bo...@gmail.com> wrote:
> >> > >>
> >> > >> > Hey
> >> > >> >
> >> > >> > I'm wanting to tag 1.6.0. I am currently following the wiki
> article
> >> (
> >> > >> > http://wiki.apache.org/cordova/AndroidReleaseChecklist), and it
> >> looks
> >> > >> like
> >> > >> > I need the Cordova-JS to be tagged first.  What do things look
> like
> >> > >> right
> >> > >> > now w.r.t. this?
> >> > >> >
> >> > >> > Joe
> >> > >> >
> >> > >>
> >> > >
> >> > >
> >> >
> >>
>

Re: Tagging 1.6.0?

Posted by Simon MacDonald <si...@gmail.com>.
Fix just checked in for CB-453.

Simon Mac Donald
http://hi.im/simonmacdonald



On Thu, Apr 5, 2012 at 7:50 PM, Joe Bowser <bo...@gmail.com> wrote:
> Is this fixed in iOS? I checked cordova-js, and I think the bug is in
> there, namely the fact that foo.length is the number of characters, not the
> number of bytes in a string, thus the offset will always be wrong whenever
> you are writing binary data to a file, which is what Android does in its
> write and truncate.
>
> On Thu, Apr 5, 2012 at 4:08 PM, Simon MacDonald
> <si...@gmail.com>wrote:
>
>> The bug was discovered after Becky updated the file test cases. I have not
>> had the chance to Jira it yet as I've run home for supper.
>>
>> Simon
>> On Apr 5, 2012 7:03 PM, "Joe Bowser" <bo...@gmail.com> wrote:
>>
>> > Also, does this bug have a corresponding test in mobile-spec?
>> >
>> > On Thu, Apr 5, 2012 at 4:02 PM, Joe Bowser <bo...@gmail.com> wrote:
>> >
>> > > What bug is this? Is it in JIRA?
>> > >
>> > >
>> > > On Thu, Apr 5, 2012 at 3:51 PM, Simon MacDonald <
>> > simon.macdonald@gmail.com
>> > > > wrote:
>> > >
>> > >> I have a bug fix for writing Chinese characters to check in on
>> Android.
>> > So
>> > >> please don't tag it until I can get it in.
>> > >>
>> > >> Simon
>> > >> On Apr 5, 2012 6:19 PM, "Joe Bowser" <bo...@gmail.com> wrote:
>> > >>
>> > >> > Hey
>> > >> >
>> > >> > I'm wanting to tag 1.6.0. I am currently following the wiki article
>> (
>> > >> > http://wiki.apache.org/cordova/AndroidReleaseChecklist), and it
>> looks
>> > >> like
>> > >> > I need the Cordova-JS to be tagged first.  What do things look like
>> > >> right
>> > >> > now w.r.t. this?
>> > >> >
>> > >> > Joe
>> > >> >
>> > >>
>> > >
>> > >
>> >
>>

Re: Tagging 1.6.0?

Posted by Joe Bowser <bo...@gmail.com>.
Is this fixed in iOS? I checked cordova-js, and I think the bug is in
there, namely the fact that foo.length is the number of characters, not the
number of bytes in a string, thus the offset will always be wrong whenever
you are writing binary data to a file, which is what Android does in its
write and truncate.

On Thu, Apr 5, 2012 at 4:08 PM, Simon MacDonald
<si...@gmail.com>wrote:

> The bug was discovered after Becky updated the file test cases. I have not
> had the chance to Jira it yet as I've run home for supper.
>
> Simon
> On Apr 5, 2012 7:03 PM, "Joe Bowser" <bo...@gmail.com> wrote:
>
> > Also, does this bug have a corresponding test in mobile-spec?
> >
> > On Thu, Apr 5, 2012 at 4:02 PM, Joe Bowser <bo...@gmail.com> wrote:
> >
> > > What bug is this? Is it in JIRA?
> > >
> > >
> > > On Thu, Apr 5, 2012 at 3:51 PM, Simon MacDonald <
> > simon.macdonald@gmail.com
> > > > wrote:
> > >
> > >> I have a bug fix for writing Chinese characters to check in on
> Android.
> > So
> > >> please don't tag it until I can get it in.
> > >>
> > >> Simon
> > >> On Apr 5, 2012 6:19 PM, "Joe Bowser" <bo...@gmail.com> wrote:
> > >>
> > >> > Hey
> > >> >
> > >> > I'm wanting to tag 1.6.0. I am currently following the wiki article
> (
> > >> > http://wiki.apache.org/cordova/AndroidReleaseChecklist), and it
> looks
> > >> like
> > >> > I need the Cordova-JS to be tagged first.  What do things look like
> > >> right
> > >> > now w.r.t. this?
> > >> >
> > >> > Joe
> > >> >
> > >>
> > >
> > >
> >
>

Re: Tagging 1.6.0?

Posted by Simon MacDonald <si...@gmail.com>.
The bug was discovered after Becky updated the file test cases. I have not
had the chance to Jira it yet as I've run home for supper.

Simon
On Apr 5, 2012 7:03 PM, "Joe Bowser" <bo...@gmail.com> wrote:

> Also, does this bug have a corresponding test in mobile-spec?
>
> On Thu, Apr 5, 2012 at 4:02 PM, Joe Bowser <bo...@gmail.com> wrote:
>
> > What bug is this? Is it in JIRA?
> >
> >
> > On Thu, Apr 5, 2012 at 3:51 PM, Simon MacDonald <
> simon.macdonald@gmail.com
> > > wrote:
> >
> >> I have a bug fix for writing Chinese characters to check in on Android.
> So
> >> please don't tag it until I can get it in.
> >>
> >> Simon
> >> On Apr 5, 2012 6:19 PM, "Joe Bowser" <bo...@gmail.com> wrote:
> >>
> >> > Hey
> >> >
> >> > I'm wanting to tag 1.6.0. I am currently following the wiki article (
> >> > http://wiki.apache.org/cordova/AndroidReleaseChecklist), and it looks
> >> like
> >> > I need the Cordova-JS to be tagged first.  What do things look like
> >> right
> >> > now w.r.t. this?
> >> >
> >> > Joe
> >> >
> >>
> >
> >
>

Re: Tagging 1.6.0?

Posted by Joe Bowser <bo...@gmail.com>.
Also, does this bug have a corresponding test in mobile-spec?

On Thu, Apr 5, 2012 at 4:02 PM, Joe Bowser <bo...@gmail.com> wrote:

> What bug is this? Is it in JIRA?
>
>
> On Thu, Apr 5, 2012 at 3:51 PM, Simon MacDonald <simon.macdonald@gmail.com
> > wrote:
>
>> I have a bug fix for writing Chinese characters to check in on Android. So
>> please don't tag it until I can get it in.
>>
>> Simon
>> On Apr 5, 2012 6:19 PM, "Joe Bowser" <bo...@gmail.com> wrote:
>>
>> > Hey
>> >
>> > I'm wanting to tag 1.6.0. I am currently following the wiki article (
>> > http://wiki.apache.org/cordova/AndroidReleaseChecklist), and it looks
>> like
>> > I need the Cordova-JS to be tagged first.  What do things look like
>> right
>> > now w.r.t. this?
>> >
>> > Joe
>> >
>>
>
>

Re: Tagging 1.6.0?

Posted by Joe Bowser <bo...@gmail.com>.
What bug is this? Is it in JIRA?

On Thu, Apr 5, 2012 at 3:51 PM, Simon MacDonald
<si...@gmail.com>wrote:

> I have a bug fix for writing Chinese characters to check in on Android. So
> please don't tag it until I can get it in.
>
> Simon
> On Apr 5, 2012 6:19 PM, "Joe Bowser" <bo...@gmail.com> wrote:
>
> > Hey
> >
> > I'm wanting to tag 1.6.0. I am currently following the wiki article (
> > http://wiki.apache.org/cordova/AndroidReleaseChecklist), and it looks
> like
> > I need the Cordova-JS to be tagged first.  What do things look like right
> > now w.r.t. this?
> >
> > Joe
> >
>

Re: Tagging 1.6.0?

Posted by Simon MacDonald <si...@gmail.com>.
I have a bug fix for writing Chinese characters to check in on Android. So
please don't tag it until I can get it in.

Simon
On Apr 5, 2012 6:19 PM, "Joe Bowser" <bo...@gmail.com> wrote:

> Hey
>
> I'm wanting to tag 1.6.0. I am currently following the wiki article (
> http://wiki.apache.org/cordova/AndroidReleaseChecklist), and it looks like
> I need the Cordova-JS to be tagged first.  What do things look like right
> now w.r.t. this?
>
> Joe
>