forked from erlang/erlang
Accepting request 742298 from home:gsantomaggio_suse:branches:devel:languages:erlang:Factory
- Changes for 22.1.4 * http://erlang.org/download/OTP-22.1.4.README * compiler: Fixed a bug where the compiler could generate incorrect code for a 'receive' statement inside a 'try'. * crypto: FIxed a bug if the erlang emulator was linked with a very old cryptolib version (1.0.1 or earlier). The bug now fixed could have triggered a core dump if an unknown cipher name was used in crypto functions. * erts: Erlang/OTP can now be built on macOS Catalina (10.15). OBS-URL: https://build.opensuse.org/request/show/742298 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=91
This commit is contained in:
BIN
OTP-22.1.3.tar.gz
(Stored with Git LFS)
BIN
OTP-22.1.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
OTP-22.1.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
OTP-22.1.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 23 14:06:06 UTC 2019 - Gabriele Santomaggio <gsantomaggio@suse.de>
|
||||
|
||||
- Changes for 22.1.4
|
||||
* http://erlang.org/download/OTP-22.1.4.README
|
||||
* compiler: Fixed a bug where the compiler could generate incorrect
|
||||
code for a 'receive' statement inside a 'try'.
|
||||
* crypto: FIxed a bug if the erlang emulator was linked with a
|
||||
very old cryptolib version (1.0.1 or earlier).
|
||||
The bug now fixed could have triggered a core dump if
|
||||
an unknown cipher name was used in crypto functions.
|
||||
* erts: Erlang/OTP can now be built on macOS Catalina (10.15).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 15 16:35:54 UTC 2019 - matwey.kornilov@gmail.com
|
||||
|
||||
|
@@ -28,7 +28,7 @@
|
||||
%{!?make_build:%{expand: %%global make_build %%{__make} %%{?_smp_mflags}}}
|
||||
|
||||
Name: erlang
|
||||
Version: 22.1.3
|
||||
Version: 22.1.4
|
||||
Release: 0
|
||||
# not set up to be built with position independend executable support
|
||||
#!BuildIgnore: gcc-PIE
|
||||
|
Reference in New Issue
Block a user