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-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 84ecdfe76f Release notes and notices should have updated year
new b35252512c Merge branch 'develop' of
https://github.com/apache/royale-asjs into develop
84ecdfe76f is described below
commit 84ecdfe76f0de74068e8d3142bb35c7627e987b5
Author: Yishay Weiss <[email protected]>
AuthorDate: Mon Oct 28 14:10:34 2024 +0000
Release notes and notices should have updated year
---
NOTICE | 2 +-
RELEASE_NOTES.md | 2 +-
releasemgr/NOTICE | 2 +-
releasemgr/RELEASE_NOTES | 10 ++++++++++
4 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/NOTICE b/NOTICE
index d817099af9..49f1751e50 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
Apache Royale
-Copyright 2023 The Apache Software Foundation
+Copyright 2024 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index fb0b666977..2b847ce23c 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,4 +1,4 @@
-Apache Royale 0.9.11
+Apache Royale 0.9.12
====================
- MXRoyaleBase
diff --git a/releasemgr/NOTICE b/releasemgr/NOTICE
index eaa73a02bd..21d700ebf1 100644
--- a/releasemgr/NOTICE
+++ b/releasemgr/NOTICE
@@ -1,5 +1,5 @@
Apache Royale
-Copyright 2023 The Apache Software Foundation
+Copyright 2024 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/releasemgr/RELEASE_NOTES b/releasemgr/RELEASE_NOTES
index 714533f381..8be679c20f 100644
--- a/releasemgr/RELEASE_NOTES
+++ b/releasemgr/RELEASE_NOTES
@@ -1,3 +1,13 @@
+Apache Royale 0.9.12
+====================
+
+- MXRoyaleBase
+ - Added missing `mx.messaging.Producer` to MXML manifest.
+ - Ensure that `SecureHTTPChannel`, `AMFChannel`, and `SecureAMFChannel` are
included in SWC.
+
+- Fixed broken download locations for _playerglobal.swc_ and Adobe AIR SDK in
_InstallAdobeSDKs.xml_ script.
+- Compiler and command line tools now require Java 11 or newer to run.
+
Apache Royale 0.9.10
====================