From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id 4AFDF19E003E for ; Thu, 24 Dec 2015 17:19:51 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id CE5EDB5D888 for ; Thu, 24 Dec 2015 17:52:14 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 7861118CC7B5 for ; Thu, 24 Dec 2015 17:52:15 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id E8E26120509; Thu, 24 Dec 2015 17:52:13 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by neon.ruby-lang.org (Postfix) with ESMTP id 498F71204B0 for ; Thu, 24 Dec 2015 17:52:09 +0900 (JST) Received: from localhost (dcvr.yhbt.net [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPSA id 469821F7E5; Thu, 24 Dec 2015 08:52:08 +0000 (UTC) Date: Thu, 24 Dec 2015 08:52:08 +0000 From: Eric Wong To: Ruby developers Message-ID: <20151224085208.GA22866@dcvr.yhbt.net> References: <566A2B71.4010708@atdot.net> <20151211090624.GA30536@dcvr.yhbt.net> <567955CF.8080602@atdot.net> <20151222200519.GA22866@dcvr.yhbt.net> <5679FD4B.6080307@atdot.net> <20151223031222.GA5009@dcvr.yhbt.net> <567B9BE6.9030708@atdot.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <567B9BE6.9030708@atdot.net> X-ML-Name: ruby-core X-Mail-Count: 72468 Subject: [ruby-core:72468] Re: Ruby 2.3.0-preview2 Released X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" SASADA Koichi wrote: > Thank you for your summary. > I added entries in NEWS (r53268). OK, I trimmed some redundancy to avoid double mentions in r53277 > I'm afraid that your summary is too long. Oops :x > Corrections are welcome. > > (Proc#call is too trivial?) Seems fine. Maybe mention the CGI.escapeHTML change, too... Btw, what about String#encode? Couldn't the subtle difference between HTML and XML escaping be combined into transcode.c instead of adding an extra shared object. Extra .so means more relocations and disk seeks at loading.