summaryrefslogtreecommitdiff
path: root/lib/inets/src/inets_app
diff options
context:
space:
mode:
authorMicael Karlberg <bmk@erlang.org>2011-10-25 12:48:03 +0200
committerMicael Karlberg <bmk@erlang.org>2011-10-25 12:48:03 +0200
commitbe97727709814ca6e872806f30933b267c6f700b (patch)
tree5729880b16aeff37865b01ad7c79bac3a1b8e781 /lib/inets/src/inets_app
parent07c75e55e80b81960de6f5b0deecd5eb94712efb (diff)
downloaderlang-be97727709814ca6e872806f30933b267c6f700b.tar.gz
Added release notes, appup and correct version.
OTP-9655
Diffstat (limited to 'lib/inets/src/inets_app')
-rw-r--r--lib/inets/src/inets_app/inets.appup.src44
1 files changed, 14 insertions, 30 deletions
diff --git a/lib/inets/src/inets_app/inets.appup.src b/lib/inets/src/inets_app/inets.appup.src
index c31b0deb30..ea696b9155 100644
--- a/lib/inets/src/inets_app/inets.appup.src
+++ b/lib/inets/src/inets_app/inets.appup.src
@@ -18,6 +18,13 @@
{"%VSN%",
[
+ {"5.3.5",
+ [
+ {load_module, http_util, soft_purge, soft_purge, []},
+ {load_module, httpd_util, soft_purge, soft_purge, [http_util]},
+ {load_module, httpd_file, soft_purge, soft_purge, []}
+ ]
+ },
{"5.3.4",
[
{restart_application, inets}
@@ -42,24 +49,16 @@
[
{restart_application, inets}
]
- },
- {"5.2",
- [
- {restart_application, inets}
- ]
- },
- {"5.1.3",
- [
- {restart_application, inets}
- ]
- },
- {"5.1.2",
- [
- {restart_application, inets}
- ]
}
],
[
+ {"5.3.5",
+ [
+ {load_module, http_util, soft_purge, soft_purge, []},
+ {load_module, httpd_util, soft_purge, soft_purge, [http_util]},
+ {load_module, httpd_file, soft_purge, soft_purge, []}
+ ]
+ },
{"5.3.4",
[
{restart_application, inets}
@@ -84,21 +83,6 @@
[
{restart_application, inets}
]
- },
- {"5.2",
- [
- {restart_application, inets}
- ]
- },
- {"5.1.3",
- [
- {restart_application, inets}
- ]
- },
- {"5.1.2",
- [
- {restart_application, inets}
- ]
}
]
}.