From 952db27ba0a5b87a2a47f3a7034a9bf92e3651e5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 3 Sep 2012 11:52:49 +0200 Subject: Prepare release --- lib/stdlib/doc/src/notes.xml | 78 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) (limited to 'lib/stdlib/doc') diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index 60456febbb..b4d9f9a444 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -30,6 +30,84 @@

This document describes the changes made to the STDLIB application.

+
STDLIB 1.18.2 + +
Fixed Bugs and Malfunctions + + +

+ Fixed bug where if given an invalid drive letter on + windows ensure dir would go into an infinite loop.

+

+ Own Id: OTP-10104

+
+ +

+ Calls to gen_server:enter_loop/4 where ServerName has a + global scope and no timeout is given now works correctly.

+

+ Thanks to Sam Bobroff for reporting the issue.

+

+ Own Id: OTP-10130

+
+ +

+ fix escript/primary archive reloading

+

+ If the mtime of an escript/primary archive file changes + after being added to the code path, correctly reload the + archive and update the cache. (Thanks to Tuncer Ayaz)

+

+ Own Id: OTP-10151

+
+ +

+ Fix bug that in some cases could cause corrupted binaries + in ETS tables with compressed option.

+

+ Own Id: OTP-10182

+
+ +

+ Fix filename:nativename/1 on Win32

+

+ Don't choke on paths given as binary argument on Win32. + Thanks to Jan Klötzke

+

+ Own Id: OTP-10188

+
+ +

+ Fix bug in ets:test_ms/2 that could cause emulator + crash when using '$_' in match spec.

+

+ Own Id: OTP-10190

+
+ +

+ Fix bug where zip archives wrongly have a first disk + number set to 1

+

+ Own Id: OTP-10223

+
+
+
+ + +
Improvements and New Features + + +

The message printed by the Erlang shell as an + explanation of the badarith error has been + corrected. (Thanks to Matthias Lang.)

+

+ Own Id: OTP-10054

+
+
+
+ +
+
STDLIB 1.18.1
Fixed Bugs and Malfunctions -- cgit v1.2.3