-
+
+ A new element, Opts, can now be included in a
+ rel tuple in the reltool release specific
+ configuration format: {rel, Name, Vsn, RelApps, Opts}.
+
+ This supports the use of {rel, Name, Vsn, RelApps,
+ [{load_dot_erlang, false}]} to prevent the boot
+ script from running the .erlang file.
+
+ The incompatibilities are as follows:
+
+ * The return from reltool:get_config/1 and
+ reltool:get_config/3 includes the new rel
+ tuple for all rels where the load_dot_erlang
+ option is set to false.
* The return from
+ reltool:get_config/3 includes the new rel
+ tuple for ALL rels if the InclDefs parameter is
+ set to true.
+
+ *** POTENTIAL INCOMPATIBILITY ***
+
+ Own Id: OTP-15571
+
+