head 1.2; access; symbols pkgsrc-2019Q3:1.1.0.104 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.102 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.100 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.98 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.96 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.94 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.92 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.90 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.88 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.84 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.82 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.80 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.78 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.76 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.74 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.72 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.70 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.68 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.66 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.64 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.62 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.60 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.58 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.56 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.54 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.52 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.50 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.48 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.46 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.44 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.42 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.40 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.38 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.36 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.34 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.32 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.30 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.28 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.26 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.24 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.22 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.20 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.18 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.16 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.14 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.12 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.10 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.8 pkgsrc-2008Q1:1.1.0.6 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.4 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.2 pkgsrc-2007Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2019.11.18.20.46.01; author nia; state dead; branches; next 1.1; commitid CmLimfaQVr9jinLB; 1.1 date 2007.07.28.14.27.09; author obache; state Exp; branches; next ; desc @@ 1.2 log @erlang: Update to 22.1.7 Potential Incompatibilities Mnesia: Transactions with sticky locks could with async_asym transactions be committed in the wrong order, since asym transactions are spawned on the remote nodes. To fix this bug the communication protocol between mnesia nodes had to be updated, thus mnesia will no longer be able to connect to nodes earlier than mnesia-4.14 ,first realeased in OTP-19.0. Stdlib: Debugging of time-outs in gen_statem has been improved. Starting a time-out is now logged in sys:log and sys:trace. Running time-outs are visible in server crash logs, and with sys:get_status. Due to this system events {start_timer, Action, State} and {insert_timout, Event, State} have been added, which may surprise tools that rely on the format of these events. New features: The EventContent of a running time-out can be updated with {TimeoutType, update, NewEventContent}. Running time-outs can be cancelled with {TimeoutType, cancel} which is more readable than using Time = infinity.{rel, Name, Vsn, RelApps, Opts}. Highlights Compiler: erlc can now automatically use a compile server to avoid starting an Erlang system for each file to be compiled in a multi-file project. See the documentation for how to enable it. Standard libraries: SSL: Basic support for TLS 1.3 Client for experimental use. For more information see the Standards Compliance chapter of the User's Guide. crypto: The Message Authentication Codes (MAC) CMAC, HMAC and Poly1305 are unified into common functions in the New Crypto API. See the manual for CRYPTO. cipher_info/1 functions returns maps with information about the hash or cipher in the argument. @ text @=========================================================================== $NetBSD: MESSAGE,v 1.1 2007/07/28 14:27:09 obache Exp $ To use GS (Graphic System), please install x11/tk. =========================================================================== @ 1.1 log @Update erlang to 11.5, aka R11B-5. Pkgsrc changes: * Drop dependency on X11. GS (Graphic System) doesn't use X11 directly, using `wish' command. Wish command will be picked up from PATH, to use GS, install wish command from x11/tk. (closes PR 35373, PR 36418) * FIxed to install crypto library correctly. (closes PR 36616) Changes list is too long. See attached URL for more detail. Bug fix release : otp_src_R11B-5 Build date : 2007-06-12 http://www.erlang.org/download/otp_src_R11B-5.readme Bug fix release : otp_src_R11B-4 Build date : 2007-03-28 http://www.erlang.org/download/otp_src_R11B-4.readme Bug fix release : otp_src_R11B-3 Build date : 2007-01-30 http://www.erlang.org/download/otp_src_R11B-3.readme Bug fix release : otp_src_R11B-2 Build date : 2006-11-07 http://www.erlang.org/download/otp_src_R11B-2.readme Bug fix release : otp_src_R11B-1 Build date : 2006-08-29 http://www.erlang.org/download/otp_src_R11B-1.readme @ text @d2 1 a2 1 $NetBSD$ @