diff options
author | Micael Karlberg <[email protected]> | 2011-10-25 12:48:03 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-10-25 12:48:03 +0200 |
commit | be97727709814ca6e872806f30933b267c6f700b (patch) | |
tree | 5729880b16aeff37865b01ad7c79bac3a1b8e781 /lib/inets/src | |
parent | 07c75e55e80b81960de6f5b0deecd5eb94712efb (diff) | |
download | otp-be97727709814ca6e872806f30933b267c6f700b.tar.gz otp-be97727709814ca6e872806f30933b267c6f700b.tar.bz2 otp-be97727709814ca6e872806f30933b267c6f700b.zip |
Added release notes, appup and correct version.
OTP-9655
Diffstat (limited to 'lib/inets/src')
-rw-r--r-- | lib/inets/src/inets_app/inets.appup.src | 44 |
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} - ] } ] }. |