summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-08 19:01:00 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-08 19:01:00 +0000
commitb160da8d0b018ca9db8a0b581aed60a00844f2be (patch)
tree39d51143872efa5eb3d5c820582d7c7fbd8a283a /ChangeLog
parenteb7f867981a48663d7cbf825870d010d8b669ebd (diff)
Fixed a typo in lib/soap/mimemessage.rb -- conent -> content
Backported BigDecimal fixes to bugs with BigDecimal handling of very large inputs; these bugs caused bad things to happen in combination with Date. Tests were added to the rubyspec project to cover these fixed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@23652 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 9c4843e9e6..50d36af3f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Jun 8 12:46:00 2009 Kirk Haines <khaines@ruby-lang.org>
+
+ * lib/soap/mimemessage.rb: Fixed a typo -- conent -> content
+
+ * ext/bigdecimal/bigdecimal.c: Backported a number of bug fixes
+ dealing with large input to BigDecimal.new causing segfaults.
+
Thu Mar 31 18:18:18 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/mkmf.rb (mkintpath): new function which converts native path