summaryrefslogtreecommitdiff
path: root/erts
diff options
context:
space:
mode:
authorKiko Fernandez-Reyes <kiko@erix.ericsson.se>2022-12-27 13:10:14 +0100
committerKiko Fernandez-Reyes <kiko@erix.ericsson.se>2022-12-27 13:10:14 +0100
commit0649c7ad00427b28d22a76ed81f0830c2e94eadd (patch)
treec5e2f7efa8e8588bf7a0737a36fdef686516e613 /erts
parent03ab141702de332c9e7f3b7ae6cd76d0463e70b6 (diff)
parent6edaed6e23779057965231abd4e4b0421d566ec7 (diff)
downloaderlang-0649c7ad00427b28d22a76ed81f0830c2e94eadd.tar.gz
Merge branch 'maint-24' into maint
* maint-24: Updated OTP version Prepare release Update copyright year
Diffstat (limited to 'erts')
-rw-r--r--erts/doc/src/notes.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index 5741df8567..b92a1bce73 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -1159,6 +1159,43 @@
</section>
+<section><title>Erts 12.3.2.7</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Spec for function net:if_names/0 incorrect</p>
+ <p>
+ Own Id: OTP-18296 Aux Id: OTP-16464 </p>
+ </item>
+ <item>
+ <p>
+ Fix bug in <c>binary_to_term</c> decoding a binary term
+ 2Gbyte or larger.</p>
+ <p>
+ Own Id: OTP-18306 Aux Id: GH-6393, PR-6401 </p>
+ </item>
+ <item>
+ <p>
+ Fix <c>list_to_atom/1</c> for negative code points. Could
+ either return with a positive code point or fail with an
+ incorrect exception.</p>
+ <p>
+ Own Id: OTP-18321</p>
+ </item>
+ <item>
+ <p>
+ Fix bug in <c>binary_to_term</c> decoding a list of
+ length 1G or longer.</p>
+ <p>
+ Own Id: OTP-18328 Aux Id: GH-6439, PR-6440 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 12.3.2.6</title>
<section><title>Fixed Bugs and Malfunctions</title>