You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by Alex Harui <ah...@adobe.com.INVALID> on 2018/03/16 18:17:18 UTC

[DRAFT][ANNOUNCE] Apache Royale 0.9.2 released

Hi Folks,

Please provide feedback on this draft of the announcement.

--------

The Apache Royale community is pleased to announce the release of Apache
Royale 0.9.2.

The Apache Royale project is a continuation of the previous effort called
FlexJS to produce a next-generation of the Apache Flex SDK that enables
developers to use MXML and ActionScript to generate HTML/JS/CSS
applications which can run natively in browsers. The cross-compiled code
can also be used in Apache Cordova (Adobe PhoneGap) mobile applications.


(Apache Flex is a highly productive, open source application framework for
building and maintaining expressive applications that deploy on Adobe
Flash and Adobe AIR to provide a consistent experience on all major
browsers, desktops and devices.)

This release should be considered ‘beta' quality. The purpose of this
release is to gather feedback about the features and implementation
strategies, and to recruit new contributors. We hope to grow the code base
into an SDK and tool chain that delivers the highest productivity when
developing applications that can run on many platforms. Beta releases may
not handle production needs.

Please file bugs at:

  https://github.com/apache/royale-asjs/issues

If you happen to know it is a compiler issue, please use:

  https://github.com/apache/royale-compiler/issues

For questions about how to use Royale, send email to
users@royale.apache.org.  For questions and feedback on the development of
the source code in the release, send email to dev@royale.apache.org.

Apache Royale is available in source and binary form from the Apache
mirrors:

Source:
http://www.apache.org/dyn/closer.lua/royale/0.9.2/apache-royale-0.9.2-src.t
ar.gz
http://www.apache.org/dyn/closer.lua/royale/0.9.2/apache-royale-0.9.2-src.z
ip

Binary:
http://www.apache.org/dyn/closer.lua/royale/0.9.2/binaries/apache-royale-0.
9.2-bin-js.tar.gz
http://www.apache.org/dyn/closer.lua/royale/0.9.2/binaries/apache-royale-0.
9.2-bin-js.zip

Binary with SWF support:
http://www.apache.org/dyn/closer.lua/royale/0.9.2/binaries/apache-royale-0.
9.2-bin-js-swf.tar.gz
http://www.apache.org/dyn/closer.lua/royale/0.9.2/binaries/apache-royale-0.
9.2-bin-js-swf.zip

When downloading from a mirror site, please remember to verify the
downloads using signatures or MD5 hashes.

The binary packages can also be installed via NPM.

Mac:

  sudo npm install @apache-royale/royale-js -g

Or for SWF Support:

  sudo npm install @apache-royale/royale-js-swf -g



Windows:

  npm install @apache-royale/royale-js -g

Or for SWF Support:

  npm install @apache-royale/royale-js-swf -g



See the README for more information. The language reference (ASDoc) is
here:

  http://royale.apache.org/asdoc/

Additional documentation is here:

  https://apache.github.io/royale-docs/

The documentation is still a work in progress.  Volunteers are welcome to
help improve it.  Visit http://royale.apache.org/ for links to other
resources.

Please try Royale and become involved in shaping the future of application
development.

The Apache Royale Community







Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.2 released

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi,

Release has been published on GitHub [1]

[1] https://github.com/apache/royale-asjs/releases/tag/apache-royale-0.9.2

Thanks, Piotr

2018-03-22 22:00 GMT+01:00 Justin Mclean <ju...@classsoftware.com>:

> Hi,
>
> Good to see the files were renames as I suggested. You may also want to
> remove older releases 0.9.0 and 0.9.1 from the release area. [1]
>
> Thanks,
> Justin
>
> 1. https://dist.apache.org/repos/dist/release/royale/




-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.2 released

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

Good to see the files were renames as I suggested. You may also want to remove older releases 0.9.0 and 0.9.1 from the release area. [1]

Thanks,
Justin

1. https://dist.apache.org/repos/dist/release/royale/

Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.2 released

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Hi Dave,

Oh right.  We don't have to wait for those flles to propagate.

Thanks for pointing that out,
-Alex

On 3/22/18, 9:31 AM, "Dave Fisher" <da...@comcast.net> wrote:

>Hi Alex,
>
>Users should check the signatures and hashes from distilled.apache.org
>and not the mirrors. IMHO - I think we are good to go.
>
>Regards,
>Dave
>
>> On Mar 22, 2018, at 9:27 AM, Alex Harui <ah...@adobe.com.INVALID>
>>wrote:
>> 
>> Yes, Dave helped out and renamed the files on dist.a.o.  I think we
>>should
>> give it around 24 hours to propagate.
>> 
>> Thanks,
>> -Alex
>> 
>> On 3/22/18, 9:20 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
>> 
>>> I'm sorry for the noise we are probably waiting for the changes
>>>related to
>>> sha512.
>>> 
>>> 2018-03-22 15:58 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
>>> 
>>>> Hi Alex,
>>>> 
>>>> It looks like everything is online. Can we announce ?
>>>> 
>>>> Thanks, Piotr
>>>> 
>>>> 2018-03-19 10:32 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
>>>> 
>>>>> I will try to prepare today release draft on GitHub. Once you
>>>>>announce
>>>>> it
>>>>> I will publish.
>>>>> 
>>>>> Thanks, Piotr
>>>>> 
>>>>> 2018-03-16 19:36 GMT+01:00 Andrew Wetmore <co...@gmail.com>:
>>>>> 
>>>>>> Seems very clear.
>>>>>> 
>>>>>> I usually change passages like "enables developers to do x" to "lets
>>>>>> developers do x", as the former is a tiny bit harder to parse for
>>>>>> folks
>>>>>> for
>>>>>> whom English is not the first language.
>>>>>> 
>>>>>> a
>>>>>> 
>>>>>> On Fri, Mar 16, 2018 at 3:17 PM, Alex Harui
>>>>>><ah...@adobe.com.invalid>
>>>>>> wrote:
>>>>>> 
>>>>>>> Hi Folks,
>>>>>>> 
>>>>>>> Please provide feedback on this draft of the announcement.
>>>>>>> 
>>>>>>> --------
>>>>>>> 
>>>>>>> The Apache Royale community is pleased to announce the release of
>>>>>> Apache
>>>>>>> Royale 0.9.2.
>>>>>>> 
>>>>>>> The Apache Royale project is a continuation of the previous effort
>>>>>> called
>>>>>>> FlexJS to produce a next-generation of the Apache Flex SDK that
>>>>>> enables
>>>>>>> developers to use MXML and ActionScript to generate HTML/JS/CSS
>>>>>>> applications which can run natively in browsers. The cross-compiled
>>>>>> code
>>>>>>> can also be used in Apache Cordova (Adobe PhoneGap) mobile
>>>>>> applications.
>>>>>>> 
>>>>>>> 
>>>>>>> (Apache Flex is a highly productive, open source application
>>>>>> framework
>>>>>> for
>>>>>>> building and maintaining expressive applications that deploy on
>>>>>> Adobe
>>>>>>> Flash and Adobe AIR to provide a consistent experience on all major
>>>>>>> browsers, desktops and devices.)
>>>>>>> 
>>>>>>> This release should be considered ‘beta' quality. The purpose of
>>>>>> this
>>>>>>> release is to gather feedback about the features and implementation
>>>>>>> strategies, and to recruit new contributors. We hope to grow the
>>>>>> code
>>>>>> base
>>>>>>> into an SDK and tool chain that delivers the highest productivity
>>>>>> when
>>>>>>> developing applications that can run on many platforms. Beta
>>>>>> releases
>>>>>> may
>>>>>>> not handle production needs.
>>>>>>> 
>>>>>>> Please file bugs at:
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgith
>>>>>>ub
>>>>>> 
>>>>>>.com%2Fapache%2Froyale-asjs%2Fissues&data=02%7C01%7Caharui%40adobe.co
>>>>>>m%
>>>>>> 
>>>>>>7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1
>>>>>>%7
>>>>>> 
>>>>>>C0%7C0%7C636573324543730535&sdata=KLyzE8%2BXDnteti1b8Fpr2Yn%2FiRq8o1B
>>>>>>mD
>>>>>> wkUOhGTAz4%3D&reserved=0
>>>>>>> 
>>>>>>> If you happen to know it is a compiler issue, please use:
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgith
>>>>>>ub
>>>>>> 
>>>>>>.com%2Fapache%2Froyale-compiler%2Fissues&data=02%7C01%7Caharui%40adob
>>>>>>e.
>>>>>> 
>>>>>>com%7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178de
>>>>>>ce
>>>>>> 
>>>>>>e1%7C0%7C0%7C636573324543730535&sdata=i9CVQVosyPKTf%2BHQjxfgFcu8UoIWP
>>>>>>%2
>>>>>> BHZPT86YX%2FAI%2Bw%3D&reserved=0
>>>>>>> 
>>>>>>> For questions about how to use Royale, send email to
>>>>>>> users@royale.apache.org.  For questions and feedback on the
>>>>>> development of
>>>>>>> the source code in the release, send email to
>>>>>>>dev@royale.apache.org.
>>>>>>> 
>>>>>>> Apache Royale is available in source and binary form from the
>>>>>>>Apache
>>>>>>> mirrors:
>>>>>>> 
>>>>>>> Source:
>>>>>>> 
>>>>>> 
>>>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.a
>>>>>>pa
>>>>>> 
>>>>>>che.org%2Fdyn%2Fcloser.lua%2Froyale%2F0.9.2%2F&data=02%7C01%7Caharui%
>>>>>>40
>>>>>> 
>>>>>>adobe.com%7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2
>>>>>>c1
>>>>>> 
>>>>>>78decee1%7C0%7C0%7C636573324543730535&sdata=d6DLLundlyRW7rba%2BEsbHKQ
>>>>>>fx
>>>>>> Y78MJH%2BZ65bM%2FYUayw%3D&reserved=0
>>>>>>> apache-royale-0.9.2-src.t
>>>>>>> ar.gz
>>>>>>> 
>>>>>> 
>>>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.a
>>>>>>pa
>>>>>> 
>>>>>>che.org%2Fdyn%2Fcloser.lua%2Froyale%2F0.9.2%2F&data=02%7C01%7Caharui%
>>>>>>40
>>>>>> 
>>>>>>adobe.com%7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2
>>>>>>c1
>>>>>> 
>>>>>>78decee1%7C0%7C0%7C636573324543730535&sdata=d6DLLundlyRW7rba%2BEsbHKQ
>>>>>>fx
>>>>>> Y78MJH%2BZ65bM%2FYUayw%3D&reserved=0
>>>>>>> apache-royale-0.9.2-src.z
>>>>>>> ip
>>>>>>> 
>>>>>>> Binary:
>>>>>>> 
>>>>>> 
>>>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.a
>>>>>>pa
>>>>>> 
>>>>>>che.org%2Fdyn%2Fcloser.lua%2Froyale%2F0.9.2%2F&data=02%7C01%7Caharui%
>>>>>>40
>>>>>> 
>>>>>>adobe.com%7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2
>>>>>>c1
>>>>>> 
>>>>>>78decee1%7C0%7C0%7C636573324543730535&sdata=d6DLLundlyRW7rba%2BEsbHKQ
>>>>>>fx
>>>>>> Y78MJH%2BZ65bM%2FYUayw%3D&reserved=0
>>>>>>> binaries/apache-royale-0.
>>>>>>> 9.2-bin-js.tar.gz
>>>>>>> 
>>>>>> 
>>>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.a
>>>>>>pa
>>>>>> 
>>>>>>che.org%2Fdyn%2Fcloser.lua%2Froyale%2F0.9.2%2F&data=02%7C01%7Caharui%
>>>>>>40
>>>>>> 
>>>>>>adobe.com%7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2
>>>>>>c1
>>>>>> 
>>>>>>78decee1%7C0%7C0%7C636573324543730535&sdata=d6DLLundlyRW7rba%2BEsbHKQ
>>>>>>fx
>>>>>> Y78MJH%2BZ65bM%2FYUayw%3D&reserved=0
>>>>>>> binaries/apache-royale-0.
>>>>>>> 9.2-bin-js.zip
>>>>>>> 
>>>>>>> Binary with SWF support:
>>>>>>> 
>>>>>> 
>>>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.a
>>>>>>pa
>>>>>> 
>>>>>>che.org%2Fdyn%2Fcloser.lua%2Froyale%2F0.9.2%2F&data=02%7C01%7Caharui%
>>>>>>40
>>>>>> 
>>>>>>adobe.com%7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2
>>>>>>c1
>>>>>> 
>>>>>>78decee1%7C0%7C0%7C636573324543730535&sdata=d6DLLundlyRW7rba%2BEsbHKQ
>>>>>>fx
>>>>>> Y78MJH%2BZ65bM%2FYUayw%3D&reserved=0
>>>>>>> binaries/apache-royale-0.
>>>>>>> 9.2-bin-js-swf.tar.gz
>>>>>>> 
>>>>>> 
>>>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.a
>>>>>>pa
>>>>>> 
>>>>>>che.org%2Fdyn%2Fcloser.lua%2Froyale%2F0.9.2%2F&data=02%7C01%7Caharui%
>>>>>>40
>>>>>> 
>>>>>>adobe.com%7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2
>>>>>>c1
>>>>>> 
>>>>>>78decee1%7C0%7C0%7C636573324543730535&sdata=d6DLLundlyRW7rba%2BEsbHKQ
>>>>>>fx
>>>>>> Y78MJH%2BZ65bM%2FYUayw%3D&reserved=0
>>>>>>> binaries/apache-royale-0.
>>>>>>> 9.2-bin-js-swf.zip
>>>>>>> 
>>>>>>> When downloading from a mirror site, please remember to verify the
>>>>>>> downloads using signatures or MD5 hashes.
>>>>>>> 
>>>>>>> The binary packages can also be installed via NPM.
>>>>>>> 
>>>>>>> Mac:
>>>>>>> 
>>>>>>>  sudo npm install @apache-royale/royale-js -g
>>>>>>> 
>>>>>>> Or for SWF Support:
>>>>>>> 
>>>>>>>  sudo npm install @apache-royale/royale-js-swf -g
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> Windows:
>>>>>>> 
>>>>>>>  npm install @apache-royale/royale-js -g
>>>>>>> 
>>>>>>> Or for SWF Support:
>>>>>>> 
>>>>>>>  npm install @apache-royale/royale-js-swf -g
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> See the README for more information. The language reference (ASDoc)
>>>>>> is
>>>>>>> here:
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Froyal
>>>>>>e.
>>>>>> 
>>>>>>apache.org%2Fasdoc%2F&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f54
>>>>>>e4
>>>>>> 
>>>>>>040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>>>>73
>>>>>> 
>>>>>>324543730535&sdata=ANGfdmfWxRYeEnt0W%2FudGvxrdSkE3TtzNbqSPlFLOKc%3D&r
>>>>>>es
>>>>>> erved=0
>>>>>>> 
>>>>>>> Additional documentation is here:
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fapac
>>>>>>he
>>>>>> 
>>>>>>.github.io%2Froyale-docs%2F&data=02%7C01%7Caharui%40adobe.com%7C470e2
>>>>>>d3
>>>>>> 
>>>>>>8f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>>>>>7C
>>>>>> 
>>>>>>636573324543730535&sdata=sqiwydMqzVS580801X5P7wqTYnLTXflBR9egnhSgCvk%
>>>>>>3D
>>>>>> &reserved=0
>>>>>>> 
>>>>>>> The documentation is still a work in progress.  Volunteers are
>>>>>> welcome
>>>>>> to
>>>>>>> help improve it.  Visit
>>>>>> 
>>>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Froyal
>>>>>>e.
>>>>>> 
>>>>>>apache.org%2F&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f54e4040910
>>>>>>c0
>>>>>> 
>>>>>>8d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636573324543
>>>>>>73
>>>>>> 
>>>>>>0535&sdata=xqopMbWFE2C1EcH%2BGdqjl0kGxcFAiQ25e7AjZkxMPlE%3D&reserved=
>>>>>>0
>>>>>> for links to other
>>>>>>> resources.
>>>>>>> 
>>>>>>> Please try Royale and become involved in shaping the future of
>>>>>> application
>>>>>>> development.
>>>>>>> 
>>>>>>> The Apache Royale Community
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> --
>>>>>> Andrew Wetmore
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcotta
>>>>>>ge
>>>>>> 
>>>>>>14.blogspot.com%2F&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f54e40
>>>>>>40
>>>>>> 
>>>>>>910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365733
>>>>>>24
>>>>>> 
>>>>>>543730535&sdata=FKctld2Og4Sl9ArkHEUvIyoF%2FeRY%2F0V4JtSxoZm3MyI%3D&re
>>>>>>se
>>>>>> rved=0
>>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> --
>>>>> 
>>>>> Piotr Zarzycki
>>>>> 
>>>>> Patreon:
>>>>> 
>>>>>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.
>>>>>pa
>>>>> 
>>>>>treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C470e2d38
>>>>>f5
>>>>> 
>>>>>4e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>65
>>>>> 
>>>>>73324543730535&sdata=CMRRA0mrbir0NZeFTQdQ%2FFgURo9xnN1U8XihDIiyOoE%3D&
>>>>>re
>>>>> served=0
>>>>> 
>>>>> 
>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.
>>>>>pa
>>>>> 
>>>>>treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C470e2d38
>>>>>f5
>>>>> 
>>>>>4e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>65
>>>>> 
>>>>>73324543730535&sdata=CMRRA0mrbir0NZeFTQdQ%2FFgURo9xnN1U8XihDIiyOoE%3D&
>>>>>re
>>>>> served=0>*
>>>>> 
>>>> 
>>>> 
>>>> 
>>>> --
>>>> 
>>>> Piotr Zarzycki
>>>> 
>>>> Patreon:
>>>> 
>>>>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.p
>>>>at
>>>> 
>>>>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f5
>>>>4e
>>>> 
>>>>4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63657
>>>>33
>>>> 
>>>>24543730535&sdata=CMRRA0mrbir0NZeFTQdQ%2FFgURo9xnN1U8XihDIiyOoE%3D&rese
>>>>rv
>>>> ed=0
>>>> 
>>>> 
>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.p
>>>>at
>>>> 
>>>>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f5
>>>>4e
>>>> 
>>>>4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63657
>>>>33
>>>> 
>>>>24543730535&sdata=CMRRA0mrbir0NZeFTQdQ%2FFgURo9xnN1U8XihDIiyOoE%3D&rese
>>>>rv
>>>> ed=0>*
>>>> 
>>> 
>>> 
>>> 
>>> --
>>> 
>>> Piotr Zarzycki
>>> 
>>> Patreon:
>>> 
>>>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pa
>>>tr
>>> 
>>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f54e
>>>40
>>> 
>>>40910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63657332
>>>45
>>> 
>>>43730535&sdata=CMRRA0mrbir0NZeFTQdQ%2FFgURo9xnN1U8XihDIiyOoE%3D&reserved
>>>=0
>>> 
>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pa
>>>tr
>>> 
>>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f54e
>>>40
>>> 
>>>40910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63657332
>>>45
>>> 
>>>43730535&sdata=CMRRA0mrbir0NZeFTQdQ%2FFgURo9xnN1U8XihDIiyOoE%3D&reserved
>>>=0
>>>> *
>> 
>


Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.2 released

Posted by Dave Fisher <da...@comcast.net>.
Hi Alex,

Users should check the signatures and hashes from distilled.apache.org and not the mirrors. IMHO - I think we are good to go.

Regards,
Dave

> On Mar 22, 2018, at 9:27 AM, Alex Harui <ah...@adobe.com.INVALID> wrote:
> 
> Yes, Dave helped out and renamed the files on dist.a.o.  I think we should
> give it around 24 hours to propagate.
> 
> Thanks,
> -Alex
> 
> On 3/22/18, 9:20 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
> 
>> I'm sorry for the noise we are probably waiting for the changes related to
>> sha512.
>> 
>> 2018-03-22 15:58 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
>> 
>>> Hi Alex,
>>> 
>>> It looks like everything is online. Can we announce ?
>>> 
>>> Thanks, Piotr
>>> 
>>> 2018-03-19 10:32 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
>>> 
>>>> I will try to prepare today release draft on GitHub. Once you announce
>>>> it
>>>> I will publish.
>>>> 
>>>> Thanks, Piotr
>>>> 
>>>> 2018-03-16 19:36 GMT+01:00 Andrew Wetmore <co...@gmail.com>:
>>>> 
>>>>> Seems very clear.
>>>>> 
>>>>> I usually change passages like "enables developers to do x" to "lets
>>>>> developers do x", as the former is a tiny bit harder to parse for
>>>>> folks
>>>>> for
>>>>> whom English is not the first language.
>>>>> 
>>>>> a
>>>>> 
>>>>> On Fri, Mar 16, 2018 at 3:17 PM, Alex Harui <ah...@adobe.com.invalid>
>>>>> wrote:
>>>>> 
>>>>>> Hi Folks,
>>>>>> 
>>>>>> Please provide feedback on this draft of the announcement.
>>>>>> 
>>>>>> --------
>>>>>> 
>>>>>> The Apache Royale community is pleased to announce the release of
>>>>> Apache
>>>>>> Royale 0.9.2.
>>>>>> 
>>>>>> The Apache Royale project is a continuation of the previous effort
>>>>> called
>>>>>> FlexJS to produce a next-generation of the Apache Flex SDK that
>>>>> enables
>>>>>> developers to use MXML and ActionScript to generate HTML/JS/CSS
>>>>>> applications which can run natively in browsers. The cross-compiled
>>>>> code
>>>>>> can also be used in Apache Cordova (Adobe PhoneGap) mobile
>>>>> applications.
>>>>>> 
>>>>>> 
>>>>>> (Apache Flex is a highly productive, open source application
>>>>> framework
>>>>> for
>>>>>> building and maintaining expressive applications that deploy on
>>>>> Adobe
>>>>>> Flash and Adobe AIR to provide a consistent experience on all major
>>>>>> browsers, desktops and devices.)
>>>>>> 
>>>>>> This release should be considered ‘beta' quality. The purpose of
>>>>> this
>>>>>> release is to gather feedback about the features and implementation
>>>>>> strategies, and to recruit new contributors. We hope to grow the
>>>>> code
>>>>> base
>>>>>> into an SDK and tool chain that delivers the highest productivity
>>>>> when
>>>>>> developing applications that can run on many platforms. Beta
>>>>> releases
>>>>> may
>>>>>> not handle production needs.
>>>>>> 
>>>>>> Please file bugs at:
>>>>>> 
>>>>>> 
>>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub
>>>>> .com%2Fapache%2Froyale-asjs%2Fissues&data=02%7C01%7Caharui%40adobe.com%
>>>>> 7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7
>>>>> C0%7C0%7C636573324543730535&sdata=KLyzE8%2BXDnteti1b8Fpr2Yn%2FiRq8o1BmD
>>>>> wkUOhGTAz4%3D&reserved=0
>>>>>> 
>>>>>> If you happen to know it is a compiler issue, please use:
>>>>>> 
>>>>>> 
>>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub
>>>>> .com%2Fapache%2Froyale-compiler%2Fissues&data=02%7C01%7Caharui%40adobe.
>>>>> com%7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178dece
>>>>> e1%7C0%7C0%7C636573324543730535&sdata=i9CVQVosyPKTf%2BHQjxfgFcu8UoIWP%2
>>>>> BHZPT86YX%2FAI%2Bw%3D&reserved=0
>>>>>> 
>>>>>> For questions about how to use Royale, send email to
>>>>>> users@royale.apache.org.  For questions and feedback on the
>>>>> development of
>>>>>> the source code in the release, send email to dev@royale.apache.org.
>>>>>> 
>>>>>> Apache Royale is available in source and binary form from the Apache
>>>>>> mirrors:
>>>>>> 
>>>>>> Source:
>>>>>> 
>>>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apa
>>>>> che.org%2Fdyn%2Fcloser.lua%2Froyale%2F0.9.2%2F&data=02%7C01%7Caharui%40
>>>>> adobe.com%7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c1
>>>>> 78decee1%7C0%7C0%7C636573324543730535&sdata=d6DLLundlyRW7rba%2BEsbHKQfx
>>>>> Y78MJH%2BZ65bM%2FYUayw%3D&reserved=0
>>>>>> apache-royale-0.9.2-src.t
>>>>>> ar.gz
>>>>>> 
>>>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apa
>>>>> che.org%2Fdyn%2Fcloser.lua%2Froyale%2F0.9.2%2F&data=02%7C01%7Caharui%40
>>>>> adobe.com%7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c1
>>>>> 78decee1%7C0%7C0%7C636573324543730535&sdata=d6DLLundlyRW7rba%2BEsbHKQfx
>>>>> Y78MJH%2BZ65bM%2FYUayw%3D&reserved=0
>>>>>> apache-royale-0.9.2-src.z
>>>>>> ip
>>>>>> 
>>>>>> Binary:
>>>>>> 
>>>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apa
>>>>> che.org%2Fdyn%2Fcloser.lua%2Froyale%2F0.9.2%2F&data=02%7C01%7Caharui%40
>>>>> adobe.com%7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c1
>>>>> 78decee1%7C0%7C0%7C636573324543730535&sdata=d6DLLundlyRW7rba%2BEsbHKQfx
>>>>> Y78MJH%2BZ65bM%2FYUayw%3D&reserved=0
>>>>>> binaries/apache-royale-0.
>>>>>> 9.2-bin-js.tar.gz
>>>>>> 
>>>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apa
>>>>> che.org%2Fdyn%2Fcloser.lua%2Froyale%2F0.9.2%2F&data=02%7C01%7Caharui%40
>>>>> adobe.com%7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c1
>>>>> 78decee1%7C0%7C0%7C636573324543730535&sdata=d6DLLundlyRW7rba%2BEsbHKQfx
>>>>> Y78MJH%2BZ65bM%2FYUayw%3D&reserved=0
>>>>>> binaries/apache-royale-0.
>>>>>> 9.2-bin-js.zip
>>>>>> 
>>>>>> Binary with SWF support:
>>>>>> 
>>>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apa
>>>>> che.org%2Fdyn%2Fcloser.lua%2Froyale%2F0.9.2%2F&data=02%7C01%7Caharui%40
>>>>> adobe.com%7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c1
>>>>> 78decee1%7C0%7C0%7C636573324543730535&sdata=d6DLLundlyRW7rba%2BEsbHKQfx
>>>>> Y78MJH%2BZ65bM%2FYUayw%3D&reserved=0
>>>>>> binaries/apache-royale-0.
>>>>>> 9.2-bin-js-swf.tar.gz
>>>>>> 
>>>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apa
>>>>> che.org%2Fdyn%2Fcloser.lua%2Froyale%2F0.9.2%2F&data=02%7C01%7Caharui%40
>>>>> adobe.com%7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c1
>>>>> 78decee1%7C0%7C0%7C636573324543730535&sdata=d6DLLundlyRW7rba%2BEsbHKQfx
>>>>> Y78MJH%2BZ65bM%2FYUayw%3D&reserved=0
>>>>>> binaries/apache-royale-0.
>>>>>> 9.2-bin-js-swf.zip
>>>>>> 
>>>>>> When downloading from a mirror site, please remember to verify the
>>>>>> downloads using signatures or MD5 hashes.
>>>>>> 
>>>>>> The binary packages can also be installed via NPM.
>>>>>> 
>>>>>> Mac:
>>>>>> 
>>>>>>  sudo npm install @apache-royale/royale-js -g
>>>>>> 
>>>>>> Or for SWF Support:
>>>>>> 
>>>>>>  sudo npm install @apache-royale/royale-js-swf -g
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> Windows:
>>>>>> 
>>>>>>  npm install @apache-royale/royale-js -g
>>>>>> 
>>>>>> Or for SWF Support:
>>>>>> 
>>>>>>  npm install @apache-royale/royale-js-swf -g
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> See the README for more information. The language reference (ASDoc)
>>>>> is
>>>>>> here:
>>>>>> 
>>>>>> 
>>>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Froyale.
>>>>> apache.org%2Fasdoc%2F&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f54e4
>>>>> 040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636573
>>>>> 324543730535&sdata=ANGfdmfWxRYeEnt0W%2FudGvxrdSkE3TtzNbqSPlFLOKc%3D&res
>>>>> erved=0
>>>>>> 
>>>>>> Additional documentation is here:
>>>>>> 
>>>>>> 
>>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fapache
>>>>> .github.io%2Froyale-docs%2F&data=02%7C01%7Caharui%40adobe.com%7C470e2d3
>>>>> 8f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C
>>>>> 636573324543730535&sdata=sqiwydMqzVS580801X5P7wqTYnLTXflBR9egnhSgCvk%3D
>>>>> &reserved=0
>>>>>> 
>>>>>> The documentation is still a work in progress.  Volunteers are
>>>>> welcome
>>>>> to
>>>>>> help improve it.  Visit
>>>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Froyale.
>>>>> apache.org%2F&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f54e4040910c0
>>>>> 8d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63657332454373
>>>>> 0535&sdata=xqopMbWFE2C1EcH%2BGdqjl0kGxcFAiQ25e7AjZkxMPlE%3D&reserved=0
>>>>> for links to other
>>>>>> resources.
>>>>>> 
>>>>>> Please try Royale and become involved in shaping the future of
>>>>> application
>>>>>> development.
>>>>>> 
>>>>>> The Apache Royale Community
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>> 
>>>>> 
>>>>> --
>>>>> Andrew Wetmore
>>>>> 
>>>>> 
>>>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcottage
>>>>> 14.blogspot.com%2F&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f54e4040
>>>>> 910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636573324
>>>>> 543730535&sdata=FKctld2Og4Sl9ArkHEUvIyoF%2FeRY%2F0V4JtSxoZm3MyI%3D&rese
>>>>> rved=0
>>>>> 
>>>> 
>>>> 
>>>> 
>>>> --
>>>> 
>>>> Piotr Zarzycki
>>>> 
>>>> Patreon:
>>>> *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pa
>>>> treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f5
>>>> 4e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>> 73324543730535&sdata=CMRRA0mrbir0NZeFTQdQ%2FFgURo9xnN1U8XihDIiyOoE%3D&re
>>>> served=0
>>>> 
>>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pa
>>>> treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f5
>>>> 4e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>> 73324543730535&sdata=CMRRA0mrbir0NZeFTQdQ%2FFgURo9xnN1U8XihDIiyOoE%3D&re
>>>> served=0>*
>>>> 
>>> 
>>> 
>>> 
>>> --
>>> 
>>> Piotr Zarzycki
>>> 
>>> Patreon:
>>> *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pat
>>> reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f54e
>>> 4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365733
>>> 24543730535&sdata=CMRRA0mrbir0NZeFTQdQ%2FFgURo9xnN1U8XihDIiyOoE%3D&reserv
>>> ed=0
>>> 
>>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pat
>>> reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f54e
>>> 4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365733
>>> 24543730535&sdata=CMRRA0mrbir0NZeFTQdQ%2FFgURo9xnN1U8XihDIiyOoE%3D&reserv
>>> ed=0>*
>>> 
>> 
>> 
>> 
>> --
>> 
>> Piotr Zarzycki
>> 
>> Patreon:
>> *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patr
>> eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f54e40
>> 40910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365733245
>> 43730535&sdata=CMRRA0mrbir0NZeFTQdQ%2FFgURo9xnN1U8XihDIiyOoE%3D&reserved=0
>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patr
>> eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f54e40
>> 40910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365733245
>> 43730535&sdata=CMRRA0mrbir0NZeFTQdQ%2FFgURo9xnN1U8XihDIiyOoE%3D&reserved=0
>>> *
> 


Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.2 released

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Yes, Dave helped out and renamed the files on dist.a.o.  I think we should
give it around 24 hours to propagate.

Thanks,
-Alex

On 3/22/18, 9:20 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:

>I'm sorry for the noise we are probably waiting for the changes related to
>sha512.
>
>2018-03-22 15:58 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
>
>> Hi Alex,
>>
>> It looks like everything is online. Can we announce ?
>>
>> Thanks, Piotr
>>
>> 2018-03-19 10:32 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
>>
>>> I will try to prepare today release draft on GitHub. Once you announce
>>>it
>>> I will publish.
>>>
>>> Thanks, Piotr
>>>
>>> 2018-03-16 19:36 GMT+01:00 Andrew Wetmore <co...@gmail.com>:
>>>
>>>> Seems very clear.
>>>>
>>>> I usually change passages like "enables developers to do x" to "lets
>>>> developers do x", as the former is a tiny bit harder to parse for
>>>>folks
>>>> for
>>>> whom English is not the first language.
>>>>
>>>> a
>>>>
>>>> On Fri, Mar 16, 2018 at 3:17 PM, Alex Harui <ah...@adobe.com.invalid>
>>>> wrote:
>>>>
>>>> > Hi Folks,
>>>> >
>>>> > Please provide feedback on this draft of the announcement.
>>>> >
>>>> > --------
>>>> >
>>>> > The Apache Royale community is pleased to announce the release of
>>>> Apache
>>>> > Royale 0.9.2.
>>>> >
>>>> > The Apache Royale project is a continuation of the previous effort
>>>> called
>>>> > FlexJS to produce a next-generation of the Apache Flex SDK that
>>>>enables
>>>> > developers to use MXML and ActionScript to generate HTML/JS/CSS
>>>> > applications which can run natively in browsers. The cross-compiled
>>>> code
>>>> > can also be used in Apache Cordova (Adobe PhoneGap) mobile
>>>> applications.
>>>> >
>>>> >
>>>> > (Apache Flex is a highly productive, open source application
>>>>framework
>>>> for
>>>> > building and maintaining expressive applications that deploy on
>>>>Adobe
>>>> > Flash and Adobe AIR to provide a consistent experience on all major
>>>> > browsers, desktops and devices.)
>>>> >
>>>> > This release should be considered ‘beta' quality. The purpose of
>>>>this
>>>> > release is to gather feedback about the features and implementation
>>>> > strategies, and to recruit new contributors. We hope to grow the
>>>>code
>>>> base
>>>> > into an SDK and tool chain that delivers the highest productivity
>>>>when
>>>> > developing applications that can run on many platforms. Beta
>>>>releases
>>>> may
>>>> > not handle production needs.
>>>> >
>>>> > Please file bugs at:
>>>> >
>>>> >   
>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub
>>>>.com%2Fapache%2Froyale-asjs%2Fissues&data=02%7C01%7Caharui%40adobe.com%
>>>>7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7
>>>>C0%7C0%7C636573324543730535&sdata=KLyzE8%2BXDnteti1b8Fpr2Yn%2FiRq8o1BmD
>>>>wkUOhGTAz4%3D&reserved=0
>>>> >
>>>> > If you happen to know it is a compiler issue, please use:
>>>> >
>>>> >   
>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub
>>>>.com%2Fapache%2Froyale-compiler%2Fissues&data=02%7C01%7Caharui%40adobe.
>>>>com%7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178dece
>>>>e1%7C0%7C0%7C636573324543730535&sdata=i9CVQVosyPKTf%2BHQjxfgFcu8UoIWP%2
>>>>BHZPT86YX%2FAI%2Bw%3D&reserved=0
>>>> >
>>>> > For questions about how to use Royale, send email to
>>>> > users@royale.apache.org.  For questions and feedback on the
>>>> development of
>>>> > the source code in the release, send email to dev@royale.apache.org.
>>>> >
>>>> > Apache Royale is available in source and binary form from the Apache
>>>> > mirrors:
>>>> >
>>>> > Source:
>>>> > 
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apa
>>>>che.org%2Fdyn%2Fcloser.lua%2Froyale%2F0.9.2%2F&data=02%7C01%7Caharui%40
>>>>adobe.com%7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c1
>>>>78decee1%7C0%7C0%7C636573324543730535&sdata=d6DLLundlyRW7rba%2BEsbHKQfx
>>>>Y78MJH%2BZ65bM%2FYUayw%3D&reserved=0
>>>> > apache-royale-0.9.2-src.t
>>>> > ar.gz
>>>> > 
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apa
>>>>che.org%2Fdyn%2Fcloser.lua%2Froyale%2F0.9.2%2F&data=02%7C01%7Caharui%40
>>>>adobe.com%7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c1
>>>>78decee1%7C0%7C0%7C636573324543730535&sdata=d6DLLundlyRW7rba%2BEsbHKQfx
>>>>Y78MJH%2BZ65bM%2FYUayw%3D&reserved=0
>>>> > apache-royale-0.9.2-src.z
>>>> > ip
>>>> >
>>>> > Binary:
>>>> > 
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apa
>>>>che.org%2Fdyn%2Fcloser.lua%2Froyale%2F0.9.2%2F&data=02%7C01%7Caharui%40
>>>>adobe.com%7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c1
>>>>78decee1%7C0%7C0%7C636573324543730535&sdata=d6DLLundlyRW7rba%2BEsbHKQfx
>>>>Y78MJH%2BZ65bM%2FYUayw%3D&reserved=0
>>>> > binaries/apache-royale-0.
>>>> > 9.2-bin-js.tar.gz
>>>> > 
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apa
>>>>che.org%2Fdyn%2Fcloser.lua%2Froyale%2F0.9.2%2F&data=02%7C01%7Caharui%40
>>>>adobe.com%7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c1
>>>>78decee1%7C0%7C0%7C636573324543730535&sdata=d6DLLundlyRW7rba%2BEsbHKQfx
>>>>Y78MJH%2BZ65bM%2FYUayw%3D&reserved=0
>>>> > binaries/apache-royale-0.
>>>> > 9.2-bin-js.zip
>>>> >
>>>> > Binary with SWF support:
>>>> > 
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apa
>>>>che.org%2Fdyn%2Fcloser.lua%2Froyale%2F0.9.2%2F&data=02%7C01%7Caharui%40
>>>>adobe.com%7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c1
>>>>78decee1%7C0%7C0%7C636573324543730535&sdata=d6DLLundlyRW7rba%2BEsbHKQfx
>>>>Y78MJH%2BZ65bM%2FYUayw%3D&reserved=0
>>>> > binaries/apache-royale-0.
>>>> > 9.2-bin-js-swf.tar.gz
>>>> > 
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apa
>>>>che.org%2Fdyn%2Fcloser.lua%2Froyale%2F0.9.2%2F&data=02%7C01%7Caharui%40
>>>>adobe.com%7C470e2d38f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c1
>>>>78decee1%7C0%7C0%7C636573324543730535&sdata=d6DLLundlyRW7rba%2BEsbHKQfx
>>>>Y78MJH%2BZ65bM%2FYUayw%3D&reserved=0
>>>> > binaries/apache-royale-0.
>>>> > 9.2-bin-js-swf.zip
>>>> >
>>>> > When downloading from a mirror site, please remember to verify the
>>>> > downloads using signatures or MD5 hashes.
>>>> >
>>>> > The binary packages can also be installed via NPM.
>>>> >
>>>> > Mac:
>>>> >
>>>> >   sudo npm install @apache-royale/royale-js -g
>>>> >
>>>> > Or for SWF Support:
>>>> >
>>>> >   sudo npm install @apache-royale/royale-js-swf -g
>>>> >
>>>> >
>>>> >
>>>> > Windows:
>>>> >
>>>> >   npm install @apache-royale/royale-js -g
>>>> >
>>>> > Or for SWF Support:
>>>> >
>>>> >   npm install @apache-royale/royale-js-swf -g
>>>> >
>>>> >
>>>> >
>>>> > See the README for more information. The language reference (ASDoc)
>>>>is
>>>> > here:
>>>> >
>>>> >   
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Froyale.
>>>>apache.org%2Fasdoc%2F&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f54e4
>>>>040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636573
>>>>324543730535&sdata=ANGfdmfWxRYeEnt0W%2FudGvxrdSkE3TtzNbqSPlFLOKc%3D&res
>>>>erved=0
>>>> >
>>>> > Additional documentation is here:
>>>> >
>>>> >   
>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fapache
>>>>.github.io%2Froyale-docs%2F&data=02%7C01%7Caharui%40adobe.com%7C470e2d3
>>>>8f54e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C
>>>>636573324543730535&sdata=sqiwydMqzVS580801X5P7wqTYnLTXflBR9egnhSgCvk%3D
>>>>&reserved=0
>>>> >
>>>> > The documentation is still a work in progress.  Volunteers are
>>>>welcome
>>>> to
>>>> > help improve it.  Visit
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Froyale.
>>>>apache.org%2F&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f54e4040910c0
>>>>8d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63657332454373
>>>>0535&sdata=xqopMbWFE2C1EcH%2BGdqjl0kGxcFAiQ25e7AjZkxMPlE%3D&reserved=0
>>>>for links to other
>>>> > resources.
>>>> >
>>>> > Please try Royale and become involved in shaping the future of
>>>> application
>>>> > development.
>>>> >
>>>> > The Apache Royale Community
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>>
>>>>
>>>> --
>>>> Andrew Wetmore
>>>>
>>>> 
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcottage
>>>>14.blogspot.com%2F&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f54e4040
>>>>910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636573324
>>>>543730535&sdata=FKctld2Og4Sl9ArkHEUvIyoF%2FeRY%2F0V4JtSxoZm3MyI%3D&rese
>>>>rved=0
>>>>
>>>
>>>
>>>
>>> --
>>>
>>> Piotr Zarzycki
>>>
>>> Patreon: 
>>>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pa
>>>treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f5
>>>4e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>73324543730535&sdata=CMRRA0mrbir0NZeFTQdQ%2FFgURo9xnN1U8XihDIiyOoE%3D&re
>>>served=0
>>> 
>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pa
>>>treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f5
>>>4e4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>73324543730535&sdata=CMRRA0mrbir0NZeFTQdQ%2FFgURo9xnN1U8XihDIiyOoE%3D&re
>>>served=0>*
>>>
>>
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>> Patreon: 
>>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pat
>>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f54e
>>4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365733
>>24543730535&sdata=CMRRA0mrbir0NZeFTQdQ%2FFgURo9xnN1U8XihDIiyOoE%3D&reserv
>>ed=0
>> 
>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pat
>>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f54e
>>4040910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365733
>>24543730535&sdata=CMRRA0mrbir0NZeFTQdQ%2FFgURo9xnN1U8XihDIiyOoE%3D&reserv
>>ed=0>*
>>
>
>
>
>-- 
>
>Piotr Zarzycki
>
>Patreon: 
>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patr
>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f54e40
>40910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365733245
>43730535&sdata=CMRRA0mrbir0NZeFTQdQ%2FFgURo9xnN1U8XihDIiyOoE%3D&reserved=0
><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patr
>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C470e2d38f54e40
>40910c08d59010e1d8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365733245
>43730535&sdata=CMRRA0mrbir0NZeFTQdQ%2FFgURo9xnN1U8XihDIiyOoE%3D&reserved=0
>>*


Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.2 released

Posted by Dave Fisher <da...@comcast.net>.
I just now renamed the SHA-512 files to sha512 on dist.apache.org <http://dist.apache.org/>.

In the announce one line needs to be edited:

When downloading from a mirror site, please remember to verify the downloads using signatures or sha512 hashes.

Regards,
Dave

> On Mar 22, 2018, at 9:20 AM, Piotr Zarzycki <pi...@gmail.com> wrote:
> 
> I'm sorry for the noise we are probably waiting for the changes related to
> sha512.
> 
> 2018-03-22 15:58 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
> 
>> Hi Alex,
>> 
>> It looks like everything is online. Can we announce ?
>> 
>> Thanks, Piotr
>> 
>> 2018-03-19 10:32 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
>> 
>>> I will try to prepare today release draft on GitHub. Once you announce it
>>> I will publish.
>>> 
>>> Thanks, Piotr
>>> 
>>> 2018-03-16 19:36 GMT+01:00 Andrew Wetmore <co...@gmail.com>:
>>> 
>>>> Seems very clear.
>>>> 
>>>> I usually change passages like "enables developers to do x" to "lets
>>>> developers do x", as the former is a tiny bit harder to parse for folks
>>>> for
>>>> whom English is not the first language.
>>>> 
>>>> a
>>>> 
>>>> On Fri, Mar 16, 2018 at 3:17 PM, Alex Harui <ah...@adobe.com.invalid>
>>>> wrote:
>>>> 
>>>>> Hi Folks,
>>>>> 
>>>>> Please provide feedback on this draft of the announcement.
>>>>> 
>>>>> --------
>>>>> 
>>>>> The Apache Royale community is pleased to announce the release of
>>>> Apache
>>>>> Royale 0.9.2.
>>>>> 
>>>>> The Apache Royale project is a continuation of the previous effort
>>>> called
>>>>> FlexJS to produce a next-generation of the Apache Flex SDK that enables
>>>>> developers to use MXML and ActionScript to generate HTML/JS/CSS
>>>>> applications which can run natively in browsers. The cross-compiled
>>>> code
>>>>> can also be used in Apache Cordova (Adobe PhoneGap) mobile
>>>> applications.
>>>>> 
>>>>> 
>>>>> (Apache Flex is a highly productive, open source application framework
>>>> for
>>>>> building and maintaining expressive applications that deploy on Adobe
>>>>> Flash and Adobe AIR to provide a consistent experience on all major
>>>>> browsers, desktops and devices.)
>>>>> 
>>>>> This release should be considered ‘beta' quality. The purpose of this
>>>>> release is to gather feedback about the features and implementation
>>>>> strategies, and to recruit new contributors. We hope to grow the code
>>>> base
>>>>> into an SDK and tool chain that delivers the highest productivity when
>>>>> developing applications that can run on many platforms. Beta releases
>>>> may
>>>>> not handle production needs.
>>>>> 
>>>>> Please file bugs at:
>>>>> 
>>>>>  https://github.com/apache/royale-asjs/issues
>>>>> 
>>>>> If you happen to know it is a compiler issue, please use:
>>>>> 
>>>>>  https://github.com/apache/royale-compiler/issues
>>>>> 
>>>>> For questions about how to use Royale, send email to
>>>>> users@royale.apache.org.  For questions and feedback on the
>>>> development of
>>>>> the source code in the release, send email to dev@royale.apache.org.
>>>>> 
>>>>> Apache Royale is available in source and binary form from the Apache
>>>>> mirrors:
>>>>> 
>>>>> Source:
>>>>> http://www.apache.org/dyn/closer.lua/royale/0.9.2/
>>>>> apache-royale-0.9.2-src.t
>>>>> ar.gz
>>>>> http://www.apache.org/dyn/closer.lua/royale/0.9.2/
>>>>> apache-royale-0.9.2-src.z
>>>>> ip
>>>>> 
>>>>> Binary:
>>>>> http://www.apache.org/dyn/closer.lua/royale/0.9.2/
>>>>> binaries/apache-royale-0.
>>>>> 9.2-bin-js.tar.gz
>>>>> http://www.apache.org/dyn/closer.lua/royale/0.9.2/
>>>>> binaries/apache-royale-0.
>>>>> 9.2-bin-js.zip
>>>>> 
>>>>> Binary with SWF support:
>>>>> http://www.apache.org/dyn/closer.lua/royale/0.9.2/
>>>>> binaries/apache-royale-0.
>>>>> 9.2-bin-js-swf.tar.gz
>>>>> http://www.apache.org/dyn/closer.lua/royale/0.9.2/
>>>>> binaries/apache-royale-0.
>>>>> 9.2-bin-js-swf.zip
>>>>> 
>>>>> When downloading from a mirror site, please remember to verify the
>>>>> downloads using signatures or MD5 hashes.
>>>>> 
>>>>> The binary packages can also be installed via NPM.
>>>>> 
>>>>> Mac:
>>>>> 
>>>>>  sudo npm install @apache-royale/royale-js -g
>>>>> 
>>>>> Or for SWF Support:
>>>>> 
>>>>>  sudo npm install @apache-royale/royale-js-swf -g
>>>>> 
>>>>> 
>>>>> 
>>>>> Windows:
>>>>> 
>>>>>  npm install @apache-royale/royale-js -g
>>>>> 
>>>>> Or for SWF Support:
>>>>> 
>>>>>  npm install @apache-royale/royale-js-swf -g
>>>>> 
>>>>> 
>>>>> 
>>>>> See the README for more information. The language reference (ASDoc) is
>>>>> here:
>>>>> 
>>>>>  http://royale.apache.org/asdoc/
>>>>> 
>>>>> Additional documentation is here:
>>>>> 
>>>>>  https://apache.github.io/royale-docs/
>>>>> 
>>>>> The documentation is still a work in progress.  Volunteers are welcome
>>>> to
>>>>> help improve it.  Visit http://royale.apache.org/ for links to other
>>>>> resources.
>>>>> 
>>>>> Please try Royale and become involved in shaping the future of
>>>> application
>>>>> development.
>>>>> 
>>>>> The Apache Royale Community
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>> 
>>>> 
>>>> --
>>>> Andrew Wetmore
>>>> 
>>>> http://cottage14.blogspot.com/
>>>> 
>>> 
>>> 
>>> 
>>> --
>>> 
>>> Piotr Zarzycki
>>> 
>>> Patreon: *https://www.patreon.com/piotrzarzycki
>>> <https://www.patreon.com/piotrzarzycki>*
>>> 
>> 
>> 
>> 
>> --
>> 
>> Piotr Zarzycki
>> 
>> Patreon: *https://www.patreon.com/piotrzarzycki
>> <https://www.patreon.com/piotrzarzycki>*
>> 
> 
> 
> 
> --
> 
> Piotr Zarzycki
> 
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*


Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.2 released

Posted by Piotr Zarzycki <pi...@gmail.com>.
I'm sorry for the noise we are probably waiting for the changes related to
sha512.

2018-03-22 15:58 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:

> Hi Alex,
>
> It looks like everything is online. Can we announce ?
>
> Thanks, Piotr
>
> 2018-03-19 10:32 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
>
>> I will try to prepare today release draft on GitHub. Once you announce it
>> I will publish.
>>
>> Thanks, Piotr
>>
>> 2018-03-16 19:36 GMT+01:00 Andrew Wetmore <co...@gmail.com>:
>>
>>> Seems very clear.
>>>
>>> I usually change passages like "enables developers to do x" to "lets
>>> developers do x", as the former is a tiny bit harder to parse for folks
>>> for
>>> whom English is not the first language.
>>>
>>> a
>>>
>>> On Fri, Mar 16, 2018 at 3:17 PM, Alex Harui <ah...@adobe.com.invalid>
>>> wrote:
>>>
>>> > Hi Folks,
>>> >
>>> > Please provide feedback on this draft of the announcement.
>>> >
>>> > --------
>>> >
>>> > The Apache Royale community is pleased to announce the release of
>>> Apache
>>> > Royale 0.9.2.
>>> >
>>> > The Apache Royale project is a continuation of the previous effort
>>> called
>>> > FlexJS to produce a next-generation of the Apache Flex SDK that enables
>>> > developers to use MXML and ActionScript to generate HTML/JS/CSS
>>> > applications which can run natively in browsers. The cross-compiled
>>> code
>>> > can also be used in Apache Cordova (Adobe PhoneGap) mobile
>>> applications.
>>> >
>>> >
>>> > (Apache Flex is a highly productive, open source application framework
>>> for
>>> > building and maintaining expressive applications that deploy on Adobe
>>> > Flash and Adobe AIR to provide a consistent experience on all major
>>> > browsers, desktops and devices.)
>>> >
>>> > This release should be considered ‘beta' quality. The purpose of this
>>> > release is to gather feedback about the features and implementation
>>> > strategies, and to recruit new contributors. We hope to grow the code
>>> base
>>> > into an SDK and tool chain that delivers the highest productivity when
>>> > developing applications that can run on many platforms. Beta releases
>>> may
>>> > not handle production needs.
>>> >
>>> > Please file bugs at:
>>> >
>>> >   https://github.com/apache/royale-asjs/issues
>>> >
>>> > If you happen to know it is a compiler issue, please use:
>>> >
>>> >   https://github.com/apache/royale-compiler/issues
>>> >
>>> > For questions about how to use Royale, send email to
>>> > users@royale.apache.org.  For questions and feedback on the
>>> development of
>>> > the source code in the release, send email to dev@royale.apache.org.
>>> >
>>> > Apache Royale is available in source and binary form from the Apache
>>> > mirrors:
>>> >
>>> > Source:
>>> > http://www.apache.org/dyn/closer.lua/royale/0.9.2/
>>> > apache-royale-0.9.2-src.t
>>> > ar.gz
>>> > http://www.apache.org/dyn/closer.lua/royale/0.9.2/
>>> > apache-royale-0.9.2-src.z
>>> > ip
>>> >
>>> > Binary:
>>> > http://www.apache.org/dyn/closer.lua/royale/0.9.2/
>>> > binaries/apache-royale-0.
>>> > 9.2-bin-js.tar.gz
>>> > http://www.apache.org/dyn/closer.lua/royale/0.9.2/
>>> > binaries/apache-royale-0.
>>> > 9.2-bin-js.zip
>>> >
>>> > Binary with SWF support:
>>> > http://www.apache.org/dyn/closer.lua/royale/0.9.2/
>>> > binaries/apache-royale-0.
>>> > 9.2-bin-js-swf.tar.gz
>>> > http://www.apache.org/dyn/closer.lua/royale/0.9.2/
>>> > binaries/apache-royale-0.
>>> > 9.2-bin-js-swf.zip
>>> >
>>> > When downloading from a mirror site, please remember to verify the
>>> > downloads using signatures or MD5 hashes.
>>> >
>>> > The binary packages can also be installed via NPM.
>>> >
>>> > Mac:
>>> >
>>> >   sudo npm install @apache-royale/royale-js -g
>>> >
>>> > Or for SWF Support:
>>> >
>>> >   sudo npm install @apache-royale/royale-js-swf -g
>>> >
>>> >
>>> >
>>> > Windows:
>>> >
>>> >   npm install @apache-royale/royale-js -g
>>> >
>>> > Or for SWF Support:
>>> >
>>> >   npm install @apache-royale/royale-js-swf -g
>>> >
>>> >
>>> >
>>> > See the README for more information. The language reference (ASDoc) is
>>> > here:
>>> >
>>> >   http://royale.apache.org/asdoc/
>>> >
>>> > Additional documentation is here:
>>> >
>>> >   https://apache.github.io/royale-docs/
>>> >
>>> > The documentation is still a work in progress.  Volunteers are welcome
>>> to
>>> > help improve it.  Visit http://royale.apache.org/ for links to other
>>> > resources.
>>> >
>>> > Please try Royale and become involved in shaping the future of
>>> application
>>> > development.
>>> >
>>> > The Apache Royale Community
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>> >
>>>
>>>
>>> --
>>> Andrew Wetmore
>>>
>>> http://cottage14.blogspot.com/
>>>
>>
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>> Patreon: *https://www.patreon.com/piotrzarzycki
>> <https://www.patreon.com/piotrzarzycki>*
>>
>
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.2 released

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Alex,

It looks like everything is online. Can we announce ?

Thanks, Piotr

2018-03-19 10:32 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:

> I will try to prepare today release draft on GitHub. Once you announce it
> I will publish.
>
> Thanks, Piotr
>
> 2018-03-16 19:36 GMT+01:00 Andrew Wetmore <co...@gmail.com>:
>
>> Seems very clear.
>>
>> I usually change passages like "enables developers to do x" to "lets
>> developers do x", as the former is a tiny bit harder to parse for folks
>> for
>> whom English is not the first language.
>>
>> a
>>
>> On Fri, Mar 16, 2018 at 3:17 PM, Alex Harui <ah...@adobe.com.invalid>
>> wrote:
>>
>> > Hi Folks,
>> >
>> > Please provide feedback on this draft of the announcement.
>> >
>> > --------
>> >
>> > The Apache Royale community is pleased to announce the release of Apache
>> > Royale 0.9.2.
>> >
>> > The Apache Royale project is a continuation of the previous effort
>> called
>> > FlexJS to produce a next-generation of the Apache Flex SDK that enables
>> > developers to use MXML and ActionScript to generate HTML/JS/CSS
>> > applications which can run natively in browsers. The cross-compiled code
>> > can also be used in Apache Cordova (Adobe PhoneGap) mobile applications.
>> >
>> >
>> > (Apache Flex is a highly productive, open source application framework
>> for
>> > building and maintaining expressive applications that deploy on Adobe
>> > Flash and Adobe AIR to provide a consistent experience on all major
>> > browsers, desktops and devices.)
>> >
>> > This release should be considered ‘beta' quality. The purpose of this
>> > release is to gather feedback about the features and implementation
>> > strategies, and to recruit new contributors. We hope to grow the code
>> base
>> > into an SDK and tool chain that delivers the highest productivity when
>> > developing applications that can run on many platforms. Beta releases
>> may
>> > not handle production needs.
>> >
>> > Please file bugs at:
>> >
>> >   https://github.com/apache/royale-asjs/issues
>> >
>> > If you happen to know it is a compiler issue, please use:
>> >
>> >   https://github.com/apache/royale-compiler/issues
>> >
>> > For questions about how to use Royale, send email to
>> > users@royale.apache.org.  For questions and feedback on the
>> development of
>> > the source code in the release, send email to dev@royale.apache.org.
>> >
>> > Apache Royale is available in source and binary form from the Apache
>> > mirrors:
>> >
>> > Source:
>> > http://www.apache.org/dyn/closer.lua/royale/0.9.2/
>> > apache-royale-0.9.2-src.t
>> > ar.gz
>> > http://www.apache.org/dyn/closer.lua/royale/0.9.2/
>> > apache-royale-0.9.2-src.z
>> > ip
>> >
>> > Binary:
>> > http://www.apache.org/dyn/closer.lua/royale/0.9.2/
>> > binaries/apache-royale-0.
>> > 9.2-bin-js.tar.gz
>> > http://www.apache.org/dyn/closer.lua/royale/0.9.2/
>> > binaries/apache-royale-0.
>> > 9.2-bin-js.zip
>> >
>> > Binary with SWF support:
>> > http://www.apache.org/dyn/closer.lua/royale/0.9.2/
>> > binaries/apache-royale-0.
>> > 9.2-bin-js-swf.tar.gz
>> > http://www.apache.org/dyn/closer.lua/royale/0.9.2/
>> > binaries/apache-royale-0.
>> > 9.2-bin-js-swf.zip
>> >
>> > When downloading from a mirror site, please remember to verify the
>> > downloads using signatures or MD5 hashes.
>> >
>> > The binary packages can also be installed via NPM.
>> >
>> > Mac:
>> >
>> >   sudo npm install @apache-royale/royale-js -g
>> >
>> > Or for SWF Support:
>> >
>> >   sudo npm install @apache-royale/royale-js-swf -g
>> >
>> >
>> >
>> > Windows:
>> >
>> >   npm install @apache-royale/royale-js -g
>> >
>> > Or for SWF Support:
>> >
>> >   npm install @apache-royale/royale-js-swf -g
>> >
>> >
>> >
>> > See the README for more information. The language reference (ASDoc) is
>> > here:
>> >
>> >   http://royale.apache.org/asdoc/
>> >
>> > Additional documentation is here:
>> >
>> >   https://apache.github.io/royale-docs/
>> >
>> > The documentation is still a work in progress.  Volunteers are welcome
>> to
>> > help improve it.  Visit http://royale.apache.org/ for links to other
>> > resources.
>> >
>> > Please try Royale and become involved in shaping the future of
>> application
>> > development.
>> >
>> > The Apache Royale Community
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>>
>>
>> --
>> Andrew Wetmore
>>
>> http://cottage14.blogspot.com/
>>
>
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.2 released

Posted by Piotr Zarzycki <pi...@gmail.com>.
I will try to prepare today release draft on GitHub. Once you announce it I
will publish.

Thanks, Piotr

2018-03-16 19:36 GMT+01:00 Andrew Wetmore <co...@gmail.com>:

> Seems very clear.
>
> I usually change passages like "enables developers to do x" to "lets
> developers do x", as the former is a tiny bit harder to parse for folks for
> whom English is not the first language.
>
> a
>
> On Fri, Mar 16, 2018 at 3:17 PM, Alex Harui <ah...@adobe.com.invalid>
> wrote:
>
> > Hi Folks,
> >
> > Please provide feedback on this draft of the announcement.
> >
> > --------
> >
> > The Apache Royale community is pleased to announce the release of Apache
> > Royale 0.9.2.
> >
> > The Apache Royale project is a continuation of the previous effort called
> > FlexJS to produce a next-generation of the Apache Flex SDK that enables
> > developers to use MXML and ActionScript to generate HTML/JS/CSS
> > applications which can run natively in browsers. The cross-compiled code
> > can also be used in Apache Cordova (Adobe PhoneGap) mobile applications.
> >
> >
> > (Apache Flex is a highly productive, open source application framework
> for
> > building and maintaining expressive applications that deploy on Adobe
> > Flash and Adobe AIR to provide a consistent experience on all major
> > browsers, desktops and devices.)
> >
> > This release should be considered ‘beta' quality. The purpose of this
> > release is to gather feedback about the features and implementation
> > strategies, and to recruit new contributors. We hope to grow the code
> base
> > into an SDK and tool chain that delivers the highest productivity when
> > developing applications that can run on many platforms. Beta releases may
> > not handle production needs.
> >
> > Please file bugs at:
> >
> >   https://github.com/apache/royale-asjs/issues
> >
> > If you happen to know it is a compiler issue, please use:
> >
> >   https://github.com/apache/royale-compiler/issues
> >
> > For questions about how to use Royale, send email to
> > users@royale.apache.org.  For questions and feedback on the development
> of
> > the source code in the release, send email to dev@royale.apache.org.
> >
> > Apache Royale is available in source and binary form from the Apache
> > mirrors:
> >
> > Source:
> > http://www.apache.org/dyn/closer.lua/royale/0.9.2/
> > apache-royale-0.9.2-src.t
> > ar.gz
> > http://www.apache.org/dyn/closer.lua/royale/0.9.2/
> > apache-royale-0.9.2-src.z
> > ip
> >
> > Binary:
> > http://www.apache.org/dyn/closer.lua/royale/0.9.2/
> > binaries/apache-royale-0.
> > 9.2-bin-js.tar.gz
> > http://www.apache.org/dyn/closer.lua/royale/0.9.2/
> > binaries/apache-royale-0.
> > 9.2-bin-js.zip
> >
> > Binary with SWF support:
> > http://www.apache.org/dyn/closer.lua/royale/0.9.2/
> > binaries/apache-royale-0.
> > 9.2-bin-js-swf.tar.gz
> > http://www.apache.org/dyn/closer.lua/royale/0.9.2/
> > binaries/apache-royale-0.
> > 9.2-bin-js-swf.zip
> >
> > When downloading from a mirror site, please remember to verify the
> > downloads using signatures or MD5 hashes.
> >
> > The binary packages can also be installed via NPM.
> >
> > Mac:
> >
> >   sudo npm install @apache-royale/royale-js -g
> >
> > Or for SWF Support:
> >
> >   sudo npm install @apache-royale/royale-js-swf -g
> >
> >
> >
> > Windows:
> >
> >   npm install @apache-royale/royale-js -g
> >
> > Or for SWF Support:
> >
> >   npm install @apache-royale/royale-js-swf -g
> >
> >
> >
> > See the README for more information. The language reference (ASDoc) is
> > here:
> >
> >   http://royale.apache.org/asdoc/
> >
> > Additional documentation is here:
> >
> >   https://apache.github.io/royale-docs/
> >
> > The documentation is still a work in progress.  Volunteers are welcome to
> > help improve it.  Visit http://royale.apache.org/ for links to other
> > resources.
> >
> > Please try Royale and become involved in shaping the future of
> application
> > development.
> >
> > The Apache Royale Community
> >
> >
> >
> >
> >
> >
> >
>
>
> --
> Andrew Wetmore
>
> http://cottage14.blogspot.com/
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.2 released

Posted by Andrew Wetmore <co...@gmail.com>.
Seems very clear.

I usually change passages like "enables developers to do x" to "lets
developers do x", as the former is a tiny bit harder to parse for folks for
whom English is not the first language.

a

On Fri, Mar 16, 2018 at 3:17 PM, Alex Harui <ah...@adobe.com.invalid>
wrote:

> Hi Folks,
>
> Please provide feedback on this draft of the announcement.
>
> --------
>
> The Apache Royale community is pleased to announce the release of Apache
> Royale 0.9.2.
>
> The Apache Royale project is a continuation of the previous effort called
> FlexJS to produce a next-generation of the Apache Flex SDK that enables
> developers to use MXML and ActionScript to generate HTML/JS/CSS
> applications which can run natively in browsers. The cross-compiled code
> can also be used in Apache Cordova (Adobe PhoneGap) mobile applications.
>
>
> (Apache Flex is a highly productive, open source application framework for
> building and maintaining expressive applications that deploy on Adobe
> Flash and Adobe AIR to provide a consistent experience on all major
> browsers, desktops and devices.)
>
> This release should be considered ‘beta' quality. The purpose of this
> release is to gather feedback about the features and implementation
> strategies, and to recruit new contributors. We hope to grow the code base
> into an SDK and tool chain that delivers the highest productivity when
> developing applications that can run on many platforms. Beta releases may
> not handle production needs.
>
> Please file bugs at:
>
>   https://github.com/apache/royale-asjs/issues
>
> If you happen to know it is a compiler issue, please use:
>
>   https://github.com/apache/royale-compiler/issues
>
> For questions about how to use Royale, send email to
> users@royale.apache.org.  For questions and feedback on the development of
> the source code in the release, send email to dev@royale.apache.org.
>
> Apache Royale is available in source and binary form from the Apache
> mirrors:
>
> Source:
> http://www.apache.org/dyn/closer.lua/royale/0.9.2/
> apache-royale-0.9.2-src.t
> ar.gz
> http://www.apache.org/dyn/closer.lua/royale/0.9.2/
> apache-royale-0.9.2-src.z
> ip
>
> Binary:
> http://www.apache.org/dyn/closer.lua/royale/0.9.2/
> binaries/apache-royale-0.
> 9.2-bin-js.tar.gz
> http://www.apache.org/dyn/closer.lua/royale/0.9.2/
> binaries/apache-royale-0.
> 9.2-bin-js.zip
>
> Binary with SWF support:
> http://www.apache.org/dyn/closer.lua/royale/0.9.2/
> binaries/apache-royale-0.
> 9.2-bin-js-swf.tar.gz
> http://www.apache.org/dyn/closer.lua/royale/0.9.2/
> binaries/apache-royale-0.
> 9.2-bin-js-swf.zip
>
> When downloading from a mirror site, please remember to verify the
> downloads using signatures or MD5 hashes.
>
> The binary packages can also be installed via NPM.
>
> Mac:
>
>   sudo npm install @apache-royale/royale-js -g
>
> Or for SWF Support:
>
>   sudo npm install @apache-royale/royale-js-swf -g
>
>
>
> Windows:
>
>   npm install @apache-royale/royale-js -g
>
> Or for SWF Support:
>
>   npm install @apache-royale/royale-js-swf -g
>
>
>
> See the README for more information. The language reference (ASDoc) is
> here:
>
>   http://royale.apache.org/asdoc/
>
> Additional documentation is here:
>
>   https://apache.github.io/royale-docs/
>
> The documentation is still a work in progress.  Volunteers are welcome to
> help improve it.  Visit http://royale.apache.org/ for links to other
> resources.
>
> Please try Royale and become involved in shaping the future of application
> development.
>
> The Apache Royale Community
>
>
>
>
>
>
>


-- 
Andrew Wetmore

http://cottage14.blogspot.com/