diff options
author | Erlang/OTP <[email protected]> | 2011-04-15 14:50:30 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2011-04-15 14:50:30 +0200 |
commit | a34016f35625c77f4487b649f8234b0af3b1bb3b (patch) | |
tree | 9436ad5be7a1d6d4be2085f245e3d3101a451418 /lib | |
parent | 94a980f1342af2c593c700fe429a4d54ac95e555 (diff) | |
download | otp-a34016f35625c77f4487b649f8234b0af3b1bb3b.tar.gz otp-a34016f35625c77f4487b649f8234b0af3b1bb3b.tar.bz2 otp-a34016f35625c77f4487b649f8234b0af3b1bb3b.zip |
Prepare release
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common_test/doc/src/notes.xml | 28 | ||||
-rw-r--r-- | lib/common_test/vsn.mk | 2 | ||||
-rw-r--r-- | lib/test_server/doc/src/notes.xml | 16 | ||||
-rw-r--r-- | lib/test_server/vsn.mk | 2 |
4 files changed, 46 insertions, 2 deletions
diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index fef1222fcb..d6caebc4fe 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -32,6 +32,34 @@ <file>notes.xml</file> </header> +<section><title>Common_Test 1.5.3.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Removes backwards incompatability introduced between + test_server and common_test in R14B02.</p> + <p> + Own Id: OTP-9200 Aux Id: seq11818 </p> + </item> + </list> + </section> + + + <section><title>Known Bugs and Problems</title> + <list> + <item> + <p> + Multiple skip events in test spec suite.</p> + <p> + Own Id: OTP-9054</p> + </item> + </list> + </section> + +</section> + <section><title>Common_Test 1.5.3</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk index 8a4853e070..9ba8e43d8d 100644 --- a/lib/common_test/vsn.mk +++ b/lib/common_test/vsn.mk @@ -1,3 +1,3 @@ -COMMON_TEST_VSN = 1.5.3 +COMMON_TEST_VSN = 1.5.3.1 diff --git a/lib/test_server/doc/src/notes.xml b/lib/test_server/doc/src/notes.xml index 9c62b0fcf6..26b6c5578c 100644 --- a/lib/test_server/doc/src/notes.xml +++ b/lib/test_server/doc/src/notes.xml @@ -32,6 +32,22 @@ <file>notes.xml</file> </header> +<section><title>Test_Server 3.4.3.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Removes backwards incompatability introduced between + test_server and common_test in R14B02.</p> + <p> + Own Id: OTP-9200 Aux Id: seq11818 </p> + </item> + </list> + </section> + +</section> + <section><title>Test_Server 3.4.3</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/test_server/vsn.mk b/lib/test_server/vsn.mk index b7c0987845..a394a3b980 100644 --- a/lib/test_server/vsn.mk +++ b/lib/test_server/vsn.mk @@ -1,2 +1,2 @@ -TEST_SERVER_VSN = 3.4.3 +TEST_SERVER_VSN = 3.4.3.1 |