diff options
author | Erlang/OTP <[email protected]> | 2013-09-16 20:11:53 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2013-09-16 20:11:53 +0200 |
commit | 20641fe0f2ea745873fc7557448d3a7deb1bd639 (patch) | |
tree | 341e198b99f4ee6e29fae2f059d5f23489deddbd /lib/et | |
parent | b44b726bd45c8a8b5cf84f2bc2fb570f05bc3074 (diff) | |
download | otp-20641fe0f2ea745873fc7557448d3a7deb1bd639.tar.gz otp-20641fe0f2ea745873fc7557448d3a7deb1bd639.tar.bz2 otp-20641fe0f2ea745873fc7557448d3a7deb1bd639.zip |
Prepare releaseOTP_R16B02
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 a34dd4a541..815dfada5e 100644 --- a/lib/et/doc/src/notes.xml +++ b/lib/et/doc/src/notes.xml @@ -36,6 +36,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.4.4.5</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + The encoding of the <c>notes.xml</c> file has been + changed from latin1 to utf-8 to avoid future merge + problems.</p> + <p> + Own Id: OTP-11310</p> + </item> + </list> + </section> + +</section> + <section><title>ET 1.4.4.4</title> <section><title>Improvements and New Features</title> diff --git a/lib/et/vsn.mk b/lib/et/vsn.mk index 40cdc2b298..282991aa49 100644 --- a/lib/et/vsn.mk +++ b/lib/et/vsn.mk @@ -1 +1 @@ -ET_VSN = 1.4.4.4 +ET_VSN = 1.4.4.5 |