summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2020-05-20 09:57:36 +0200
committerErlang/OTP <otp@erlang.org>2020-05-20 09:57:36 +0200
commit06c12519f6b78d1ae717ce5542572ded7db9e8be (patch)
tree0a70f6114f03acfd96f34683e65eef107ce575f0
parent0e23332c348eeabf92a4ea716eb99515c8cd4ea9 (diff)
downloaderlang-06c12519f6b78d1ae717ce5542572ded7db9e8be.tar.gz
Prepare release
-rw-r--r--erts/doc/src/notes.xml33
-rw-r--r--erts/vsn.mk2
-rw-r--r--lib/compiler/doc/src/notes.xml23
-rw-r--r--lib/compiler/vsn.mk2
-rw-r--r--make/otp_version_tickets205
5 files changed, 63 insertions, 202 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index 698d044bfb..21d06523c5 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -31,6 +31,39 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>
+<section><title>Erts 11.0.1</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ The functionality utilized by BIFs for temporary
+ disabling of garbage collection while yielding could
+ cause system task queues to become inconsistent on a
+ process executing such a BIF. Process system tasks are
+ for example utilized when purging code, garbage
+ collecting literal data, and when issuing an ordinary
+ garbage collection from another process.</p>
+ <p>
+ The bug does not trigger frequently. Multiple code purges
+ in direct sequence makes it more likely that this bug is
+ triggered. In the cases observed, this has resulted in a
+ hanging code purge operation.</p>
+ <p>
+ Own Id: OTP-16639 Aux Id: ERL-1236 </p>
+ </item>
+ <item>
+ <p>
+ SCTP and UDP recv/2,3 hangs indefinitely if socket is
+ closed while recv is called (socket in passive mode).</p>
+ <p>
+ Own Id: OTP-16654 Aux Id: ERL-1242 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 11.0</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/erts/vsn.mk b/erts/vsn.mk
index 75d621458e..1f9796c5cd 100644
--- a/erts/vsn.mk
+++ b/erts/vsn.mk
@@ -18,7 +18,7 @@
# %CopyrightEnd%
#
-VSN = 11.0
+VSN = 11.0.1
# Port number 4365 in 4.2
# Port number 4366 in 4.3
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml
index d460de2bcd..a37ac251de 100644
--- a/lib/compiler/doc/src/notes.xml
+++ b/lib/compiler/doc/src/notes.xml
@@ -32,6 +32,29 @@
<p>This document describes the changes made to the Compiler
application.</p>
+<section><title>Compiler 7.6.1</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ In rare circumstances, a guard using 'not' could evaluate
+ to the wrong boolean value.</p>
+ <p>
+ Own Id: OTP-16652 Aux Id: ERL-1246 </p>
+ </item>
+ <item>
+ <p>A guard expression that referenced a variable bound to
+ a boolean expression could evaluate to the wrong
+ value.</p>
+ <p>
+ Own Id: OTP-16657 Aux Id: ERL-1253 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Compiler 7.6</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/compiler/vsn.mk b/lib/compiler/vsn.mk
index 9a2f1d1919..e167c63a7d 100644
--- a/lib/compiler/vsn.mk
+++ b/lib/compiler/vsn.mk
@@ -1 +1 @@
-COMPILER_VSN = 7.6
+COMPILER_VSN = 7.6.1
diff --git a/make/otp_version_tickets b/make/otp_version_tickets
index 055b8075da..1c9a3e3bb9 100644
--- a/make/otp_version_tickets
+++ b/make/otp_version_tickets
@@ -1,201 +1,6 @@
-OTP-10278
-OTP-11688
-OTP-13450
-OTP-13812
-OTP-14708
-OTP-14734
-OTP-14790
-OTP-15077
-OTP-15232
-OTP-15247
-OTP-15251
-OTP-15299
-OTP-15434
-OTP-15517
-OTP-15589
-OTP-15603
-OTP-15618
-OTP-15695
-OTP-15744
-OTP-15792
-OTP-15800
-OTP-15812
-OTP-15835
-OTP-15837
-OTP-15840
-OTP-15842
-OTP-15866
-OTP-15868
-OTP-15892
-OTP-15896
-OTP-15914
-OTP-15915
-OTP-15925
-OTP-15948
-OTP-15950
-OTP-15956
-OTP-15967
-OTP-15995
-OTP-15998
-OTP-15999
-OTP-16005
-OTP-16007
-OTP-16008
-OTP-16014
-OTP-16026
-OTP-16029
-OTP-16055
-OTP-16072
-OTP-16073
-OTP-16105
-OTP-16110
-OTP-16112
-OTP-16120
-OTP-16127
-OTP-16128
-OTP-16148
-OTP-16155
-OTP-16160
-OTP-16168
-OTP-16171
-OTP-16189
-OTP-16210
-OTP-16214
-OTP-16215
-OTP-16222
-OTP-16229
-OTP-16232
-OTP-16237
-OTP-16244
-OTP-16250
-OTP-16251
-OTP-16252
-OTP-16260
-OTP-16264
-OTP-16270
-OTP-16273
-OTP-16275
-OTP-16276
-OTP-16283
-OTP-16284
-OTP-16289
-OTP-16312
-OTP-16327
-OTP-16328
-OTP-16329
-OTP-16345
-OTP-16346
-OTP-16347
-OTP-16362
-OTP-16363
-OTP-16367
-OTP-16368
-OTP-16369
-OTP-16370
-OTP-16386
-OTP-16389
-OTP-16391
-OTP-16394
-OTP-16395
-OTP-16398
-OTP-16400
-OTP-16402
-OTP-16406
-OTP-16407
-OTP-16408
-OTP-16419
-OTP-16429
-OTP-16431
-OTP-16432
-OTP-16453
-OTP-16454
-OTP-16455
-OTP-16463
-OTP-16469
-OTP-16470
-OTP-16474
-OTP-16478
-OTP-16480
-OTP-16482
-OTP-16483
-OTP-16484
-OTP-16487
-OTP-16489
-OTP-16490
-OTP-16492
-OTP-16494
-OTP-16495
-OTP-16496
-OTP-16497
-OTP-16499
-OTP-16500
-OTP-16501
-OTP-16502
-OTP-16503
-OTP-16504
-OTP-16505
-OTP-16506
-OTP-16508
-OTP-16509
-OTP-16510
-OTP-16511
-OTP-16512
-OTP-16513
-OTP-16516
-OTP-16519
-OTP-16521
-OTP-16523
-OTP-16530
-OTP-16531
-OTP-16532
-OTP-16533
-OTP-16534
-OTP-16535
-OTP-16540
-OTP-16541
-OTP-16543
-OTP-16544
-OTP-16545
-OTP-16547
-OTP-16549
-OTP-16550
-OTP-16551
-OTP-16552
-OTP-16554
-OTP-16557
-OTP-16561
-OTP-16562
-OTP-16563
-OTP-16570
-OTP-16571
-OTP-16573
-OTP-16576
-OTP-16579
-OTP-16583
-OTP-16584
-OTP-16585
-OTP-16589
-OTP-16594
-OTP-16596
-OTP-16597
-OTP-16598
-OTP-16601
-OTP-16602
-OTP-16603
-OTP-16604
+OTP-16582
OTP-16607
-OTP-16615
-OTP-16616
-OTP-16617
-OTP-16620
-OTP-16622
-OTP-16623
-OTP-16624
-OTP-16626
-OTP-16627
-OTP-16630
-OTP-16632
-OTP-16633
-OTP-16634
-OTP-16635
-OTP-16638
+OTP-16639
+OTP-16652
+OTP-16654
+OTP-16657