From 5ef78e1797d6adf5875d21ccdd09859d1466bd1b Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Thu, 14 Oct 2010 17:16:45 +0200 Subject: Add vts.tool to priv exports for unix --- lib/common_test/priv/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/common_test/priv/Makefile.in b/lib/common_test/priv/Makefile.in index 6372bbc8d5..a6ac0f1a02 100644 --- a/lib/common_test/priv/Makefile.in +++ b/lib/common_test/priv/Makefile.in @@ -56,8 +56,8 @@ ifneq ($(findstring win32,$(TARGET)),win32) # # Files # -FILES = -SCRIPTS = +FILES = vts.tool +SCRIPTS = IMAGES = tile1.jpg # -- cgit v1.2.3 From 0de086094e295119dafa14eb3b02884a538fedcc Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 21 Oct 2010 14:57:30 +0200 Subject: Prepare release --- lib/common_test/doc/src/notes.xml | 16 ++++++++++++++++ lib/common_test/vsn.mk | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index af9dbfa9ec..7dbe541d00 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -32,6 +32,22 @@ notes.xml +
Common_Test 1.5.1.1 + +
Fixed Bugs and Malfunctions + + +

+ Added vts.tool file to common_test so that vts shows up + in webtool

+

+ Own Id: OTP-8894

+
+
+
+ +
+
Common_Test 1.5.1
Fixed Bugs and Malfunctions diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk index 413ef21df3..204ae6079a 100644 --- a/lib/common_test/vsn.mk +++ b/lib/common_test/vsn.mk @@ -1,3 +1,3 @@ -COMMON_TEST_VSN = 1.5.1 +COMMON_TEST_VSN = 1.5.1.1 -- cgit v1.2.3