Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-28 | Add info about upgrade of core applications | Siri Hansen | |
In ref man for appup and in system documentation, design prinsiples, add a warning related to upgrade when version of erts, kernel, stdlib or sasl is changed. This will cause an emulator restart where new version of emulator and core applications will startup together with old versions of other applications. Care must be taken to avoid problems due to backwards incompatibility. | |||
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2012-03-20 | Add documentation of regular expressions for version numbers in appup | Siri Hansen | |
2012-01-03 | Fix some broken links in documentation | Lukas Larsson | |
2011-11-17 | Document upgrade instructions restart_new_emulator and restart_emulator | Siri Hansen | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-25 | Honor start type in .rel files when building relup files | Paul Guyot | |
Previously, relup file always included an application:start(Application, permanent) apply instruction for every application that appear in the UpTo/DowFrom release file, whatever their start type in the release file. The new implementation fixes this bug by honoring the start type according to the rel(5) format. If the start type is none, no apply line is included in the relup. If the start type is load, the relup includes instruction to only load the application. Otherwise, the relup includes an instruction to start the application to the according type. The fix is implemented by adding a new parameter to the add_application high level appup instruction. This new parameter is documented in appup(5). | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |