summaryrefslogtreecommitdiff
path: root/erts/doc/src/notes.xml
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2022-06-07 19:07:51 +0200
committerErlang/OTP <otp@erlang.org>2022-06-07 19:07:51 +0200
commitc49aa42478620cd07d530610e256d93bad933d17 (patch)
tree3e7a00cee15f76850218ce667dc9b12c8fc0e31a /erts/doc/src/notes.xml
parentdb968dbe012075bce7053174252fc9fc18890473 (diff)
downloaderlang-c49aa42478620cd07d530610e256d93bad933d17.tar.gz
Prepare release
Diffstat (limited to 'erts/doc/src/notes.xml')
-rw-r--r--erts/doc/src/notes.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index 8363f2b647..d63ecb8ead 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -31,6 +31,34 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>
+<section><title>Erts 12.3.2.1</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Accept funs (NEW_FUN_EXT) with incorrectly encoded size
+ field. This is a workaround for a bug (OTP-18104)
+ existing in OTP 23 and 24 that could cause incorrect size
+ fields in certain cases. The emulator does not use the
+ decoded size field, but <c>erl_interface</c> still does
+ and is not helped by this workaround.</p>
+ <p>
+ Own Id: OTP-18093 Aux Id: OTP-18104, PR-5987 </p>
+ </item>
+ <item>
+ <p>
+ The zlib built in to the runtime system has been updated
+ to version 1.2.12. (Note that on most platforms, the
+ platform's own zlib is used.)</p>
+ <p>
+ Own Id: OTP-18123 Aux Id: GH-5994 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 12.3.2</title>
<section><title>Fixed Bugs and Malfunctions</title>