diff options
author | Erlang/OTP <[email protected]> | 2016-02-18 12:32:35 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-02-18 12:32:35 +0100 |
commit | 5615f7f36f9c3a7e7f7307ade2c3830c83071d0c (patch) | |
tree | b75632394ea1e3aef94a25335711a17663c995bf /lib/common_test/doc | |
parent | f849d89c3981cb464838fded797901a12272f8af (diff) | |
download | otp-5615f7f36f9c3a7e7f7307ade2c3830c83071d0c.tar.gz otp-5615f7f36f9c3a7e7f7307ade2c3830c83071d0c.tar.bz2 otp-5615f7f36f9c3a7e7f7307ade2c3830c83071d0c.zip |
Prepare release
Diffstat (limited to 'lib/common_test/doc')
-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 9906db2c90..57a8c6c9e2 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.11.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + If a ssh package contained more than one netconf end tag, + then the second end tag was never detected in + ct_netconfc:handle_data. Instead it was included in the + XML data given to the xmerl parser, which then failed. + The problem was introduced by OTP-13007, and has now been + corrected.</p> + <p> + Own Id: OTP-13323</p> + </item> + </list> + </section> + +</section> + <section><title>Common_Test 1.11.1</title> <section><title>Fixed Bugs and Malfunctions</title> |