diff options
author | Magnus Lidén <[email protected]> | 2013-12-10 14:31:40 +0100 |
---|---|---|
committer | Magnus Lidén <[email protected]> | 2013-12-10 14:31:40 +0100 |
commit | 458e302f61e2de36ebd49c5a5a5b984224bdce94 (patch) | |
tree | 0eaff569e08f2cd170275fb38eff8e56993ae47d /lib/tools | |
parent | 6d22d78204ca8bc8ed4beb92f6021ff3ba93a882 (diff) | |
parent | 25237481ccccd3ddfa74582dc267632ad618ba30 (diff) | |
download | otp-458e302f61e2de36ebd49c5a5a5b984224bdce94.tar.gz otp-458e302f61e2de36ebd49c5a5a5b984224bdce94.tar.bz2 otp-458e302f61e2de36ebd49c5a5a5b984224bdce94.zip |
Merge tag 'OTP_R16B03'
The R16B03 release
Conflicts:
lib/sasl/vsn.mk
Diffstat (limited to 'lib/tools')
-rw-r--r-- | lib/tools/doc/src/notes.xml | 44 | ||||
-rw-r--r-- | lib/tools/vsn.mk | 2 |
2 files changed, 45 insertions, 1 deletions
diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index d8239460b3..2e4c354fbd 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -30,6 +30,50 @@ </header> <p>This document describes the changes made to the Tools application.</p> +<section><title>Tools 2.6.13</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Erlang-specific compilation error regexp is added in + erlang-eunit.el. This defvar was earlier in erlang.el, + but was erroneously removed in R15B02, while still used + by erlang-eunit.el.</p> + <p> + Own Id: OTP-11417 Aux Id: seq12447 </p> + </item> + <item> + <p> + Take compiler options from beam in cover:compile_beam. + Thanks to Péter Gömöri.</p> + <p> + Own Id: OTP-11439</p> + </item> + <item> + <p> + Silence warnings (Thanks to Anthony Ramine)</p> + <p> + Own Id: OTP-11517</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Add iodata, nonempty_string to built-in type highlighting + for emacs. Thanks to Paul Oliver.</p> + <p> + Own Id: OTP-11394</p> + </item> + </list> + </section> + +</section> + <section><title>Tools 2.6.12</title> <section><title>Improvements and New Features</title> diff --git a/lib/tools/vsn.mk b/lib/tools/vsn.mk index c51b833dd0..0cead00554 100644 --- a/lib/tools/vsn.mk +++ b/lib/tools/vsn.mk @@ -1 +1 @@ -TOOLS_VSN = 2.6.12 +TOOLS_VSN = 2.6.13 |