diff options
author | Erlang/OTP <[email protected]> | 2015-12-15 09:45:27 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-12-15 09:45:27 +0100 |
commit | f4a0ae1736216feac5ae053610644bba2e12ed34 (patch) | |
tree | 312fb3dcbbc8fde8518b04abfacd1cb1fc5b8605 /lib/test_server | |
parent | 4586435cd4ca0d3ad3aedd60f462aed8da589460 (diff) | |
download | otp-f4a0ae1736216feac5ae053610644bba2e12ed34.tar.gz otp-f4a0ae1736216feac5ae053610644bba2e12ed34.tar.bz2 otp-f4a0ae1736216feac5ae053610644bba2e12ed34.zip |
Update release notes
Diffstat (limited to 'lib/test_server')
-rw-r--r-- | lib/test_server/doc/src/notes.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lib/test_server/doc/src/notes.xml b/lib/test_server/doc/src/notes.xml index da956de9ef..b48bda94d0 100644 --- a/lib/test_server/doc/src/notes.xml +++ b/lib/test_server/doc/src/notes.xml @@ -33,6 +33,35 @@ <file>notes.xml</file> </header> +<section><title>Test_Server 3.9.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + When generating Makefile from Makefile.src, + ts_lib:get_arg/4 earlier removed all spaces in the + extracted argument. The code was probably meant for + removing leading and trailing spaces only, and is now + corrected to do so.</p> + <p> + Own Id: OTP-13015</p> + </item> + <item> + <p> + With the Common Test 'create_priv_dir' start option set + to 'auto_per_tc', the name of the priv directory for a + configuration function could clash with the name of the + priv directory for a test case, which would cause Test + Server failure. This error has been corrected.</p> + <p> + Own Id: OTP-13181</p> + </item> + </list> + </section> + +</section> + <section><title>Test_Server 3.9</title> <section><title>Fixed Bugs and Malfunctions</title> |