From 2955ddebc32837b66d9bacb4e925ad0ed0033168 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 23 Jun 2015 10:24:26 +0200 Subject: Prepare release --- lib/et/doc/src/notes.xml | 18 ++++++++++++++++++ lib/et/vsn.mk | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) (limited to 'lib/et') diff --git a/lib/et/doc/src/notes.xml b/lib/et/doc/src/notes.xml index 6b683d6a55..6599025d52 100644 --- a/lib/et/doc/src/notes.xml +++ b/lib/et/doc/src/notes.xml @@ -37,6 +37,24 @@ one section in this document. The title of each section is the version number of Event Tracer (ET).

+
ET 1.5.1 + +
Fixed Bugs and Malfunctions + + +

The et application must continue to use + erlang:now/0 in order to obtain timestamps that + are consistent with timestamps obtained from tracing. The + application has been updated to suppress the warning for + erlang:now/0.

+

+ Own Id: OTP-12780

+
+
+
+ +
+
ET 1.5
Fixed Bugs and Malfunctions diff --git a/lib/et/vsn.mk b/lib/et/vsn.mk index a47be678ca..0af7bf75e1 100644 --- a/lib/et/vsn.mk +++ b/lib/et/vsn.mk @@ -1 +1 @@ -ET_VSN = 1.5 +ET_VSN = 1.5.1 -- cgit v1.2.3