From 20641fe0f2ea745873fc7557448d3a7deb1bd639 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 16 Sep 2013 20:11:53 +0200 Subject: Prepare release --- lib/inets/doc/src/notes.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++- lib/inets/vsn.mk | 2 +- 2 files changed, 46 insertions(+), 2 deletions(-) (limited to 'lib/inets') diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 42183b8cc5..4e0dc8bd37 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -32,7 +32,51 @@ notes.xml -
Inets 5.9.5 +
Inets 5.9.6 + +
Improvements and New Features + + +

+ httpc: Allow content body in DELETE requests. Thanks to + James Wheare.

+

+ Own Id: OTP-11190

+
+ +

+ Add missing brackets to report formatting on ftp_progress + process exit. Thanks to Artur Wilniewczyc.

+

+ Own Id: OTP-11202

+
+ +

+ Fix some errors in the inets documentation. Thanks to + Johannes Weissl.

+

+ Own Id: OTP-11210

+
+ +

+ Fix various typos in httpd, inets. Thanks to Tomohiko + Aono.

+

+ Own Id: OTP-11226

+
+ +

+ Fix httpd config option 'erl_script_nocache'. Thanks to + Johannes Weissl.

+

+ Own Id: OTP-11260

+
+
+
+ +
+ +
Inets 5.9.5
Fixed Bugs and Malfunctions diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index 3f464c8684..36463d9388 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.9.5 +INETS_VSN = 5.9.6 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" -- cgit v1.2.3