diff options
author | Erlang/OTP <[email protected]> | 2010-09-13 17:58:05 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-09-13 17:58:05 +0200 |
commit | 17224a3d31d25ce6daa4de63b52b26bee9564bcd (patch) | |
tree | a9ac83051638869cd13038de6b06b4085e47c5d7 /lib/et | |
parent | 3a4919553479db898a0935d4342a4fb8fcec66ae (diff) | |
download | otp-17224a3d31d25ce6daa4de63b52b26bee9564bcd.tar.gz otp-17224a3d31d25ce6daa4de63b52b26bee9564bcd.tar.bz2 otp-17224a3d31d25ce6daa4de63b52b26bee9564bcd.zip |
Prepare releaseOTP_R14B
Diffstat (limited to 'lib/et')
-rw-r--r-- | lib/et/doc/src/notes.xml | 26 | ||||
-rw-r--r-- | lib/et/vsn.mk | 2 |
2 files changed, 27 insertions, 1 deletions
diff --git a/lib/et/doc/src/notes.xml b/lib/et/doc/src/notes.xml index 8611955d3d..4ce7548414 100644 --- a/lib/et/doc/src/notes.xml +++ b/lib/et/doc/src/notes.xml @@ -36,6 +36,32 @@ 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.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> Fixed broken links in the documentation. </p> + <p> + Own Id: OTP-8796</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Fixed gui crash on windows.</p> + <p> + Own Id: OTP-8830</p> + </item> + </list> + </section> + +</section> + <section><title>ET 1.4</title> <section><title>Improvements and New Features</title> diff --git a/lib/et/vsn.mk b/lib/et/vsn.mk index 04ecb8c82e..b5b7fa52f4 100644 --- a/lib/et/vsn.mk +++ b/lib/et/vsn.mk @@ -1 +1 @@ -ET_VSN = 1.4 +ET_VSN = 1.4.1 |