Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-04-03 | Add documentation about upgrade | Siri Hansen | |
The example of how to create a first target system, which is located in the System Principles document, is now extended to also include an example of code upgrade. A new chapter is added to System Principles explaining different issues when upgrade includes new versions applications within Erlang/OTP. | |||
2013-05-14 | [sasl] Update example/target_system.erl to handle unicode | Siri Hansen | |
This example module can now create and install a release in a directory which contains unicode characters. The erlang node must be started with the +fnu* switch for this work. | |||
2011-11-28 | Add copy of rel file in releases/<vsn> in release tar file | Siri Hansen | |
systool:make_tar stores the rel file in the releases directory. When unpacking with release_handler:unpack_release, the file is automatically moved to releases/<vsn>/. If, however, the tar file is unpacked manually, the rel file might not be moved, and the next release unpacked might overwrite the rel file. To overcome this, systools:make_tar now stores a copy of the rel file in releases/<vsn>/ directly and it is not longer necessary to move the file after unpacking. The reason for keeping the file in the releases directory also is that is needs to be extracted separately before the release version <vsn> is known. | |||
2011-05-17 | Add SASL test suite | Siri Hansen | |