forked from erlang/erlang
Accepting request 315656 from home:NicoK:branches:devel:languages:erlang:Factory
update to 18.0.2 OBS-URL: https://build.opensuse.org/request/show/315656 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang:Factory/erlang?expand=0&rev=31
This commit is contained in:
BIN
OTP-18.0.1.tar.gz
(Stored with Git LFS)
BIN
OTP-18.0.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
OTP-18.0.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
OTP-18.0.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 9 07:44:58 UTC 2015 - kruber@zib.de
|
||||
|
||||
- update to 18.0.2:
|
||||
* Fix processes ending up in an inconsistent half exited state
|
||||
in the runtime system without SMP support
|
||||
* Remove unnecessary copying of data when retrieving corrected
|
||||
Erlang monotonic time.
|
||||
* POTENTIAL INCOMPATIBILITY:
|
||||
Change default OS monotonic clock source chosen at build time.
|
||||
This in order to improve performance. The behavior will now on
|
||||
most systems be that (both OS and Erlang) monotonic time stops
|
||||
when the system is suspended. (changeable via the
|
||||
--enable-prefer-elapsed-monotonic-time-during-suspend
|
||||
configure parameter)
|
||||
* Fix erlang:system_info(end_time) returning a faulty value on
|
||||
32-bit architectures.
|
||||
* Fix the trace_file_drv not handling EINTR correctly which
|
||||
caused it to fail when the runtime system received a signal.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 15:34:14 UTC 2015 - kruber@zib.de
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: erlang
|
||||
Version: 18.0.1
|
||||
Version: 18.0.2
|
||||
Release: 0
|
||||
Summary: General-purpose programming language and runtime environment
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user