summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-02 21:03:15 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-02 21:03:15 +0000
commit802c468fc6e8291710b785cd099ff288202b9978 (patch)
treeda65d787be07fa1668848b93ff379225cf5515c8 /NEWS
parentc03d1c273622c2a6de263f246bd5718eec08fb1f (diff)
* ext/zlib/zlib.c (zstream_run): Process zlib streams without GVL.
[Feature #6615] * NEWS: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7431c79be0..3f45b2f6e9 100644
--- a/NEWS
+++ b/NEWS
@@ -117,6 +117,8 @@ with all sufficient information, see the ChangeLog file.
* zlib
* Added support for the new deflate strategies Zlib::RLE and Zlib::FIXED.
+ * Zlib streams are now processed without the GVL. This allows gzip, zlib and
+ deflate streams to be processed in parallel.
* openssl
* Consistently raise an error when trying to encode nil values. All instances