From 7f3486a5ddc02a366f2945dfd009c4a2697a2b98 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 9 Dec 2014 15:21:47 +0100 Subject: Prepare release --- lib/test_server/doc/src/notes.xml | 41 +++++++++++++++++++++++++++++++++++++++ lib/test_server/vsn.mk | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) (limited to 'lib/test_server') diff --git a/lib/test_server/doc/src/notes.xml b/lib/test_server/doc/src/notes.xml index a801a87725..68dc1fec88 100644 --- a/lib/test_server/doc/src/notes.xml +++ b/lib/test_server/doc/src/notes.xml @@ -32,6 +32,47 @@ notes.xml +
Test_Server 3.7.2 + +
Fixed Bugs and Malfunctions + + +

+ The source code to html code generator in Test Server + (and Common Test) would fail to generate anchors in the + html code for functions with non-expandable macros, + resulting in bad html links to such functions. This + correction lets the code generator ignore macros that + can't be expanded (i.e. not pre-process them), so that + correct anchors will always be produced.

+

+ Own Id: OTP-11766 Aux Id: seq12556

+
+ +

+ Make sure to install .hrl files when needed

+

+ Own Id: OTP-12197

+
+
+
+ + +
Improvements and New Features + + +

+ Distribute autoconf helpers to applications at + build time instead of having multiple identical copies + committed in the repository.

+

+ Own Id: OTP-12348

+
+
+
+ +
+
Test_Server 3.7.1
Fixed Bugs and Malfunctions diff --git a/lib/test_server/vsn.mk b/lib/test_server/vsn.mk index 9e1ac8fd12..18d7583c35 100644 --- a/lib/test_server/vsn.mk +++ b/lib/test_server/vsn.mk @@ -1 +1 @@ -TEST_SERVER_VSN = 3.7.1 +TEST_SERVER_VSN = 3.7.2 -- cgit v1.2.3