diff options
author | Hans Nilsson <[email protected]> | 2019-01-03 16:34:28 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2019-01-03 16:34:28 +0100 |
commit | 9d5806b9215b733fdaa44c8be3c53fbdf3e8f7b0 (patch) | |
tree | 32bcf5d3c9731b692889e205c59f4d97074ed902 /erts | |
parent | 06f43998fd9dcc5afec0cfb13bb60549fe20d663 (diff) | |
parent | 13f956c27a25b726b0cc297740d1f14bf854567f (diff) | |
download | otp-9d5806b9215b733fdaa44c8be3c53fbdf3e8f7b0.tar.gz otp-9d5806b9215b733fdaa44c8be3c53fbdf3e8f7b0.tar.bz2 otp-9d5806b9215b733fdaa44c8be3c53fbdf3e8f7b0.zip |
Merge branch 'maint-20' into maint
* maint-20:
Updated OTP version
Prepare release
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/notes.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index f5fe9721c0..537d8a9821 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -1625,6 +1625,26 @@ </section> +<section><title>Erts 9.3.3.7</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed bug in operator <c>band</c> of two negative + operands causing erroneous result if the absolute value + of one of the operands have the lowest <c>N*W</c> bits as + zero and the other absolute value is not larger than + <c>N*W</c> bits. <c>N</c> is an integer of 1 or larger + and <c>W</c> is 32 or 64 depending on word size.</p> + <p> + Own Id: OTP-15487 Aux Id: ERL-804 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 9.3.3.6</title> <section><title>Improvements and New Features</title> |