summaryrefslogtreecommitdiff
path: root/lib/common_test
diff options
context:
space:
mode:
authorHenrik Nord <henrik@erlang.org>2020-04-22 09:27:45 +0200
committerHenrik Nord <henrik@erlang.org>2020-04-22 09:27:45 +0200
commit9a6e292336cb36561f9a993f86ddee363f1d0850 (patch)
tree1892d776510cb103e9f66b7af07b9d5f8056c155 /lib/common_test
parentda82f4d35e481727a78d7a4e86b5c85553780304 (diff)
downloaderlang-9a6e292336cb36561f9a993f86ddee363f1d0850.tar.gz
Revert "Prepare release"
This reverts commit eee1f3aba92b5a741eabfa1cb6eca0632562777a.
Diffstat (limited to 'lib/common_test')
-rw-r--r--lib/common_test/doc/src/notes.xml38
-rw-r--r--lib/common_test/vsn.mk2
2 files changed, 1 insertions, 39 deletions
diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml
index 9545d8352e..70653c0711 100644
--- a/lib/common_test/doc/src/notes.xml
+++ b/lib/common_test/doc/src/notes.xml
@@ -33,44 +33,6 @@
<file>notes.xml</file>
</header>
-<section><title>Common_Test 1.19</title>
-
- <section><title>Improvements and New Features</title>
- <list>
- <item>
- <p>
- The function <c>ct_property_test:init_tool/1</c> is added
- for the cases when the user does not want
- ct_property_test to compile properties. init_tool/1 can
- be used to set the property_test_tool config value.</p>
- <p>
- Own Id: OTP-16029 Aux Id: PR-2145 </p>
- </item>
- <item>
- <p>
- The built-in Common Test Hook, <c>cth_log_redirect</c>,
- has been updated to use the system <c>default</c> Logger
- handler's configuration instead of its own. See the
- section on <seeguide
- marker="common_test:ct_hooks_chapter#built-in-cths">Built-in
- Hooks</seeguide> in the Common Test User's Guide.</p>
- <p>
- Own Id: OTP-16273</p>
- </item>
- <item>
- <p>
- Calls of deprecated functions in the <seeguide
- marker="crypto:new_api#the-old-api">Old Crypto
- API</seeguide> are replaced by calls of their <seeguide
- marker="crypto:new_api#the-new-api">substitutions</seeguide>.</p>
- <p>
- Own Id: OTP-16346</p>
- </item>
- </list>
- </section>
-
-</section>
-
<section><title>Common_Test 1.18.2</title>
<section><title>Improvements and New Features</title>
diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk
index b5fa287e1f..1e6991d73a 100644
--- a/lib/common_test/vsn.mk
+++ b/lib/common_test/vsn.mk
@@ -1 +1 @@
-COMMON_TEST_VSN = 1.19
+COMMON_TEST_VSN = 1.18.2