diff options
author | Erlang/OTP <[email protected]> | 2018-12-10 11:07:05 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-12-10 11:07:05 +0100 |
commit | a2ca3bd78fc002dd1e6533c191e44092cc3aa949 (patch) | |
tree | decbe6888e2f6f6da4e9d3720c8933452bb28024 /lib/et | |
parent | e08ae3d65c3528cf2c2efd9c771efbf0f7494515 (diff) | |
download | otp-a2ca3bd78fc002dd1e6533c191e44092cc3aa949.tar.gz otp-a2ca3bd78fc002dd1e6533c191e44092cc3aa949.tar.bz2 otp-a2ca3bd78fc002dd1e6533c191e44092cc3aa949.zip |
Prepare release
Diffstat (limited to 'lib/et')
-rw-r--r-- | lib/et/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | lib/et/vsn.mk | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/lib/et/doc/src/notes.xml b/lib/et/doc/src/notes.xml index 110d3b2110..e144defb69 100644 --- a/lib/et/doc/src/notes.xml +++ b/lib/et/doc/src/notes.xml @@ -37,6 +37,23 @@ one section in this document. The title of each section is the version number of <c>Event Tracer (ET)</c>.</p> +<section><title>ET 1.6.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + The scroll bar of the et_viewer window could not be + dragged all the way to the top of the window. It would + always stop at the second event. This is now corrected.</p> + <p> + Own Id: OTP-15463 Aux Id: ERL-780 </p> + </item> + </list> + </section> + +</section> + <section><title>ET 1.6.3</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/et/vsn.mk b/lib/et/vsn.mk index 9563a38000..d5416f1ea9 100644 --- a/lib/et/vsn.mk +++ b/lib/et/vsn.mk @@ -1 +1 @@ -ET_VSN = 1.6.3 +ET_VSN = 1.6.4 |