Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-24 | Revert "Prepare release" | Rickard Green | |
This reverts commit 425889ba69b69a9b6fb14bfbef121d51b78e853a. | |||
2019-04-23 | Prepare release | Erlang/OTP | |
2019-03-29 | Prepare release | Erlang/OTP | |
2019-03-11 | Prepare release | Erlang/OTP | |
2019-02-15 | Prepare release | Erlang/OTP | |
2018-12-10 | Prepare release | Erlang/OTP | |
2018-09-27 | Update kernel, stdlib and sasl appups for OTP-21.2 | Siri Hansen | |
2018-04-26 | Update appups in kernel, stdlib and sasl for OTP-21.0 | Siri Hansen | |
2017-06-29 | Update appups in kernel, stdlib, and sasl for OTP-21.0 | Siri Hansen | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-03-09 | Merge branch 'maint' | Siri Hansen | |
Conflicts: lib/kernel/src/kernel.appup.src lib/stdlib/src/stdlib.appup.src | |||
2017-03-08 | Update appups in kernel and stdlib for OTP-19.3 | Siri Hansen | |
2016-09-27 | Update appups in kernel, stdlib and sasl for OTP-20 | Siri Hansen | |
2016-09-26 | Update appups in kernel and stdlib for OTP versions > 19.1 | Siri Hansen | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-03-01 | Update appups in kernel, stdlib and sasl for OTP-19 | Siri Hansen | |
2016-02-25 | Update appups in kernel, stdlib and sasl for OTP-18.3 | Siri Hansen | |
2015-12-11 | Update appups in kernel, stdlib and sasl for OTP-18.2 | Siri Hansen | |
2015-09-18 | Update application versions | Hans Bolinder | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-27 | Update application versions | Hans Bolinder | |
2015-03-27 | Merge branch 'maint' | Sverker Eriksson | |
Conflicts: lib/stdlib/src/stdlib.appup.src | |||
2015-03-26 | stdlib: Support upgrading from and to stdlib-2.3 | Björn Gustavsson | |
2014-10-02 | Merge branch 'maint' | Siri Hansen | |
Conflicts: lib/stdlib/src/stdlib.appup.src | |||
2014-09-25 | Fix stdlib.appup for OTP-17.4 | Siri Hansen | |
This is to allow upgrade from stdlib-2.2 (OTP-17.3). | |||
2014-07-11 | Merge branch 'maint' | Erland Schönbeck | |
2014-07-10 | Update stdlib appup file | Siri Hansen | |
Allow upgrade from OTP 17.1 to newer. | |||
2014-04-22 | Update kernel, stdlib and sasl appup files for Erlang/OTP-18 | Siri Hansen | |
2014-02-12 | Update appups and appup tests for kernel, stdlib and sasl | Siri Hansen | |
Appups now only support one major release back, and the tests are updated accordingly. Support is also added in tests for giving previous releases in a ct config file, e.g. {otp_releases,[{r15,"/path/to/r15/bin/erl"}, {r16,"/path/to/r16/bin/erl"}, {'17',"/path/to/17/bin/erl"}]}. | |||
2013-12-10 | Update versions of OTP, erts, kernel, and stdlib | Rickard Green | |
Update versions of OTP, erts, kernel, and stdlib to comply with the new version scheme decided by the OTP technical board. | |||
2013-04-15 | Update stdlib.appup.src for R17 | Siri Hansen | |
2011-12-29 | Update appup files for kernel and stdlib for OTP R16 | Siri Hansen | |
The appup files shall allow upgrade from two major versions back, i.e. for R16 they shall match back to R14. They shall no longer match for R13. | |||
2011-11-17 | Add restart_new_emulator instruction to kernel, stdlib and sasl appups | Siri Hansen | |
The appup files for kernel, stdlib and sasl did not contain any UpFromVsn and DownToVsn. This means that it was not possible to create a relup file with systool:make_relup if any of these applications had changed. This commit adds entries in the appup files for a maximum of two major releases back - all with only one upgrade instruction: restart_new_emulator. The point is to allow relups to be generated, but ensure that no soft upgrade is done for these three applications - i.e. they will always cause a restart of the emulator prior to all other upgrade instructions from other applications. Test cases (appup_test) are added to kernel_SUITE, stdlib_SUITE and sasl_SUITE. These all check that expected versions are matched in the appups, and illegal versions (older than two major releases, or in any other way illegal) do not match. The test is written in a general way where it is assumed that the version of these applications are stepped according the the rule that major releases step the second number, maintenance releases step the third number and patches step the fourth number. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |