You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2020/05/14 05:56:07 UTC

[royale-compiler] branch develop updated (9aeb984 -> cb036f2)

This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git.


    from 9aeb984  ClosureUtils: refactor collectSymbolNamesToExport() to better match collectPropertyNamesToKeep()
     add 81f5450  [maven-release-plugin] prepare release org.apache.royale.compiler-0.9.7-rc2
     add ad7ce8c  [maven-release-plugin] prepare for next development iteration
     add 5471b91  order the APIs to get reproducible builds
     add 452916b  Revert "[maven-release-plugin] prepare for next development iteration"
     add a0bbf43  Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-0.9.7-rc2"
     add a19c098  [maven-release-plugin] prepare release org.apache.royale.compiler-0.9.7-rc2
     add a1dd6fd  [maven-release-plugin] prepare for next development iteration
     add 1fa55b7  Revert "[maven-release-plugin] prepare for next development iteration"
     add db252b4  Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-0.9.7-rc2"
     add 9a2b1d9  Initial update of release notes for 0.9.7
     add aaba099  release-notes: added all work lines for this 0.9.7 release (was commited in develop my mistake)
     add 1b8f24a  Update compiler build tools version
     add 10bd819  update release notes for 0.9.7
     add 9fdb14f  add CONTRIBUTORS frist draft
     add fc898e0  move names to Contributors.  Add all Contributors according to GitHub in GitHub ID alpha-order
     add 6fb62b1  another attempt at setting Zip timestamps
     add 9da4a2f  use java 8 time apis
     add 85b765c  [maven-release-plugin] prepare release org.apache.royale.compiler-0.9.7-rc2
     add f6859a1  [maven-release-plugin] prepare for next development iteration
     add bd1f533  Revert "[maven-release-plugin] prepare for next development iteration"
     add f6811eb  Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-0.9.7-rc2"
     add 28e3583  fix spelling
     add ce1c52b  try to fix differences in createjs and js where params without jsdoc had  appended to the name and the n could be different
     add af57065  [maven-release-plugin] prepare release org.apache.royale.compiler-0.9.7-rc2
     add 9189550  [maven-release-plugin] prepare for next development iteration
     add 9cc7750  Revert "[maven-release-plugin] prepare for next development iteration"
     add e1f41bd  Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-0.9.7-rc2"
     add ff907cf  [maven-release-plugin] prepare release org.apache.royale.compiler-0.9.7-rc3
     add 16513b2  [maven-release-plugin] prepare for next development iteration
     add fdcd58a  Make sure we don't loop through modules when uploading
     add be52c42  need these files in Ant packages for Maven
     add bb8e908  shouldn't need this anymore
     add d9c660d  update maven instructions
     add 9dddbf5  update binary licenses
     add a4a68e5  Revert "[maven-release-plugin] prepare for next development iteration"
     add e75d42b  Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-0.9.7-rc3"
     add d71ccac  [maven-release-plugin] prepare release org.apache.royale.compiler-0.9.7-rc4
     add f189305  [maven-release-plugin] prepare for next development iteration
     add 92b375f  Fix an issue with invalid code-gen of certain XML literals with 'binding-like' value injections at construction
     add 2b59bd9  [maven-release-plugin] prepare release org.apache.royale.compiler-0.9.7-rc5
     add bd6f8e0  [maven-release-plugin] prepare for next development iteration
     add c40319c  Revert "[maven-release-plugin] prepare for next development iteration"
     add 321fce7  Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-0.9.7-rc5"
     add 03d1fc1  Revert "[maven-release-plugin] prepare for next development iteration"
     add bf35f18  Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-0.9.7-rc4"
     add 6f4ae03  Update Copyright year
     add 1c4bea5  [maven-release-plugin] prepare release org.apache.royale.compiler-0.9.7-rc5
     add 8c041ed  [maven-release-plugin] prepare for next development iteration
     add 46f772c  update version to 0.9.8
     new cb036f2  Merge branch 'release/0.9.7' into develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CONTRIBUTORS.md                                    |  22 +++-
 Jenkinsfile                                        |   7 -
 LICENSE.bin                                        |  91 +++++++++++++
 NOTICE                                             |   2 +-
 NOTICE.base                                        |   2 +-
 NOTICE.fdb                                         |   2 +-
 NOTICE.oem                                         |   2 +-
 README                                             |   5 -
 RELEASE_NOTES.md                                   |   7 +
 build.properties                                   |   4 +-
 build.xml                                          |   1 +
 compiler-common/pom.xml                            |  39 +++---
 compiler-externc/pom.xml                           |  45 ++++---
 .../codegen/typedefs/reference/BaseReference.java  |   7 +-
 .../codegen/typedefs/reference/ClassReference.java |   9 +-
 .../codegen/typedefs/utils/FunctionUtils.java      |   6 +-
 compiler-jx/pom.xml                                |  39 +++---
 .../apache/royale/compiler/clients/COMPJSC.java    |  55 ++++----
 .../royale/compiler/clients/COMPJSCRoyale.java     |  99 ++++-----------
 compiler-test-utils/pom.xml                        |  39 +++---
 compiler/pom.xml                                   |  79 ++++++------
 .../java/org/apache/royale/swc/io/SWCWriter.java   |  30 ++---
 debugger/pom.xml                                   |  45 ++++---
 flex-compiler-oem/pom.xml                          |  39 +++---
 pom.xml                                            | 141 ++++++++++-----------
 releasesteps.xml                                   |   1 +
 royale-ant-tasks/pom.xml                           |  39 +++---
 royale-maven-plugin/pom.xml                        |  37 +++---
 royaleunit-ant-tasks/pom.xml                       |  39 +++---
 swfutils/pom.xml                                   |  39 +++---
 30 files changed, 515 insertions(+), 457 deletions(-)


[royale-compiler] 01/01: Merge branch 'release/0.9.7' into develop

Posted by yi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git

commit cb036f2efdf263a26c5403f0ec0ec77f6343185e
Merge: 9aeb984 46f772c
Author: DESKTOP-RH4S838\Yishay <yi...@hotmail.com>
AuthorDate: Thu May 14 08:55:45 2020 +0300

    Merge branch 'release/0.9.7' into develop

 CONTRIBUTORS.md                                    |  22 +++-
 Jenkinsfile                                        |   7 -
 LICENSE.bin                                        |  91 +++++++++++++
 NOTICE                                             |   2 +-
 NOTICE.base                                        |   2 +-
 NOTICE.fdb                                         |   2 +-
 NOTICE.oem                                         |   2 +-
 README                                             |   5 -
 RELEASE_NOTES.md                                   |   7 +
 build.properties                                   |   4 +-
 build.xml                                          |   1 +
 compiler-common/pom.xml                            |  39 +++---
 compiler-externc/pom.xml                           |  45 ++++---
 .../codegen/typedefs/reference/BaseReference.java  |   7 +-
 .../codegen/typedefs/reference/ClassReference.java |   9 +-
 .../codegen/typedefs/utils/FunctionUtils.java      |   6 +-
 compiler-jx/pom.xml                                |  39 +++---
 .../apache/royale/compiler/clients/COMPJSC.java    |  55 ++++----
 .../royale/compiler/clients/COMPJSCRoyale.java     |  99 ++++-----------
 compiler-test-utils/pom.xml                        |  39 +++---
 compiler/pom.xml                                   |  79 ++++++------
 .../java/org/apache/royale/swc/io/SWCWriter.java   |  30 ++---
 debugger/pom.xml                                   |  45 ++++---
 flex-compiler-oem/pom.xml                          |  39 +++---
 pom.xml                                            | 141 ++++++++++-----------
 releasesteps.xml                                   |   1 +
 royale-ant-tasks/pom.xml                           |  39 +++---
 royale-maven-plugin/pom.xml                        |  37 +++---
 royaleunit-ant-tasks/pom.xml                       |  39 +++---
 swfutils/pom.xml                                   |  39 +++---
 30 files changed, 515 insertions(+), 457 deletions(-)