summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-19 05:20:01 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-19 05:20:01 +0000
commit281825d48d3a0cf7281d5b42501d7191a821d21b (patch)
treed4bcb4886ffa6864b7d1e1fe15f5dd25a8dfb4b0 /ChangeLog
parentd842fce66e99f008f1119c82693120569a82c107 (diff)
* ChangeLog: commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0c8abbee0..2d00730610 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jan 19 14:19:26 2010 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * ext/zlib/{extconf.rb, zlib.c): crc32_combine and adler32_combine is
+ supported on Zlib 1.2.2.1, so check them for old zlib.
+
Tue Jan 19 09:03:37 2010 Aaron Patterson <tenderlove@ruby-lang.org>
* ext/zlib/zlib.c: added Zlib.crc32_combine and Zlib.adler32_combine