| |
@@ -0,0 +1,27 @@
|
| |
+
|
| |
+ include::en-US/entities.adoc[]
|
| |
+
|
| |
+ [[sect-erlang]]
|
| |
+ = Erlang
|
| |
+
|
| |
+ [[sect-erlang-erlang20]]
|
| |
+ == Erlang 20
|
| |
+
|
| |
+ Erlang/OTP has been updated to version 20.
|
| |
+ Highlights from the changes introduced in v20 include:
|
| |
+
|
| |
+ - so-called 'dirty schedulers' are available on systems with SMP;
|
| |
+ - atoms may now contain arbitrary Unicode characters (for example, 'здравствуй-你好');
|
| |
+ - Erlang applications can now handle some OS signals (SIGHUP, for example);
|
| |
+ - improved unicode support for strings;
|
| |
+ - the zlib module has been refactored and all its operations will now yield appropriately, allowing them to be used freely in concurrent applications.
|
| |
+
|
| |
+ Fedora's Erlang package maintainers have also improved the integration of Erlang with the rest of the system.
|
| |
+ Erlang developers can now benefit from:
|
| |
+
|
| |
+ - improved logging to journald;
|
| |
+ - access to D-Bus from the erlang-dbus package;
|
| |
+ - improved Erlang Packaging Guidelines.
|
| |
+
|
| |
+ More information about the changes in Erlang is available from the https://www.erlang.org/news[Erlang website].
|
| |
+ More information about the improved integration into Fedora is available from the Fedora https://fedoraproject.org/wiki/Changes/Erlang_20[change description].
|
| |
This is the draft release note for Issue #78 'Erlang 20'. @peter or @bowlofeggs or @jcline please would you review the text and let me know if anything needs to be added, removed or changed?