[#66678] [ruby-trunk - Feature #10481] Add "if" and "unless" clauses to rescue statements — alex@...
Issue #10481 has been updated by Alex Boyd.
3 messages
2014/12/04
[#66762] Re: [ruby-changes:36667] normal:r48748 (trunk): struct: avoid all O(n) behavior on access — Tanaka Akira <akr@...>
2014-12-10 0:44 GMT+09:00 normal <ko1@atdot.net>:
3 messages
2014/12/10
[#66851] [ruby-trunk - Feature #10585] struct: speedup struct.attr = v for first 10 attributes and struct[:attr] for big structs — funny.falcon@...
Issue #10585 has been updated by Yura Sokolov.
3 messages
2014/12/15
[#67126] Ruby 2.2.0 Released — "NARUSE, Yui" <naruse@...>
We are pleased to announce the release of Ruby 2.2.0.
8 messages
2014/12/25
[#67128] Re: Ruby 2.2.0 Released
— Rodrigo Rosenfeld Rosas <rr.rosas@...>
2014/12/25
I can't install it in any of our Ubuntu servers using rbenv:
[#67129] Re: Ruby 2.2.0 Released
— SHIBATA Hiroshi <shibata.hiroshi@...>
2014/12/25
> I can't install it in any of our Ubuntu servers using rbenv:
[ruby-core:67112] [ruby-trunk - Feature #9390] Support for the ALPN TLS extension
From:
normalperson@...
Date:
2014-12-24 22:48:34 UTC
List:
ruby-core #67112
Issue #9390 has been updated by Eric Wong. Note: ALPN requires OpenSSL 1.0.2, which is only in beta3 as of now (2014/12/24). I suspect few are willing to use a beta version of OpenSSL on their servers. But I look forward to this feature. ---------------------------------------- Feature #9390: Support for the ALPN TLS extension https://bugs.ruby-lang.org/issues/9390#change-50618 * Author: Ilya Grigorik * Status: Assigned * Priority: Normal * Assignee: Martin Bosslet * Category: ext/openssl * Target version: ---------------------------------------- ALPN [1] is a successor [2] to NPN, support for which was added in 2.0.0 [3]. HTTP/2 [4] is using ALPN to negotiate protocol support, and the spec is moving fast -- it'd be great to have ALPN support in one of the upcoming Ruby releases. Current status of ALPN support in various TLS libraries and languages: https://github.com/http2/http2-spec/wiki/ALPN-Status. As a side note, for anyone interested, I have an implementation of draft-06 http/2 spec: https://github.com/igrigorik/http-2 [1] http://tools.ietf.org/html/draft-friedl-tls-applayerprotoneg-02 [2] https://www.imperialviolet.org/2013/03/20/alpn.html [3] https://bugs.ruby-lang.org/issues/6503 [4] http://tools.ietf.org/html/draft-ietf-httpbis-http2-00 -- https://bugs.ruby-lang.org/