From 6769f83da0f193052a30ff8933a014e9cf3b0cdf Mon Sep 17 00:00:00 2001 From: Micael Karlberg Date: Mon, 31 May 2010 12:00:00 +0200 Subject: inets: Patch 1122 OTP-8609 [httpc] Made cookie handling more case insensitive. OTP-8610 [httpc|httpd] Some netscape cookie dates are given with a 2-digit year (e.g. 06 = 2006). OTP-8624 [httpd] Added support (again) for the documented debugging features. See the User's Guide Configuration chapter for more info. --- lib/inets/doc/src/notes.xml | 55 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) (limited to 'lib/inets/doc/src/notes.xml') diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 3216b0c2cd..fed42291ab 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -32,6 +32,61 @@ notes.xml +
Inets 5.3.3 + +
Improvements and New Features +

-

+ + +
+ +
Fixed Bugs and Malfunctions + + + + + +

[httpc] - Made cookie handling more case insensitive.

+

Own Id: OTP-8609

+

Nicolas Thauvin

+
+ + +

[httpc|httpd] - Netscape cookie dates can also be given with a + 2-digit year (e.g. 06 = 2006).

+

Own Id: OTP-8610

+

Nicolas Thauvin

+
+ + +

[httpd] - Added support (again) for the documented debugging + features. See the User's Guide + Configuration + chapter for more info.

+

Own Id: OTP-8624

+
+ +
+
+ +
+ +
Inets 5.3.2
Improvements and New Features -- cgit v1.2.3