aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/doc/src/notes.xml
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-09-23 16:13:43 +0200
committerMicael Karlberg <[email protected]>2011-09-23 16:13:43 +0200
commit1ead5e977d307ae391fdfd34e28fa5d587db2855 (patch)
treeb5324d56ca67a1f427b876f03536d98025f31945 /lib/inets/doc/src/notes.xml
parent92657321ac647f343c6b88985d66a2d611fd982d (diff)
parent55bb3e1faf613c51ec59c9ee7ab4b4e967f30fda (diff)
downloadotp-1ead5e977d307ae391fdfd34e28fa5d587db2855.tar.gz
otp-1ead5e977d307ae391fdfd34e28fa5d587db2855.tar.bz2
otp-1ead5e977d307ae391fdfd34e28fa5d587db2855.zip
Merge branch 'dev' into major
Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src lib/inets/test/httpc_cookie_SUITE.erl lib/inets/vsn.mk
Diffstat (limited to 'lib/inets/doc/src/notes.xml')
-rw-r--r--lib/inets/doc/src/notes.xml51
1 files changed, 51 insertions, 0 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml
index c53aa653d8..87a8c173a5 100644
--- a/lib/inets/doc/src/notes.xml
+++ b/lib/inets/doc/src/notes.xml
@@ -93,6 +93,57 @@
</section> <!-- 5.8 -->
+
+ <section><title>Inets 5.7.1</title>
+
+ <section><title>Improvements and New Features</title>
+ <p>-</p>
+
+<!--
+ <list>
+ <item>
+ <p>[httpc|httpd] Added support for IPv6 with ssl. </p>
+ <p>Own Id: OTP-5566</p>
+ </item>
+
+ </list>
+-->
+
+ </section>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+<!--
+ <p>-</p>
+-->
+
+ <list>
+ <item>
+ <p>[httpc] Parsing of a cookie expire date should be more forgiving.
+ That is, if the parsing fails, the date should be ignored.
+ Also added support for (yet another) date format:
+ "Tue Jan 01 08:00:01 2036 GMT". </p>
+ <p>Own Id: OTP-9433</p>
+ </item>
+
+ <item>
+ <p>[httpc] Rewrote cookie parsing. Among other things solving
+ cookie processing from www.expedia.com. </p>
+ <p>Own Id: OTP-9434</p>
+ </item>
+
+ <item>
+ <p>[httpd] Fix httpd directory traversal on Windows.
+ Directory traversal was possible on Windows where
+ backward slash is used as directory separator. </p>
+ <p>Andr�s Veres-Szentkir�lyi.</p>
+ <p>Own Id: OTP-9561</p>
+ </item>
+
+ </list>
+ </section>
+
+ </section> <!-- 5.7.1 -->
+
<section><title>Inets 5.7</title>