diff options
author | Hans Nilsson <[email protected]> | 2017-02-03 11:33:23 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-02-03 11:33:23 +0100 |
commit | f0867aa2ccbbf5677e0577bba08f8b7bc53ec0ed (patch) | |
tree | c00a87aafdd637788ba5e7321eacd234604e1ef6 /lib | |
parent | 73e5d40659f48b5aa7b4e25878fa0282ddb30b23 (diff) | |
parent | 79ea550fdf9ebd02c1932728dac509cd0d520a7c (diff) | |
download | otp-f0867aa2ccbbf5677e0577bba08f8b7bc53ec0ed.tar.gz otp-f0867aa2ccbbf5677e0577bba08f8b7bc53ec0ed.tar.bz2 otp-f0867aa2ccbbf5677e0577bba08f8b7bc53ec0ed.zip |
Merge branch 'maint-18' into maint
Conflicts:
OTP_VERSION
erts/doc/src/notes.xml
erts/emulator/sys/unix/erl_unix_sys.h
erts/emulator/sys/unix/sys.c
erts/vsn.mk
lib/crypto/c_src/crypto.c
lib/crypto/doc/src/notes.xml
lib/crypto/vsn.mk
lib/inets/doc/src/notes.xml
lib/inets/vsn.mk
lib/ssh/doc/src/notes.xml
lib/ssh/src/ssh.app.src
lib/ssh/src/ssh_connection_handler.erl
lib/ssh/vsn.mk
otp_versions.table
Diffstat (limited to 'lib')
-rw-r--r-- | lib/crypto/vsn.mk | 4 | ||||
-rw-r--r-- | lib/inets/src/inets_app/inets.appup.src | 4 | ||||
-rw-r--r-- | lib/ssh/src/ssh.app.src | 1 |
3 files changed, 8 insertions, 1 deletions
diff --git a/lib/crypto/vsn.mk b/lib/crypto/vsn.mk index 38e2db9033..f4d1c7b4ba 100644 --- a/lib/crypto/vsn.mk +++ b/lib/crypto/vsn.mk @@ -1 +1,5 @@ +<<<<<<< HEAD CRYPTO_VSN = 3.7.2 +======= +CRYPTO_VSN = 3.6.3.1 +>>>>>>> maint-18 diff --git a/lib/inets/src/inets_app/inets.appup.src b/lib/inets/src/inets_app/inets.appup.src index 3a31daeb20..d28d4cd766 100644 --- a/lib/inets/src/inets_app/inets.appup.src +++ b/lib/inets/src/inets_app/inets.appup.src @@ -18,10 +18,14 @@ %% %CopyrightEnd% {"%VSN%", [ + {<<"6.2.4">>, [{load_module, httpd_request_handler, + soft_purge, soft_purge, []}]}, {<<"6\\..*">>,[{restart_application, inets}]}, {<<"5\\..*">>,[{restart_application, inets}]} ], [ + {<<"6.2.4">>, [{load_module, httpd_request_handler, + soft_purge, soft_purge, []}]}, {<<"6\\..*">>,[{restart_application, inets}]}, {<<"5\\..*">>,[{restart_application, inets}]} ] diff --git a/lib/ssh/src/ssh.app.src b/lib/ssh/src/ssh.app.src index 76b7d8cd55..2bb7491b0c 100644 --- a/lib/ssh/src/ssh.app.src +++ b/lib/ssh/src/ssh.app.src @@ -48,4 +48,3 @@ "stdlib-3.1" ]}]}. - |