Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
erlang
erlang.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File erlang.changes of Package erlang
------------------------------------------------------------------- Wed Feb 17 10:13:51 UTC 2016 - matwey.kornilov@gmail.com - Backport of rev 43 from d:l:e:Factory, fix boo#967176 - Rework wxWidgets BuildRequire: fix build for Leap 42.1 ------------------------------------------------------------------- Wed Aug 26 17:23:03 UTC 2015 - kruber@zib.de - update to 18.0.3: * erts: Fixed a binary memory leak when printing to shell using the tty driver (i.e. not -oldshell). * erts: Fix a bug where the standard error port sometimes crashes with eagain as the reason. ------------------------------------------------------------------- Thu Aug 13 14:11:34 UTC 2015 - kruber@zib.de - add erts_fix_unlock_status_lock.patch to fix a rare deadlock in erts ------------------------------------------------------------------- Fri Jul 24 15:38:54 UTC 2015 - seife+obs@b1-systems.com - fix RHEL/CentOS 7 build ------------------------------------------------------------------- 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 - update to 18.0.1: * Fix a rare hanging of the VM seen to happen just after emulator start. Bug exists since R14. ------------------------------------------------------------------- Fri Jun 26 11:59:59 UTC 2015 - kruber@zib.de - update to 18.0: * new license: APL 2.0 (Apache Public License) * erts: The time functionality has been extended. This includes a new API for time, as well as "time warp" modes which alters the behavior when system time changes. You are strongly encouraged to use the new API instead of the old API based on erlang:now/0. erlang:now/0 has been deprecated since it is a scalability bottleneck. See http://www.erlang.org/doc/apps/erts/time_correction.html * erts: Beside the API changes and time warp modes a lot of scalability and performance improvements regarding time management has been made. Examples are: + scheduler specific timer wheels, + scheduler specific BIF timer management, + parallel retrieval of monotonic time and system time on OS:es that support it. * erts: The previously introduced "eager check I/O" feature is now enabled by default. * erts/compiler: enhanced support for maps. Big maps new uses a HAMT (Hash Array Mapped Trie) representation internally which makes them more efficient. There is now also support for variables as map keys. * dialyzer: The -dialyzer() attribute can be used for suppressing warnings in a module by specifying functions or warning options. It can also be used for requesting warnings in a module. * ssl: Remove default support for SSL-3.0 and added padding check for TLS-1.0 due to the Poodle vulnerability. * ssl: Remove default support for RC4 cipher suites, as they are consider too weak. * stdlib: Allow maps for supervisor flags and child specs * stdlib: New functions in ets: + take/2: Works the same as ets:delete/2 but also returns the deleted object(s). + update_counter/4 with a default object as argument ------------------------------------------------------------------- Thu Jun 25 08:41:52 UTC 2015 - dmueller@suse.com - update to 17.5.6: * Fix broken relay counters * Fix diameter_sctp listener race - fix build for SLE_12 ------------------------------------------------------------------- Thu May 28 13:08:20 UTC 2015 - matwey.kornilov@gmail.com - Update to 17.5.4 ------------------------------------------------------------------- Mon May 4 10:01:30 UTC 2015 - dmueller@suse.com - fix systemd service files for epmd: * fix stop of epmd (epmd -kill is deprecated and ignored, so stop hangs) ------------------------------------------------------------------- Tue Apr 7 12:18:26 UTC 2015 - kruber@zib.de - Update to 17.5: * ERTS: Added command line argument option for setting the initial size of process dictionaries. * Diameter: configurable incoming_max len and string_decode for diameter messages * Bugfixes and minor small features in applications such as compiler, common_test, crypto, debugger, eldap, erts, hipe, inets, ssh, ssl, ... - remoce ct-fix_incl-dirs.patch (included upstream) ------------------------------------------------------------------- Mon Feb 23 09:27:18 UTC 2015 - kruber@zib.de - add ct-fix_incl-dirs.patch (upstream patch for common test) ------------------------------------------------------------------- Sat Dec 13 12:12:16 UTC 2014 - matwey.kornilov@gmail.com - Version 17.4: * eldap: Nearly all TCP options are possible to give in the eldap:open/2 call. * ssh: Added API functions ptty_alloc/3 and ptty_alloc/4, to allocate a pseudo tty. * ssl: Handle servers that may send an empty SNI extension to the client. ------------------------------------------------------------------- Sun Nov 9 08:20:52 UTC 2014 - matwey.kornilov@gmail.com - use wxWidgets 3.0 ------------------------------------------------------------------- Sun Nov 09 03:36:00 UTC 2014 - Led <ledest@gmail.com> - fix bashisms in pre script ------------------------------------------------------------------- Wed Sep 17 12:18:17 UTC 2014 - matwey.kornilov@gmail.com - Update to 17.3: * erts: Introduced enif_schedule_nif() which allows a long running NIF to be broken into separate NIF invocations without the help of a wrapper function written in Erlang * common_test: Experimental support for running Quickcheck and PropEr tests from common_test suites is added. Examples of usage in the suites for the ssh and inets applications * Bugfixes and minor new features in applications such as asn1, erts, kernel, stdlib, diameter, ssh, mnesia, ssl, jinterface ------------------------------------------------------------------- Tue Aug 26 11:34:10 UTC 2014 - matwey.kornilov@gmail.com - Enable Erlang-specific parts of rpmlint for openSUSE 13.2 ------------------------------------------------------------------- Fri Jun 27 17:56:13 UTC 2014 - matwey.kornilov@gmail.com - Starting from 17.1 explicit --enable-systemd required - To remake configure is not required anymore (patches had been dropped) ------------------------------------------------------------------- Fri Jun 27 12:26:47 UTC 2014 - kruber@zib.de - Update to 17.0: * crypto: Add aes_cfb8 cypher to crypto:block_encrypt and block_decrypt. * diameter: Add result code counters for CEA, DWA, and DPA. * erts: The following built in functions in the erlang and binary modules now bump an appropriate amount of reductions and yield when out of reductions: binary_to_list/1, binary_to_list/3, bitstring_to_list/1, list_to_binary/1, iolist_to_binary/1, list_to_bitstring/1, binary:list_to_bin/1 * hipe: Handle Maps instructions get_map_elements, put_map_assoc, put_map_exact in the HiPE native code compiler. * mnesia: The time for inserting locks for a transaction with large number of locks is reduced significantly. * ssh: Option max_sessions added to ssh:daemon/{2,3}. * stdlib: Add maps:get/3 to maps module. The function will return the supplied default value if the key does not exist in the map. - Drop erlang-ppc.patch: has been upstreamed - Drop fix-armv7hl.patch: has been upstreamed ------------------------------------------------------------------- Wed Apr 9 16:08:16 UTC 2014 - matwey.kornilov@gmail.com - Update to 17.0: * Maps, a new dictionary data type (experimental) * ASN.1 improvements and optimizations * The {active, N} socket option for TCP, UDP, and SCTP * A new (optional) scheduler utilization balancing mechanism * Migration of memory carriers has been enabled by default on all ERTS internal memory allocators * Increased garbage collection tenure rate * Experimental "dirty schedulers" functionality * Funs can now be given names * Miscellaneous unicode support enhancements * A new version scheme for OTP its applications has been introduced - Drop 0001-Add-systemd-option-to-empd.-Check-for-include-system.patch: has been upstreamed - Drop 0002-Add-systemd-support-to-epmd.patch: has been upstreamed ------------------------------------------------------------------- Thu Mar 27 18:09:29 UTC 2014 - matwey.kornilov@gmail.com - Invoking ./Install is not required. ------------------------------------------------------------------- Thu Mar 27 17:17:49 UTC 2014 - matwey.kornilov@gmail.com - Split EPMd to separate package in order to make it possible to use alternative implementations of EPMd. ------------------------------------------------------------------- Sun Mar 23 07:51:54 UTC 2014 - matwey.kornilov@gmail.com - Add README.SUSE, modify epmd.socket: fix bnc#869112 ------------------------------------------------------------------- Sun Mar 23 06:46:23 UTC 2014 - matwey.kornilov@gmail.com - Add erlang-observer package (observer depends on wx) ------------------------------------------------------------------- Thu Feb 20 07:35:16 UTC 2014 - matwey.kornilov@gmail.com - Use %service_add_pre macro ------------------------------------------------------------------- Wed Feb 19 07:23:07 UTC 2014 - matwey.kornilov@gmail.com - Fix names of epmd.service and epmd.socket files ------------------------------------------------------------------- Thu Feb 6 12:12:26 UTC 2014 - matwey.kornilov@gmail.com - Add User and Group to epmd.service ------------------------------------------------------------------- Sat Dec 21 11:05:07 UTC 2013 - matwey.kornilov@gmail.com - Add crypto.patch: fix compilation with openssl having EC disabled ------------------------------------------------------------------- Fri Dec 20 19:51:06 UTC 2013 - matwey.kornilov@gmail.com - Fixing systemd. - Warning: variables in /etc/sysconfig/erlang must be set and filled. ------------------------------------------------------------------- Fri Dec 20 14:51:25 UTC 2013 - kruber@zib.de - update to R16B03 release: + A new memory allocation feature called "super carrier" has been introduced. It can for example be used for pre-allocation of all memory that the runtime system should be able to use. It is enabled by passing the +MMscs (size in MB) command line argument. For more information see the documentation of the +MMsco, +MMscrfsd, +MMscrpm, +MMscs, +MMusac, and, +Mlpm command line arguments in the erts_alloc(3) documentation. + The ldap client eldap now supports the start_tls operation. This upgrades an existing tcp connection to encryption using tls, see eldap:start_tls/2 and /3. + The ftp client (inets application) now supports ftp over tls (ftps). - adapt patch erlang-not-install-misc.patch ------------------------------------------------------------------- Sun Oct 27 17:07:46 UTC 2013 - p.drouand@gmail.com - Add systemd support for openSUSE >= 12.3 ------------------------------------------------------------------- Thu Sep 19 06:13:18 UTC 2013 - matwey.kornilov@gmail.com - update to R16B02 release: + Lots of bug-fixes + A new test scope + Added application:ensure_all_started/1-2 + New erl option +SP to set schedulers by percentages. ------------------------------------------------------------------- Fri Jun 21 20:11:27 UTC 2013 - kruber@zib.de - update to R16B01 release: + Migration of memory carriers between allocator instances, when enabled it will result in reduced memory footprint when the memory load is unevenly distributed between scheduler specific allocator instances. + Interruptible term_to_binary, (thanks to Erik Stenman) + Added the +sfwi <interval> Scheduler Forced Wakeup Interval + All crypto functions except the block chipers will now chunk large input into several calls to avoid blocking the scheduler for too long. + Elliptic curve support in crypto, ssl and ssh (thanks to Andreas Schultz) + Lift static limitation (FD_SETSIZE) for file descriptors on Mac OS X. (thanks to Anthony Ramine) + Removed a lock around GC statistics counter + Many small improvements and in Diameter + 60 user contributions - adapted fix-armv7hl.patch ------------------------------------------------------------------- Sat Jun 15 18:10:56 UTC 2013 - matwey.kornilov@gmail.com - dialyzer requires graphviz (see dialyzer_callgraph:to_ps/3) ------------------------------------------------------------------- Sat Jun 15 17:28:03 UTC 2013 - matwey.kornilov@gmail.com - move dialyzer binaries into separate package ------------------------------------------------------------------- Thu May 23 11:11:31 UTC 2013 - mrueckert@suse.de - added rcepmd symlinks for the init script ------------------------------------------------------------------- Thu Apr 4 08:23:56 UTC 2013 - speilicke@suse.com - Drop rebar-specific RPM macros, these belong into erlang-rebar (seperate package) ------------------------------------------------------------------- Sun Mar 31 07:28:23 UTC 2013 - schwab@suse.de - Fix ppc and arm patches so that they don't conflict ------------------------------------------------------------------- Fri Mar 8 12:21:26 UTC 2013 - matwey.kornilov@gmail.com - Fix erlang-src orphaned directories. erlang-src has been split according to erlang package. ------------------------------------------------------------------- Fri Mar 8 09:01:19 UTC 2013 - matwey.kornilov@gmail.com - Add erlang-no-install-misc.patch: initial Fedora name was too long for us: otp-0001-Do-not-format-man-pages-and-do-not-install-miscellan.patch this patch is * to remove generating of erlang/man/cat? directories (which were not even market as %ghost) at %post. The man-files is gz-pped (by SUSE) and because of that, script misc/format_man_pages has been failing its job for a long time; * to remove unused scripts from misc. ------------------------------------------------------------------- Wed Feb 27 14:52:47 UTC 2013 - kruber@zib.de - update to R16B release: + Optimized handling of processes in the VM * New internal process table allowing for parallel reads and writes * optimized run queue management * optimized process state changes + "Non-blocking" code loading + New internal port table, and rewrite of scheduling of port tasks. + Dynamic allocation of port structures, allowing the default for maximum ports to be raised to 65536 (from 1024) + Support for UTF-8 encoded Unicode characters in source files. + Inets application: The http client now support HTTPS through a proxy + Asn1 application: Major cleanup of back ends and optimizations of mainly decode for PER and UPER. + The experimental features parameterized modules and packages are removed. An alternative compatible solution for parameterized modules is provided here https://github.com/erlang/pmod_transform. + All built in functions BIF's (even if they are implemented in C as part of the VM) are now visible in the source code of the module they belong to, including their type specs. + The Wx application now compiles and is usable with the unstable development branch of wxWidgets-2.9. This means that wx can now be built on 64 bit MacOsX as well. - update otp-R15B02-rpath.patch to otp-R16B-rpath.patch ------------------------------------------------------------------- Thu Feb 7 18:07:06 UTC 2013 - matwey.kornilov@gmail.com - Add macros.erlang with some RPM macros for erlang packaging ------------------------------------------------------------------- Mon Feb 4 10:54:07 UTC 2013 - kruber@zib.de - update to R15B03-1 release: + integrated fix for a bug in ssl that affected accept calls with timeouts + ERL_CRASH_DUMP_SECONDS only needs to be set when using heart, all other invocations of the Erlang VM will crashdump on fatal errors as they did in R15B02 + systems using heart still have to define a maximum time for crashdumps using the ERL_CRASH_DUMP_SECONDS environment variable - dropped otp-R15B03-fix_ssl_accept_timeout.patch (fixed in release) ------------------------------------------------------------------- Mon Jan 7 12:40:48 UTC 2013 - matwey.kornilov@gmail.com - Add fix-armv7hl.patch - temporary fix build at armv7hl ------------------------------------------------------------------- Sat Jan 5 19:39:43 UTC 2013 - matwey.kornilov@gmail.com - add make clean before build. it clears .beam files bundled with sources. our aim is to build everything from sources. ------------------------------------------------------------------- Mon Dec 3 23:31:33 UTC 2012 - mrueckert@suse.de - fixed typo in epmd init script: echo -e needed to get the "\n" printed properly. ------------------------------------------------------------------- Mon Dec 3 18:07:40 UTC 2012 - kruber@zib.de - update to R15B03 release: + mainly bug fixes + ERL_CRASH_DUMP_SECONDS must be set in order to get any Erlang crash dump (potential incompatibility introduced to fix the use of "-heart" in combination with the Erlang crash dump + details: http://www.erlang.org/download/otp_src_R15B03.readme ------------------------------------------------------------------- Mon Nov 19 18:41:15 UTC 2012 - dimstar@opensuse.org - Fix useradd invocation: -o is useless without -u and newer versions of pwdutils/shadowutils fail on this now. ------------------------------------------------------------------- Sat Nov 17 13:36:31 UTC 2012 - matwey.kornilov@gmail.com - fixed 'executable-docs' lint error ------------------------------------------------------------------- Fri Nov 16 22:51:00 MSK 2012 - matwey.kornilov@gmail.com - directory /usr/share/man/man1 is handled by filesystem package, we don't have to package it twice ------------------------------------------------------------------- Fri Nov 9 11:54:55 UTC 2012 - saschpe@suse.de - Symlink man-pages for binaries (1) into %_mandir (bnc#788027) ------------------------------------------------------------------- Tue Nov 6 14:00:09 UTC 2012 - saschpe@suse.de - Use SPDX-style license (ErlPL-1.1) - Merge changes from devel:languages:misc/erlang, which is still the devel project for Factory. ------------------------------------------------------------------- Wed Oct 31 14:55:39 UTC 2012 - saschpe@suse.de - Set same permissions for the following files (bnc#784670): /usr/lib64/erlang/bin/start_erl /usr/lib64/erlang/erts-5.8.5/bin/start_erl.src ------------------------------------------------------------------- Mon Oct 8 09:40:46 UTC 2012 - saschpe@suse.de - Avoid shipping libraries with licensing issues (see bnc#728667) + Neither ship 'diameter' source or binary and remove the corresponding but useless man pages + The xmerl binary (library) is safe to ship, but not it's sources (fixes bnc#776060) ------------------------------------------------------------------- Thu Sep 27 01:16:22 UTC 2012 - mrueckert@suse.de - epmd should not run under the service that needs it first: - add init script to launch epmd under the newly added epmd user/group. - added /etc/sysconfig/erlang to configure the port and the listening IP ------------------------------------------------------------------- Mon Sep 10 09:26:31 UTC 2012 - kruber@zib.de - require generic java-devel package for all distros (>= 1.5.0) - fixed javac define for openjdk7 - enabled parallel build again ------------------------------------------------------------------- Thu Sep 6 09:00:14 UTC 2012 - kruber@zib.de - update to R15B02 release: + Highlights: * Dialyzer: The type analysis tool Dialyzer is optimized to be generally faster. - It can now also run in parallel (default) on SMP systems and by this perform the analysis significantly faster (Thanks to Stavros Aronis and Kostis Sagonas) * The SSL application now has experimental support for the TLS 1.1 and 1.2 standards as well (Thanks to Andreas Schultz). * CommonTest: It is now possible to sort the generated html tables. A Netconf client (ct_netconf) which support basic netconf over ssh is added * Diameter: Statistics counters related to Diameter messages can now be retrieved by calling the diameter:service_info/2 function. * Various smaller optimizations in the Erlang VM * This release also contains 66 contributions from users outside the Ericsson team ------------------------------------------------------------------- Wed Jul 25 14:05:47 UTC 2012 - dvaleev@suse.com - Add erlang-ppc.patch: Fix PPC architecture detection ------------------------------------------------------------------- Tue Jun 26 13:46:36 UTC 2012 - mvyskocil@suse.cz - Simply use java-devel >= 1.6.0 as it expands to correct jdk on every distribution ------------------------------------------------------------------- Mon Apr 16 16:15:13 UTC 2012 - kruber@zib.de - updated to R15B01 release: + Highlights from R15B01: * Added erlang:statistics(scheduler_wall_time) to ensure correct determination of scheduler utilization. Measuring scheduler utilization is strongly preferred over CPU utilization, since CPU utilization gives very poor indications of actual scheduler/vm usage. * Changed ssh implementation to use the public_key application for all public key handling. This is also a first step for enabling a callback API for supplying public keys and handling keys protected with password phrases. Additionally the test suites where improved so that they do not copy the users keys to test server directories as this is a security liability. Also ipv6 and file access issues found in the process has been fixed. * When an escript ends now all printout to standard output and standard error gets out on the terminal. This bug has been corrected by changing the behaviour of erlang:halt/0,1, which should fix the same problem for other escript-like applications, i.e. that data stored in the output port driver buffers got lost when printing on a TTY and exiting through erlang:halt/0,1. The BIF:s erlang:halt/0,1 has gotten improved semantics and there is a new BIF erlang:halt/2 to accomplish something like the old semantics. See the documentation. * The DTrace source patch from Scott Lystig Fritchie is integrated in the source tree. Using an emulator with dtrace probe is still not supported for production use, but may be a valuable debugging tool. Configure with --with-dynamic-trace=dtrace (or --with-dynamic-trace=systemtap) to create a build with dtrace probes enabled. See runtime_tools for documentation and examples * Added Torbjörn Törnkvists LDAP client as a new application called eldap. * Added options for the ssh client to support user keys files that are password protected. ------------------------------------------------------------------- Thu Dec 14 22:07:03 UTC 2011 - alex@simonov.me - updated to R15B release ------------------------------------------------------------------- Thu Nov 10 12:28:20 UTC 2011 - saschpe@suse.de - Drop files with propriatery license (diameter and xmerl) (bnc#728667) ------------------------------------------------------------------- Mon Oct 10 20:20:58 UTC 2011 - kruber@zib.de - updated to R14B04 release + mainly a stabilization of the R14B03 release (but as usual there is some new functionality as well) ------------------------------------------------------------------- Thu Sep 29 23:47:56 UTC 2011 - saschpe@suse.de - BuildRequire java-1_6_0-openjdk-devel on 12.1 or newer, java-1_6_0-sun was dropped - Added a spec file license header (needed for Factory) - No need to require %{version}-%{release}, %{version} is enough - Remove outdated sections (%clean), use %make_install macro - Don't package INSTALL file ------------------------------------------------------------------- Wed May 25 23:45:33 UTC 2011 - kruber@zib.de - updated to R14B03 release + Highlights from R14B03: * Diameter is a brand new application in this release. The application support the diameter protocol specified in RFC 3588 and is intended to provide an Authentication, Authorization and Accounting (AAA) framework for applications. * The documentation for stdlib and kernel now uses type specifications from the source modules which should guarantee that the documentation and code are consistent with regard to the type information. + Higlights from R14B02: * OTP-8525 It is now possible to use Erlang specifications and types in EDoc documentation. * OTP-8768 All tests in Erlang/OTP have been converted to be run with Common Test as the backend instead of Test Server * OTP-8941 The previously experimental halfword emulator is now official (it is not supported by HiPE though). * OTP-9065 Dependency generation for Makefiles has been added to the erts compiler and erlc + Higlights from R14B01: * OTP-8922 new ETS option compressed * OTP-8926 new function inet:getifaddrs/0 modeled after C library function getifaddrs() on BSD and Linux (replaces inet:getiflist/0 and inet:ifget/2) ------------------------------------------------------------------- Mon Feb 14 10:52:49 UTC 2011 - mrueckert@suse.de - fix operator in some recommends ------------------------------------------------------------------- Mon Sep 27 12:26:56 UTC 2010 - kruber@zib.de - updated to R14B release + Higlights: * OTP-8544: re-writted large parts of the ethread library * OTP-8763: auto-imported the following BIFs: monitor/2, monitor/3, demonitor/2, demonitor/3, error/1, error/2, integer_to_list/2, list_to_integer/2 ------------------------------------------------------------------- Fri Jun 4 10:10:52 UTC 2010 - kruber@zib.de - fixed parsing of the TOOLS_VERSION (fixes wrong erlang.el file for emacs) - also made sure that this could not happen with the other version extractions ------------------------------------------------------------------- Mon May 3 12:35:11 UTC 2010 - kruber@zib.de - instead of removing all sources, create a sub-package with them - include java_src and c_src as well - fixed tv being packaged twice ------------------------------------------------------------------- Mon May 3 08:06:35 UTC 2010 - kruber@zib.de - added a fix from Arch Linux for their bug 17001 (wx not working) - install common_test helper script per default ------------------------------------------------------------------- Tue Mar 23 08:30:46 UTC 2010 - aj@suse.de - Split up packages so that tcl/tk and wxGTK requirements are in sub packages. - Do not package erlang sources. - Link against shared zlib. ------------------------------------------------------------------- Mon Mar 1 2010 kruber@zib.de - fixed emacs support ------------------------------------------------------------------- Thu Feb 25 2010 kruber@zib.de - update to R13B04, highlights: * documentation can now be built from the source * enhanced Native Implemented Functions (NIFs) (but still beta) * enhanced garbage collection of binaries * support for user defined prompt in the shell * enhanced cross compilation support - clean repo from old versions - added emacs erlang support - reduced package size (hardlink duplicates) ------------------------------------------------------------------- Thu Nov 26 2009 kruber@zib.de - update to R13B03, highlights: * Native Implemented Functions (NIFs) still experimental but very useful. * The documentation is built in a new way using xsltproc and Apache FOP. The layout is changed both in HTML and PDF versions. This is the first step, more changes and improvements will come in the following releases. ------------------------------------------------------------------- Mon Oct 12 2009 nico.laus.2001@gmx.de - update to R13B02, highlights: * Dialyzer can now refer to types defined in another module, using the syntax Module:Type(). * There is a new function file:read_line/1 to facilitate reading entire lines in raw mode. * There is new section in the Efficiency Guide about drivers. ------------------------------------------------------------------- * Thu Aug 20 2009 nico.laus.2001@gmx.de - use RPM_OPT_FLAGS for distributions other than openSUSE 11.0 or Fedora 9 (adding this for those was not possible due to a bug in GCC) ------------------------------------------------------------------- * Sat Aug 1 2009 alex@simonov.in.ua - update to R13B01 - clean repo from old versions - integrated compiler patch that fixes an "Internal consistency check failed" error see http://www.erlang.org/cgi-bin/ezmlm-cgi?2:mss:1335:200906:hbcibacodggnfnj - version of java must be equal or great then 1.5.0 ------------------------------------------------------------------- Tue Feb 10 2009 alex@simonov.in.ua - add OTP-7738 patch A process being garbage collected via the garbage_collect/1 BIF or the check_process_code/2 BIF didn't handle message receive and resume correctly during the garbage collect. When this occurred, the process returned to the state it had before the garbage collect instead of entering the new state. ------------------------------------------------------------------- * Wed Dec 25 2008 <alex@simonov.in.ua> - fix build on SLE-10 ------------------------------------------------------------------- * Wed Dec 24 2008 <alex@simonov.in.ua> - fix build jinterface, set javac target to 1.5 - remove depend on gcc 4.3.3 - add smp support - add hipe support - add kernel poll support - add rpmlint file - split java interface into separate package ------------------------------------------------------------------- Tue Dec 2 2008 <alex@simonov.in.ua> - update to R12B-5 - use GCC >= 4.3.3 for openSUSE 11 ------------------------------------------------------------------- Tue Oct 30 2007 mrueckert@suse.de - fix ssl build ------------------------------------------------------------------- Tue Sep 25 2007 mrueckert@suse.de - update to R11B-5
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor