summaryrefslogtreecommitdiff
path: root/erts
diff options
context:
space:
mode:
authorHans Nilsson <hans@erlang.org>2021-04-06 09:58:49 +0200
committerHans Nilsson <hans@erlang.org>2021-04-06 09:58:49 +0200
commit3f24be9694fcf599b86338be9149d2c5a197f390 (patch)
treed27142d24a1fbed5a092f7c93d4bcc497037569f /erts
parentd7bc7a362db19fe388a62cc61464bee43df26201 (diff)
parent53d2a7d511081d961df9ff497494feef43ca9674 (diff)
downloaderlang-3f24be9694fcf599b86338be9149d2c5a197f390.tar.gz
Merge branch 'maint'
* maint: Updated OTP version Prepare release
Diffstat (limited to 'erts')
-rw-r--r--erts/doc/src/notes.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index 497bb6737c..de11e50ec2 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -1369,6 +1369,50 @@
</section>
+<section><title>Erts 10.7.2.9</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fixed a bug in the timer implementation which could cause
+ timers that were set to more than 37.25 hours in the
+ future to be delayed. This could occur if there were
+ multiple timers scheduled to be triggered very close in
+ time, but still at different times, and the scheduler
+ thread handling the timers was not able to handle them
+ quickly enough. Delayed timers were in this case
+ triggered when another unrelated timer was triggered.</p>
+ <p>
+ Own Id: OTP-17253</p>
+ </item>
+ <item>
+ <p>
+ Fix bug in call_time tracing (used by eprof) that could
+ cause VM crash. Bug exists since OTP-22.2 (but not in
+ OTP-23).</p>
+ <p>
+ Own Id: OTP-17290 Aux Id: GH-4635 </p>
+ </item>
+ </list>
+ </section>
+
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Fix a file descriptor leak when using sendfile and the
+ remote side closes the connection. This bug has been
+ present since OTP-21.0.</p>
+ <p>
+ Own Id: OTP-17244</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 10.7.2.8</title>
<section><title>Fixed Bugs and Malfunctions</title>