免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2232 | 回复: 3
打印 上一主题 下一主题

[技术动态] Erlang OTP 17.4 has been released [复制链接]

论坛徽章:
27
水瓶座
日期:2014-08-22 21:06:34程序设计版块每日发帖之星
日期:2015-11-25 06:20:0015-16赛季CBA联赛之新疆
日期:2015-12-19 19:05:48IT运维版块每日发帖之星
日期:2015-12-25 06:20:31IT运维版块每日发帖之星
日期:2015-12-25 06:20:31IT运维版块每日发帖之星
日期:2015-12-25 06:20:3315-16赛季CBA联赛之上海
日期:2016-04-15 19:51:31程序设计版块每日发帖之星
日期:2016-04-17 06:23:29程序设计版块每日发帖之星
日期:2016-04-23 06:20:00程序设计版块每日发帖之星
日期:2016-05-26 06:20:00每日论坛发贴之星
日期:2016-05-26 06:20:0015-16赛季CBA联赛之辽宁
日期:2017-02-16 23:59:47
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2014-12-12 23:05 |只看该作者 |倒序浏览
本帖最后由 shijiang1130 于 2014-12-12 23:06 编辑

又出新的小版本了,有我比较期待的地方:wink:

  1. eldap: Nearly all TCP options are possible to give in the eldap:open/2 call.
  2. ssh: Added API functions ptty_alloc/3 and ptty_alloc/4, to allocate a pseudo tty.
  3. ssl: Handle servers that may send an empty SNI extension to the client.
复制代码

论坛徽章:
27
水瓶座
日期:2014-08-22 21:06:34程序设计版块每日发帖之星
日期:2015-11-25 06:20:0015-16赛季CBA联赛之新疆
日期:2015-12-19 19:05:48IT运维版块每日发帖之星
日期:2015-12-25 06:20:31IT运维版块每日发帖之星
日期:2015-12-25 06:20:31IT运维版块每日发帖之星
日期:2015-12-25 06:20:3315-16赛季CBA联赛之上海
日期:2016-04-15 19:51:31程序设计版块每日发帖之星
日期:2016-04-17 06:23:29程序设计版块每日发帖之星
日期:2016-04-23 06:20:00程序设计版块每日发帖之星
日期:2016-05-26 06:20:00每日论坛发贴之星
日期:2016-05-26 06:20:0015-16赛季CBA联赛之辽宁
日期:2017-02-16 23:59:47
2 [报告]
发表于 2014-12-12 23:11 |只看该作者
  1.    OTP-12289  Fixed bug on windows causing gen_tcp/udp to return an error
  2.               when given an fd to work with.
复制代码

论坛徽章:
27
水瓶座
日期:2014-08-22 21:06:34程序设计版块每日发帖之星
日期:2015-11-25 06:20:0015-16赛季CBA联赛之新疆
日期:2015-12-19 19:05:48IT运维版块每日发帖之星
日期:2015-12-25 06:20:31IT运维版块每日发帖之星
日期:2015-12-25 06:20:31IT运维版块每日发帖之星
日期:2015-12-25 06:20:3315-16赛季CBA联赛之上海
日期:2016-04-15 19:51:31程序设计版块每日发帖之星
日期:2016-04-17 06:23:29程序设计版块每日发帖之星
日期:2016-04-23 06:20:00程序设计版块每日发帖之星
日期:2016-05-26 06:20:00每日论坛发贴之星
日期:2016-05-26 06:20:0015-16赛季CBA联赛之辽宁
日期:2017-02-16 23:59:47
3 [报告]
发表于 2014-12-12 23:12 |只看该作者
  1.   OTP-12291  When flushing output to stdout on windows, the emulator could
  2.               sometimes hang indefinitely waiting for the flush to
  3.               complete. This has been fixed.
复制代码

论坛徽章:
27
水瓶座
日期:2014-08-22 21:06:34程序设计版块每日发帖之星
日期:2015-11-25 06:20:0015-16赛季CBA联赛之新疆
日期:2015-12-19 19:05:48IT运维版块每日发帖之星
日期:2015-12-25 06:20:31IT运维版块每日发帖之星
日期:2015-12-25 06:20:31IT运维版块每日发帖之星
日期:2015-12-25 06:20:3315-16赛季CBA联赛之上海
日期:2016-04-15 19:51:31程序设计版块每日发帖之星
日期:2016-04-17 06:23:29程序设计版块每日发帖之星
日期:2016-04-23 06:20:00程序设计版块每日发帖之星
日期:2016-05-26 06:20:00每日论坛发贴之星
日期:2016-05-26 06:20:0015-16赛季CBA联赛之辽宁
日期:2017-02-16 23:59:47
4 [报告]
发表于 2014-12-12 23:18 |只看该作者

  1. --- ssh-3.1 -------------------------------------------------------------

  2.    OTP-11329  Fix option user_interaction to work as expected. When
  3.               password authentication is implemented with ssh
  4.               keyboard-interactive method and the password is already
  5.               supplied, so that we do not need to query user, then
  6.               connections should succeed even though user_interaction
  7.               option is set to false.

  8.    OTP-11542  Added API functions ptty_alloc/3 and ptty_alloc/4, to
  9.               allocate a pseudo tty.

  10.    OTP-12157  Gracefully handle bad data from the client when expecting ssh
  11.               version exchange.

  12.    OTP-12168  When restarting an ssh daemon, that was stopped with
  13.               ssh:stop_listner/ [1,2] new options given shall replace old
  14.               ones.

  15.    OTP-12180  Supports tar file creation on other media than file systems
  16.               mounted on the local machine.

  17.               The erl_tar api is extended with erl_tar:init/3 that enables
  18.               usage of user provided media storage routines. A ssh-specific
  19.               set of such routines is hidden in the new function
  20.               ssh_sftp:open_tar/3 to simplify creating a tar archive on a
  21.               remote ssh server.

  22.               A chunked file reading option is added to erl_tar:add/3,4 to
  23.               save memory on e.g small embedded systems. The size of the
  24.               slices read from a file in that case can be specified.

  25.    OTP-12185  Always send SSH_DISCONNECT protocol messages when peer sends
  26.               corrupt messages.

  27.    OTP-12194  The option parallel_login didn't work with the value true.
  28.               All logins were serial.

  29.    OTP-12200  Make sure the clean rule for ssh, ssl, eunit and otp_mibs
  30.               actually removes generated files.

  31.    OTP-12247  Fixes of login blocking after port scanning.

  32.    OTP-12256  Improved Property Tests (Thanks to Thomas, John and Tobias at
  33.               QuviQ)

  34.    OTP-12277  Correct typo of renegotiate that could cause rekeying to fail

  35.    OTP-12306  The {timeout, Timeout} option passed to
  36.               ssh_sftp:start_channel was not applied to the early phases of
  37.               the SSH protocol. This patch passes the Timeout through to
  38.               ssh:connect. In case the timeout occurs during these phases,
  39.               {error, timeout} is returned. (Thanks to Simon Cornish)

  40.    OTP-12312  Hooks for funs that can change binaries sent to remote sites
  41.               from erl_tar for renote tar file creation are added. See
  42.               ssh_sftp:open_tar/3,4 for details. The hooks could also be
  43.               used to read remote tar files that need transformation before
  44.               file extraction.

  45.               Those hooks are intended for encryption and decryption of tar
  46.               files. Effort is put into memory, disk and network resource
  47.               economy.
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP