diff options
author | Micael Karlberg <[email protected]> | 2011-05-27 16:34:41 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-05-27 16:34:41 +0200 |
commit | 7cdf5fc1ca658f826ed92019bca474c66206d96c (patch) | |
tree | a640d80fe9c5ab8430b056bd9a8fbb3957ecd1c1 /lib/inets/src/inets_app/inets.appup.src | |
parent | 4a5a75811e2cd590b5c94f71864a5245fd511ccf (diff) | |
download | otp-7cdf5fc1ca658f826ed92019bca474c66206d96c.tar.gz otp-7cdf5fc1ca658f826ed92019bca474c66206d96c.tar.bz2 otp-7cdf5fc1ca658f826ed92019bca474c66206d96c.zip |
OTP-9342: FTP client doesn't work with IPv6
OTP-9342: IpFamily config option was not handled
OTP-9342: Release notes remain...
OTP-9342: <credit>attila rajmund nohl</credit>
Diffstat (limited to 'lib/inets/src/inets_app/inets.appup.src')
-rw-r--r-- | lib/inets/src/inets_app/inets.appup.src | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/inets/src/inets_app/inets.appup.src b/lib/inets/src/inets_app/inets.appup.src index 47f3fbba58..09356caa22 100644 --- a/lib/inets/src/inets_app/inets.appup.src +++ b/lib/inets/src/inets_app/inets.appup.src @@ -18,6 +18,11 @@ {"%VSN%", [ + {"5.6", + [ + {update, ftp, soft, soft_purge, soft_purge, []} + ] + }, {"5.5.2", [ {restart_application, inets} @@ -40,6 +45,11 @@ } ], [ + {"5.6", + [ + {update, ftp, soft, soft_purge, soft_purge, []} + ] + }, {"5.5.2", [ {restart_application, inets} |