diff options
author | John Högberg <[email protected]> | 2017-07-04 10:45:51 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2017-07-04 10:45:51 +0200 |
commit | 4acf549207503d7c80cfbd9f0958aafd10da07d0 (patch) | |
tree | bbe950aa6dd6d4ac264af149571ebf8113c77135 /lib/common_test/doc/src/notes.xml | |
parent | f07821b47f8dcf69be22277e316167491a2ef295 (diff) | |
parent | a01de6873844ba510084090abec734c4166d71fa (diff) | |
download | otp-4acf549207503d7c80cfbd9f0958aafd10da07d0.tar.gz otp-4acf549207503d7c80cfbd9f0958aafd10da07d0.tar.bz2 otp-4acf549207503d7c80cfbd9f0958aafd10da07d0.zip |
Merge branch 'maint-20' into maint
* maint-20:
Updated OTP version
Update release notes
Update version numbers
erts: Fix bug in quick alloc
Fix old length usage in string
stdlib: Fix bug in proc_lib
Support arbitrary crash report in proc_lib.
Diffstat (limited to 'lib/common_test/doc/src/notes.xml')
-rw-r--r-- | lib/common_test/doc/src/notes.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index 28b2d44168..37a1846160 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -33,6 +33,26 @@ <file>notes.xml</file> </header> +<section><title>Common_Test 1.15.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + In OTP-20.0, the behavior of c, make, and ct_make was + changed so that in some cases the beam files by default + would be written to the directory where the source files + were found. This is now changed back to the old behavior + so beam files are by default written to current + directory.</p> + <p> + Own Id: OTP-14489 Aux Id: ERL-438 </p> + </item> + </list> + </section> + +</section> + <section><title>Common_Test 1.15</title> <section><title>Fixed Bugs and Malfunctions</title> |