summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-03-10 16:54:02 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-03-10 16:54:02 +0000
commitbd90dc80f29a09376e04f5f1b6adbe17806a67fa (patch)
treee36f81d7e680bfdc0879d24a8c3033556293c92b /NEWS
parent2ff3ec5dbea979cc5d37abc8fc8c98c8edc14fd8 (diff)
* process.c (proc_getmaxgroups, proc_setmaxgroups): Process#maxgroups
and Process#maxgroups= now raise NotImplementedError if the platform don't support supplementary groups concept. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31090 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b6a49d3ea9..fca7558321 100644
--- a/NEWS
+++ b/NEWS
@@ -80,6 +80,10 @@ with all sufficient information, see the ChangeLog file.
* extended method:
* Time#strftime supports %:z and %::z.
+ * Process
+ * Process#maxgroups and Process#maxgroups= now raise NotImplementedError if
+ the platform don't support supplementary groups concept.
+
* io/console
* new methods:
* IO#noecho {|io| }