You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by gr...@apache.org on 2021/08/22 21:31:53 UTC

[royale-compiler] branch develop updated (b35629b -> bf2047c)

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

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


    from b35629b  [maven-release-plugin] prepare for next development iteration
     new 744a76b  minor change to release notes for 0.9.8
     new bf2047c  make sure we include compiler release notes in staging

The 2 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:
 RELEASE_NOTES.md | 5 +++--
 build.xml        | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

[royale-compiler] 01/02: minor change to release notes for 0.9.8

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

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

commit 744a76bc15a52e7348d5fba524536d3fbc485bba
Author: greg-dove <gr...@gmail.com>
AuthorDate: Mon Aug 23 09:23:23 2021 +1200

    minor change to release notes for 0.9.8
---
 RELEASE_NOTES.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 6b92d5f..8e829b6 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,3 +1,4 @@
+For additional information on recent issues that have been closed, see [Github Issues List](https://github.com/apache/royale-compiler/issues?q=is%3Aissue+is%3Aclosed)
 
 Apache Royale Compiler 0.9.8
 =================
@@ -6,6 +7,7 @@ Apache Royale Compiler 0.9.8
 - Fixed issue where unrecognized characters in .mxml files were sometimes ignored, and now an error is reported.
 - Fixed some missing syntax checks for bindable variables that should have been the same as non-bindable variables. This may produce some new errors that weren't there before (such as duplicate variable names), but they should have been.
 - Fixed issue where a type annotation referencing a class with a private constructor was not correctly resolved.
+- Improvements/Fixes in Binding support, added support for binding inheritance, similar to Flex.
 - (JS) Source map debugging paths of SDK classes are updated to allow breakpoints in the original .as or .mxml files in the SDK when debugging in a browser or IDE.
 - (JS) Added source-map-source-root compiler option to optionally customize the source root of source maps.
 - (JS) No longer generates @export annotations for exported symbols in debug builds. Exports are smartly generated when creating a release build, and if they are disabled, they will be omitted from framework classes now too. This can help reduce the size of a release build.
@@ -52,8 +54,7 @@ Apache Royale Compiler 0.9.7
  - (JS) Fix "missing var keyword" warning from Closure compiler for type definitions.
  - (SWF/JS) Fix missing error for calling a getter as a function (similar to attempting to call a variable as a function) when it is the wrong type.
  - (JS) Fix missing . in generated JS when using static getter/setter in a custom namespace.
-
- For additional information on recent issues that have been closed, see [Github Issues List](https://github.com/apache/royale-compiler/issues?q=is%3Aissue+is%3Aclosed)
+ 
 
 Apache Royale Compiler 0.9.6
 =================

[royale-compiler] 02/02: make sure we include compiler release notes in staging

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

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

commit bf2047ca0c52a68363ed89f2171ea22bc8889cbe
Author: greg-dove <gr...@gmail.com>
AuthorDate: Mon Aug 23 09:24:29 2021 +1200

    make sure we include compiler release notes in staging
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 4a17a34..4f9086f 100644
--- a/build.xml
+++ b/build.xml
@@ -274,7 +274,7 @@
                 <include name="NOTICE.base"/>
                 <include name="NOTICE.fdb"/>
                 <include name="NOTICE.oem"/>
-                <include name="RELEASE_NOTES"/>
+                <include name="RELEASE_NOTES.md"/>
                 <include name="installer.xml"/>
                 <include name="installer.properties/**"/>
                 <include name="pom.xml"/>