diff options
Diffstat (limited to 'lib/kernel/src')
-rw-r--r-- | lib/kernel/src/kernel.app.src | 2 | ||||
-rw-r--r-- | lib/kernel/src/kernel.appup.src | 32 |
2 files changed, 8 insertions, 26 deletions
diff --git a/lib/kernel/src/kernel.app.src b/lib/kernel/src/kernel.app.src index 5e76e55911..10705d9d76 100644 --- a/lib/kernel/src/kernel.app.src +++ b/lib/kernel/src/kernel.app.src @@ -160,7 +160,7 @@ {shell_docs_ansi,auto} ]}, {mod, {kernel, []}}, - {runtime_dependencies, ["erts-@OTP-18248:OTP-18344@", "stdlib-@OTP-17932@", + {runtime_dependencies, ["erts-14.0", "stdlib-5.0", "sasl-3.0", "crypto-5.0"]} ] }. diff --git a/lib/kernel/src/kernel.appup.src b/lib/kernel/src/kernel.appup.src index 709a405244..279d6989ea 100644 --- a/lib/kernel/src/kernel.appup.src +++ b/lib/kernel/src/kernel.appup.src @@ -19,26 +19,16 @@ %% %% We allow upgrade from, and downgrade to all previous %% versions from the following OTP releases: -%% - OTP 23 %% - OTP 24 %% - OTP 25 +%% - OTP 26 %% %% We also allow upgrade from, and downgrade to all %% versions that have branched off from the above %% stated previous versions. %% {"%VSN%", - [{<<"^7\\.0$">>,[restart_new_emulator]}, - {<<"^7\\.0\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, - {<<"^7\\.1$">>,[restart_new_emulator]}, - {<<"^7\\.1\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, - {<<"^7\\.2$">>,[restart_new_emulator]}, - {<<"^7\\.2\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, - {<<"^7\\.2\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, - {<<"^7\\.3$">>,[restart_new_emulator]}, - {<<"^7\\.3\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, - {<<"^7\\.3\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, - {<<"^8\\.0$">>,[restart_new_emulator]}, + [{<<"^8\\.0$">>,[restart_new_emulator]}, {<<"^8\\.0\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, {<<"^8\\.0\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, {<<"^8\\.0\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, @@ -61,18 +51,9 @@ {<<"^8\\.5\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, {<<"^8\\.5\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, {<<"^8\\.5\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, - {<<"^8\\.5\\.3(?:\\.[0-9]+)*$">>,[restart_new_emulator]}], - [{<<"^7\\.0$">>,[restart_new_emulator]}, - {<<"^7\\.0\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, - {<<"^7\\.1$">>,[restart_new_emulator]}, - {<<"^7\\.1\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, - {<<"^7\\.2$">>,[restart_new_emulator]}, - {<<"^7\\.2\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, - {<<"^7\\.2\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, - {<<"^7\\.3$">>,[restart_new_emulator]}, - {<<"^7\\.3\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, - {<<"^7\\.3\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, - {<<"^8\\.0$">>,[restart_new_emulator]}, + {<<"^8\\.5\\.3(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, + {<<"^8\\.5\\.4(?:\\.[0-9]+)*$">>,[restart_new_emulator]}], + [{<<"^8\\.0$">>,[restart_new_emulator]}, {<<"^8\\.0\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, {<<"^8\\.0\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, {<<"^8\\.0\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, @@ -95,4 +76,5 @@ {<<"^8\\.5\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, {<<"^8\\.5\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, {<<"^8\\.5\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, - {<<"^8\\.5\\.3(?:\\.[0-9]+)*$">>,[restart_new_emulator]}]}. + {<<"^8\\.5\\.3(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, + {<<"^8\\.5\\.4(?:\\.[0-9]+)*$">>,[restart_new_emulator]}]}. |