aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/inets_app/inets.appup.src
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-03-03 19:12:36 +0100
committerMicael Karlberg <[email protected]>2011-03-03 19:12:36 +0100
commitaddf1fff40528d7de0b8ac0e290c8db4aee4694b (patch)
tree364babe2182865f52e02e103d6a1eb4314aafa34 /lib/inets/src/inets_app/inets.appup.src
parent8c4ece5c36e153e739f344eccadd01b4c3e7ccce (diff)
downloadotp-addf1fff40528d7de0b8ac0e290c8db4aee4694b.tar.gz
otp-addf1fff40528d7de0b8ac0e290c8db4aee4694b.tar.bz2
otp-addf1fff40528d7de0b8ac0e290c8db4aee4694b.zip
Handling encoding of empty chunks.
Diffstat (limited to 'lib/inets/src/inets_app/inets.appup.src')
-rw-r--r--lib/inets/src/inets_app/inets.appup.src12
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/inets/src/inets_app/inets.appup.src b/lib/inets/src/inets_app/inets.appup.src
index 0194c65db9..4dcc356410 100644
--- a/lib/inets/src/inets_app/inets.appup.src
+++ b/lib/inets/src/inets_app/inets.appup.src
@@ -1,7 +1,7 @@
%% This is an -*- erlang -*- file.
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 1999-2010. All Rights Reserved.
+%% Copyright Ericsson AB 1999-2011. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -18,6 +18,11 @@
{"%VSN%",
[
+ {"5.5.1",
+ [
+ {load_module, http_chunk, soft_purge, soft_purge, []}
+ ]
+ },
{"5.5",
[
{restart_application, inets}
@@ -30,6 +35,11 @@
}
],
[
+ {"5.5.1",
+ [
+ {load_module, http_chunk, soft_purge, soft_purge, []}
+ ]
+ },
{"5.4",
[
{restart_application, inets}