aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-27.3.4.README.txt112
2 files changed, 114 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index e15c9ef..944b969 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -21,7 +21,7 @@ OTP-23 := OTP-23.0.4 OTP-23.1.5 OTP-23.2.7.3 OTP-23.3.4.20
OTP-24 := OTP-24.0.6 OTP-24.1.7 OTP-24.2.2 OTP-24.3.4.17
OTP-25 := OTP-25.0.4 OTP-25.1.2.1 OTP-25.2.3 OTP-25.3.2.20
OTP-26 := OTP-26.0.2 OTP-26.1.2 OTP-26.2.5.11
-OTP-27 := OTP-27.0.1 OTP-27.1.3 OTP-27.2.4 OTP-27.3.3
+OTP-27 := OTP-27.0.1 OTP-27.1.3 OTP-27.2.4 OTP-27.3.4
OTP-28 := OTP-28.0-rc4
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) $(OTP-23) $(OTP-24) $(OTP-25) $(OTP-26) $(OTP-27) $(OTP-28)
@@ -127,7 +127,7 @@ OTP-25-DROPPED := OTP-25.0-rc1 OTP-25.0-rc2 OTP-25.0-rc3 OTP-25.0 \
OTP-26-DROPPED := OTP-26.0-rc3 \
OTP-26.0 OTP-26.0.1 OTP-26.1 OTP-26.1.1 OTP-26.2 OTP-26.2.1 OTP-26.2.2 OTP-26.2.3 OTP-26.2.4 OTP-26.2.5 OTP-26.2.5.1 OTP-26.2.5.2 OTP-26.2.5.3 OTP-26.2.5.4 OTP-26.2.5.5 OTP-26.2.5.6 OTP-26.2.5.7 OTP-26.2.5.8 OTP-26.2.5.9 OTP-26.2.5.10
OTP-27-DROPPED := OTP-27.0-rc1 OTP-27.0-rc2 \
- OTP-27.1.2 OTP-27.2 OTP-27.2.1 OTP-27.2.2 OTP-27.2.3 OTP-27.3 OTP-27.3.1 OTP-27.3.2
+ OTP-27.1.2 OTP-27.2 OTP-27.2.1 OTP-27.2.2 OTP-27.2.3 OTP-27.3 OTP-27.3.1 OTP-27.3.2 OTP-27.3.3
OTP-28-DROPPED := OTP-28.0-rc1 OTP-28.0-rc2 OTP-28.0-rc3
OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) \
diff --git a/release-notes/OTP-27.3.4.README.txt b/release-notes/OTP-27.3.4.README.txt
new file mode 100644
index 0000000..a1f21b4
--- /dev/null
+++ b/release-notes/OTP-27.3.4.README.txt
@@ -0,0 +1,112 @@
+Patch Package: OTP 27.3.4
+Git Tag: OTP-27.3.4
+Date: 2025-05-08
+Trouble Report Id: OTP-19577, OTP-19599, OTP-19602, OTP-19605,
+ OTP-19608, OTP-19625
+Seq num: CVE-2025-46712, ERIERL-1220, GH-9707,
+ GH-9720, PR-9696, PR-9724, PR-9753, PR-9765,
+ PR-9767
+System: OTP
+Release: 27
+Application: erts-15.2.7, kernel-10.2.7, ssh-5.2.11,
+ xmerl-2.1.3
+Predecessor: OTP 27.3.3
+
+Check out the git tag OTP-27.3.4, and build a full OTP system including
+documentation. Apply one or more applications from this build as patches to your
+installation using the 'otp_patch_apply' tool. For information on install
+requirements, see descriptions for each application version below.
+
+# erts-15.2.7
+
+The erts-15.2.7 application can be applied independently of other applications
+on a full OTP 27 installation.
+
+## Fixed Bugs and Malfunctions
+
+- Fixed an emulator crash when setting an error_handler module that was not yet
+ loaded.
+
+ Own Id: OTP-19577
+ Related Id(s): ERIERL-1220, PR-9696
+
+- Fixed a rare bug that could cause an emulator crash after unloading a module
+ or erasing a persistent_term.
+
+ Own Id: OTP-19599
+ Related Id(s): PR-9724
+
+> #### Full runtime dependencies of erts-15.2.7
+>
+> kernel-9.0, sasl-3.3, stdlib-4.1
+
+# kernel-10.2.7
+
+Note! The kernel-10.2.7 application _cannot_ be applied independently of other
+applications on an arbitrary OTP 27 installation.
+
+ On a full OTP 27 installation, also the following runtime
+ dependency has to be satisfied:
+ -- erts-15.2.5 (first satisfied in OTP 27.3.2)
+
+## Fixed Bugs and Malfunctions
+
+- With this change, disk_log will not crash when using chunk_step/3 after log
+ size was decreased.
+
+ Own Id: OTP-19605
+ Related Id(s): GH-9720, PR-9765
+
+- With this change, disk_log will not run into infinite loop when using
+ chunk/2,3 after log size was decreased.
+
+ Own Id: OTP-19608
+ Related Id(s): GH-9707, PR-9767
+
+> #### Full runtime dependencies of kernel-10.2.7
+>
+> crypto-5.0, erts-15.2.5, sasl-3.0, stdlib-6.0
+
+# ssh-5.2.11
+
+The ssh-5.2.11 application can be applied independently of other applications on
+a full OTP 27 installation.
+
+## Fixed Bugs and Malfunctions
+
+- Fix KEX strict implementation according to draft-miller-sshm-strict-kex-01
+ document.
+
+ Own Id: OTP-19625
+ Related Id(s): CVE-2025-46712
+
+> #### Full runtime dependencies of ssh-5.2.11
+>
+> crypto-5.0, erts-14.0, kernel-9.0, public_key-1.6.1, runtime_tools-1.15.1,
+> stdlib-5.0, stdlib-6.0
+
+# xmerl-2.1.3
+
+The xmerl-2.1.3 application can be applied independently of other applications
+on a full OTP 27 installation.
+
+## Improvements and New Features
+
+- A new option to discard whitespace before the `xml` tag when reading from a
+ stream has been added to the Xmerl SAX parser.
+
+ - **`{discard_ws_before_xml_document, Boolean}`** - Discard whitespace before
+ `xml` tag instead of returning a fatal error if set to `true` (`false` is
+ default)
+
+ Own Id: OTP-19602
+ Related Id(s): PR-9753
+
+> #### Full runtime dependencies of xmerl-2.1.3
+>
+> erts-6.0, kernel-8.4, stdlib-2.5
+
+# Thanks to
+
+Lý Nhật Tâm
+