aboutsummaryrefslogtreecommitdiffstats
path: root/ebin
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-02-02 23:09:48 +0100
committerLoïc Hoguin <[email protected]>2020-02-10 13:58:28 +0100
commit62c692fad7ff448ccca3505e1dd40be245cbed53 (patch)
tree29766b3547a9c89c4027b39916da382c54aa95fe /ebin
parentd92a10b19b8fb203a75b7e4065106573d30546d0 (diff)
downloadranch-62c692fad7ff448ccca3505e1dd40be245cbed53.tar.gz
ranch-62c692fad7ff448ccca3505e1dd40be245cbed53.tar.bz2
ranch-62c692fad7ff448ccca3505e1dd40be245cbed53.zip
Initial release upgrade test suite
Diffstat (limited to 'ebin')
-rw-r--r--ebin/ranch.appup43
1 files changed, 43 insertions, 0 deletions
diff --git a/ebin/ranch.appup b/ebin/ranch.appup
new file mode 100644
index 0000000..6b25270
--- /dev/null
+++ b/ebin/ranch.appup
@@ -0,0 +1,43 @@
+%% @todo Remove the ending .* before release, we do not
+%% want to support upgrades from/to release candidates.
+
+{"2.0.0-rc.2",
+ [{<<"2\\.0\\.[0-9]+.*">>, [
+ {load_module, ranch},
+ {load_module, ranch_acceptor},
+ {load_module, ranch_acceptors_sup},
+ {load_module, ranch_app},
+ {load_module, ranch_conns_sup},
+ {load_module, ranch_conns_sup_sup},
+ {load_module, ranch_crc32c},
+ {load_module, ranch_embedded_sup},
+ {load_module, ranch_listener_sup},
+ {load_module, ranch_protocol},
+ {load_module, ranch_proxy_header},
+ {load_module, ranch_server},
+ {load_module, ranch_server_proxy},
+ {load_module, ranch_ssl},
+ {load_module, ranch_sup},
+ {load_module, ranch_tcp},
+ {load_module, ranch_transport}
+ ]}],
+ [{<<"2\\.0\\.[0-9]+.*">>, [
+ {load_module, ranch},
+ {load_module, ranch_acceptor},
+ {load_module, ranch_acceptors_sup},
+ {load_module, ranch_app},
+ {load_module, ranch_conns_sup},
+ {load_module, ranch_conns_sup_sup},
+ {load_module, ranch_crc32c},
+ {load_module, ranch_embedded_sup},
+ {load_module, ranch_listener_sup},
+ {load_module, ranch_protocol},
+ {load_module, ranch_proxy_header},
+ {load_module, ranch_server},
+ {load_module, ranch_server_proxy},
+ {load_module, ranch_ssl},
+ {load_module, ranch_sup},
+ {load_module, ranch_tcp},
+ {load_module, ranch_transport}
+ ]}]
+}.