Вышел Ruby 2.0.0-p247

Вышел Ruby 2.0.0-p247.

Данный релиз включает исправление проблемы безопасности со встроенным OpenSSL.

А также некоторые багфиксы.

Скачать

Вы можете скачать этот релиз:

Изменения

Большие изменения перечислены ниже.

Смотри тикеты и ChangeLog.

Keyword arguments

  • #8040 change priority between keyword arguments and mandatory arguments.
  • #8416 super does not forward either named or anonymous **
  • #8463 Proc auto-splat bug with named arguments

Виртуальная машина/Процессинг языка

  • #8424 fix infinite loop when stack overflow with TH_PUSH_TAG()
  • #8436 __dir__ not working in eval with binding
  • #8489 Tracepoint API: B_RETURN_EVENT not triggered when “next” used
  • #8341 block_given? (and the actual block) persist between calls to a proc created from a method (using method().to_proc()).
  • #8531 block_given? (and the actual block) persist between calls to a proc created by Symbol#to_proc.

RubyGems

Встроенная версия RubyGems обновлена до 2.0.3

Кодировка

  • #8516 IO#readchar returns wrong codepoints when converting encoding

Windows

  • #8431 File.read() crash on Win32SP3 32bit

Библиотеки

  • #8467 Rewinding and iterating through gzipped IO leads to segmentation fault
  • #8415 Net::IMAP#capability_response raises “Net::IMAP::ResponseParseError: unexpected token CRLF” for common CAPABILITY

Комментарий к релизу

Многие коммитеры, тестеры и пользователи, которые слали баг репорты, помогли мне сделать этот релиз. Спасибо за их участие.