-
+
+ - If incl_cond was set to
+ derived on module level, then reltool_server would
+ crash with a case_clause. This has been corrected.
+ incl_cond on module level now overwrites
+ mod_cond on app or sys level as described in the
+ documentation.
- If a rel spec in the
+ reltool config does not contain all applications that are
+ listed as {applications,Applications} in a
+ .app file, then these applications are
+ autmatically added when creating the .rel file.
+ For 'included_applications', the behaviour was not the
+ same. I.e. if a rel spec in the reltool config did
+ not contain all applications that are listed as
+ {included_applications,InclApplications} in a
+ .app file, then reltool would fail with reason
+ "Undefined applications" when creating the .rel
+ file. This has been corrected, so both
+ applications and included_applications are
+ now automatically added if not already in the rel
+ spec.
- The rel specification now
+ dictates the order in which included and used
+ applications (specified in the .app file as
+ included_applications and applications
+ respectively) are loaded/started by the boot file. If the
+ applications are not specified in the rel spec,
+ then the order from the .app file is used. This
+ was a bug earlier reported on systools, and is now also
+ implemented in reltool.
- Instead of only
+ looking at the directory name, reltool now first looks
+ for a .app file in order to figure out the name of
+ an application.
+
+ Own Id: OTP-10012 Aux Id: kunagi-171 [82]
+
+