From 566256a5f970cb95ad72bb7c6601827b2dd6bc74 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 13 Sep 2011 00:29:57 +0000 Subject: * NEWS: wrote about rb_reserved_fd_p() and objspace. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 140afe8af5..fbdcb1faf4 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,9 @@ with all sufficient information, see the ChangeLog file. * ruby_vm_at_exit() added. This enables extension libs to hook a VM termination. +* rb_reserved_fd_p() added. If you want to close all file descriptors, + check using this API. [ruby-core:37759] + === Library updates (outstanding ones only) * builtin classes @@ -236,6 +239,10 @@ with all sufficient information, see the ChangeLog file. * Net::HTTPRequest#set_form): Added to support both application/x-www-form-urlencoded and multipart/form-data. +* objspace + * new method: + * ObjectSpace::memsize_of_all + * openssl * PKey::RSA and PKey::DSA now use the generic X.509 encoding scheme (e.g. used in a X.509 certificate's Subject Public Key Info) when -- cgit v1.2.3