diff --git a/OTP-21.2.6.tar.gz b/OTP-21.2.6.tar.gz deleted file mode 100644 index ee6afef..0000000 --- a/OTP-21.2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa0b95031e7c01af8a7042a00974ab16ed8fec305a68d7dbaa4185e5d58ef4d5 -size 53956256 diff --git a/OTP-21.3.tar.gz b/OTP-21.3.tar.gz new file mode 100644 index 0000000..cda01a8 --- /dev/null +++ b/OTP-21.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a6eea6c1dc2353ad80e29ef57f6ec4192c91478ac2b854d0417b6b2bf4d9bf +size 54021160 diff --git a/erlang.changes b/erlang.changes index da648ba..e795110 100644 --- a/erlang.changes +++ b/erlang.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Thu Mar 14 14:47:44 UTC 2019 - Gabriele Santomaggio + +- Update to 21.3: +- Changes for 21.3: + * http://erlang.org/download/OTP-21.2.7.README + * Erlang/OTP 21.3 is the third service release for the 21st major release + with improvements, as well as a few features + * Highlights + * Kernel: The standard logger handler, logger_std_h, now has a new internal + feature for log rotation. For full information see the documentation. + * SSL:The Reason part of the error return from the functions connect and + handshake has a better and documented format. This is a potential + incompatibility. See the documentation. + Refactoring of state handling has improved the TLS application data + throughput and reduced CPU overhead + Code optimizations has reduced CPU load for encryption/decryption, + especially for Erlang's distribution protocol over TLS + Now supports active N + * Erl_interface: Support for plugin of a user supplied socket implementation has been added. + * OTP:The HTML reference documentation now shows the OTP version where + modules and functions were first introduced. Versions of OTP older than R13B04 is not shown in the reference + documentation + * For a full list of details see: + http://erlang.org/download/otp_src_21.3.readme + +- Update to 21.2.7: +- Changes for 21.2.7: + * http://erlang.org/download/OTP-21.2.7.README + * erts, otp: Fixes of install/release phase in build system. + -- The source tree was modified when + installing/releasing and/or applying a patch. + -- Some files were installed with wrong access rights. + -- If applying a patch (using otp_patch_apply) as + another user (except root) than the user that built the + source, the documentation was not properly updated. + * erts, kernel: Setting the recbuf size of an inet socket the buffer is + also automatically increased. Fix a bug where the auto + adjustment of inet buffer size would be triggered even + if an explicit inet buffer size had already been set. + * erts: Reading from UDP using active true or active N mode has + been optimized when more packets than specified by + read_packets are available on the socket. + * erts, kernel: Setting the recbuf size of an inet socket the buffer is + also automatically increased. Fix a bug where the auto + adjustment of inet buffer size would be triggered even + if an explicit inet buffer size had already been set. + ------------------------------------------------------------------- Tue Feb 19 10:37:44 UTC 2019 - Gabriele Santomaggio diff --git a/erlang.spec b/erlang.spec index 163d190..1b26f9f 100644 --- a/erlang.spec +++ b/erlang.spec @@ -26,7 +26,7 @@ %endif Name: erlang -Version: 21.2.6 +Version: 21.3 Release: 0 # not set up to be built with position independend executable support #!BuildIgnore: gcc-PIE