diff options
author | Erlang/OTP <[email protected]> | 2018-06-25 13:19:45 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-06-25 13:19:45 +0200 |
commit | aeb4b903064ac690372fe4d2e668397d349c00d9 (patch) | |
tree | 55b8b5bdd238f360a45c54a42537a4e0377ce2b3 /erts | |
parent | 1718d838bd6bab0652cd8cb548bee48ff261cba5 (diff) | |
download | otp-aeb4b903064ac690372fe4d2e668397d349c00d9.tar.gz otp-aeb4b903064ac690372fe4d2e668397d349c00d9.tar.bz2 otp-aeb4b903064ac690372fe4d2e668397d349c00d9.zip |
Prepare release
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/notes.xml | 15 | ||||
-rw-r--r-- | erts/vsn.mk | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index ed0946d6ba..67e27afc81 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,21 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 10.0.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>The keys used in <c>os:getenv</c> and <c>os:putenv</c> + are case-insensitive again on Windows.</p> + <p> + Own Id: OTP-15147 Aux Id: ERL-644 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 10.0</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/erts/vsn.mk b/erts/vsn.mk index 519556119d..e60405215a 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 10.0 +VSN = 10.0.1 # Port number 4365 in 4.2 # Port number 4366 in 4.3 |