aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2017-04-28 15:11:32 +0200
committerErlang/OTP <[email protected]>2017-04-28 15:11:32 +0200
commit4f7a9573f96171fd0e07bfac049b2f7e679818c9 (patch)
tree2fedeb67f364fff89700b04bfc496161f09aba02
parentb491444c4a2458f847e088b326beae48dcea93ff (diff)
parentcc664a58fe3d901b2698f169df62511cf06ee745 (diff)
downloadotp-4f7a9573f96171fd0e07bfac049b2f7e679818c9.tar.gz
otp-4f7a9573f96171fd0e07bfac049b2f7e679818c9.tar.bz2
otp-4f7a9573f96171fd0e07bfac049b2f7e679818c9.zip
Merge branch 'rickard/relnote-fix/OTP-14363' into maint-19
* rickard/relnote-fix/OTP-14363: Fix release note for OTP-14290
-rw-r--r--erts/doc/src/notes.xml20
1 files changed, 7 insertions, 13 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index 5d21b8fda4..27a369660c 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -56,19 +56,6 @@
<list>
<item>
<p>
- Trying to open a directory with file:read_file/1 on Unix
- leaked a file descriptor. This bug has now been fixed.</p>
- <p>
- Own Id: OTP-14308 Aux Id: ERL-383 </p>
- </item>
- </list>
- </section>
-
-
- <section><title>Known Bugs and Problems</title>
- <list>
- <item>
- <p>
Invoking <c>init:stop/0</c> via the SIGTERM signal, in a
non-SMP BEAM, could cause BEAM to terminate with fatal
error. This has now been fixed and the BEAM will
@@ -76,6 +63,13 @@
<p>
Own Id: OTP-14290</p>
</item>
+ <item>
+ <p>
+ Trying to open a directory with file:read_file/1 on Unix
+ leaked a file descriptor. This bug has now been fixed.</p>
+ <p>
+ Own Id: OTP-14308 Aux Id: ERL-383 </p>
+ </item>
</list>
</section>