This document describes the changes made to the SASL application.
release_handler:upgrade_app/2 and
release_handler:downgrade_app/2,3 -- used for
testing application upgrade and downgrade according to
the .appup file -- now update application
configuration parameters correctly. (Thanks to Serge
Aleynikov)
release_handler found by
Dialyzer.
release_handler which
makes it possible to test upgrade and downgrade of
applications according to an .appup file "on the
fly":upgrade_app/2upgrade_script/2downgrade_app/2,3downgrade_script/3eval_appup_script/4
{update_paths,Bool} has been added
for release_handler:install_release/2. It
indicates if all application code paths should be updated
(Bool==true), or if only code paths for modified
applications should be updated (Bool==false,
default).release_handler:set_unpacked/2 now returns an
error tuple if a specified application directory does not
exist.
rb:show(N)
(N being an integer) twice without getting an error
has been fixed.