aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2010-09-13 17:58:05 +0200
committerErlang/OTP <[email protected]>2010-09-13 17:58:05 +0200
commit17224a3d31d25ce6daa4de63b52b26bee9564bcd (patch)
treea9ac83051638869cd13038de6b06b4085e47c5d7 /lib/inets
parent3a4919553479db898a0935d4342a4fb8fcec66ae (diff)
downloadotp-17224a3d31d25ce6daa4de63b52b26bee9564bcd.tar.gz
otp-17224a3d31d25ce6daa4de63b52b26bee9564bcd.tar.bz2
otp-17224a3d31d25ce6daa4de63b52b26bee9564bcd.zip
Prepare releaseOTP_R14B
Diffstat (limited to 'lib/inets')
-rw-r--r--lib/inets/doc/src/notes.xml49
1 files changed, 48 insertions, 1 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml
index 23ad5c0df0..7b16189860 100644
--- a/lib/inets/doc/src/notes.xml
+++ b/lib/inets/doc/src/notes.xml
@@ -32,7 +32,54 @@
<file>notes.xml</file>
</header>
- <section><title>Inets 5.4</title>
+ <section><title>Inets 5.5</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ [httpc] If a request times out (not connect timeout), the
+ handler process exited (normal) but neglected to inform
+ the manager process. For this reason, the manager did not
+ clean up the request table., resulting in a memory leak.
+ Also the manager did not create a monitor for the
+ handler, so in an unforseen handler crash, this could
+ also create a memory leak.</p>
+ <p>
+ Own Id: OTP-8739</p>
+ </item>
+ <item>
+ <p>
+ The service tftp was spelled wrong in documentation and
+ in some parts of the code. It should be tftp.</p>
+ <p>
+ Own Id: OTP-8741 Aux Id: seq11635 </p>
+ </item>
+ <item>
+ <p>
+ [httpc] Replaced the old http client api module (http)
+ with the new, httpc in the users guide.</p>
+ <p>
+ Own Id: OTP-8742</p>
+ </item>
+ </list>
+ </section>
+
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Eliminated warnings for auto-imported BIF clashes.</p>
+ <p>
+ Own Id: OTP-8840</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Inets 5.4</title>
<section><title>Improvements and New Features</title>
<!--