summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-18 10:37:47 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-18 10:37:47 +0000
commitb0e9e1d46892cf1b8c0373be8f05d0b0c711954b (patch)
tree0cd6efb52d3d780a7c86c487f29fa1910bdb7474 /ChangeLog
parent196d4a7d730eceaf2b9719a44d4c9778102e5724 (diff)
* configure.in: revert revision r29854. This revision introduced
binary incompatibilities on some circumstances. The bug that revision was fixing gets reopened by this reversion. [ruby-dev:43152] cf. [Bug #2553] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@30895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af54a07ee9..522c11a157 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri Feb 18 19:22:17 2011 URABE Shyouhei <shyouhei@ruby-lang.org>
+
+ * configure.in: revert revision r29854. This revision introduced
+ binary incompatibilities on some circumstances. The bug that
+ revision was fixing gets reopened by this reversion.
+ [ruby-dev:43152] cf. [Bug #2553]
+
Thu Dec 23 12:22:35 2010 Tanaka Akira <akr@fsij.org>
* lib/resolv.rb (Resolv::IPv4::Regex): make it only accept 0 to 255.