aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-02-23 19:28:01 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2009-02-23 19:28:01 -0800
commite56b3e4c0b60b2b86f5ca9c5e5a0b22fa34d37ab (patch)
tree2d033b252387d702ce96ad8194e79723eeae96dc /activesupport/CHANGELOG
parent45787bdd0e9ec20b111e570a20b5f66a949b400c (diff)
downloadrails-e56b3e4c0b60b2b86f5ca9c5e5a0b22fa34d37ab.tar.gz
rails-e56b3e4c0b60b2b86f5ca9c5e5a0b22fa34d37ab.tar.bz2
rails-e56b3e4c0b60b2b86f5ca9c5e5a0b22fa34d37ab.zip
Update bundled memcache-client from 1.5.0.5 to 1.6.4.99.
See http://www.mikeperham.com/2009/02/15/memcache-client-performance/
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index afffc9ab1a..70bea27cd1 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Update bundled memcache-client from 1.5.0.5 to 1.6.4.99. See http://www.mikeperham.com/2009/02/15/memcache-client-performance/ [Mike Perham]
+
* Ruby 1.9.1p0 fix: URI.unescape can decode multibyte chars. #2033 [MOROHASHI Kyosuke]
* Time#to_s(:rfc822) uses #formatted_offset instead of unreliable and non-standard %z directive #1899 [Zachary Zolton]