diff options
author | Erlang/OTP <[email protected]> | 2010-12-28 14:34:56 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-12-28 14:34:56 +0100 |
commit | 86413606615440a7951b4c62162e2bfb87aa158c (patch) | |
tree | 84669eeed691f930126a5a96b352cd862d7e2dba /lib/stdlib | |
parent | 56dc83847776b400b7122a2e378a65f221096bed (diff) | |
download | otp-86413606615440a7951b4c62162e2bfb87aa158c.tar.gz otp-86413606615440a7951b4c62162e2bfb87aa158c.tar.bz2 otp-86413606615440a7951b4c62162e2bfb87aa158c.zip |
Prepare release
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/doc/src/notes.xml | 18 | ||||
-rw-r--r-- | lib/stdlib/vsn.mk | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index 940044d0a8..a8fe41f000 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -30,6 +30,24 @@ </header> <p>This document describes the changes made to the STDLIB application.</p> +<section><title>STDLIB 1.17.2.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Several type specifications for standard libraries were + wrong in the R14B01 release. This is now corrected. The + corrections concern types in re,io,filename and the + module erlang itself.</p> + <p> + Own Id: OTP-9008</p> + </item> + </list> + </section> + +</section> + <section><title>STDLIB 1.17.2</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/stdlib/vsn.mk b/lib/stdlib/vsn.mk index db7954af04..6c209e97b9 100644 --- a/lib/stdlib/vsn.mk +++ b/lib/stdlib/vsn.mk @@ -1 +1 @@ -STDLIB_VSN = 1.17.2 +STDLIB_VSN = 1.17.2.1 |