aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/CHANGELOG
diff options
context:
space:
mode:
authorLeon Breedt <bitserf@gmail.com>2005-11-09 05:29:08 +0000
committerLeon Breedt <bitserf@gmail.com>2005-11-09 05:29:08 +0000
commit98ae24b9676fb4c28d25c13ace8d08ec741aad04 (patch)
tree4d8f209ea0cd71b02f70b0f5d03f757e2b7816a8 /actionwebservice/CHANGELOG
parent0abaf3a2d8d35481a5d4ddb9817d9903c8e61200 (diff)
downloadrails-98ae24b9676fb4c28d25c13ace8d08ec741aad04.tar.gz
rails-98ae24b9676fb4c28d25c13ace8d08ec741aad04.tar.bz2
rails-98ae24b9676fb4c28d25c13ace8d08ec741aad04.zip
Fix that XML-RPC date/time values did not have well-defined behaviour (#2516, #2534). This fix has one caveat, in that we can't support pre-1970 dates from XML-RPC clients.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2945 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/CHANGELOG')
-rw-r--r--actionwebservice/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG
index cb55f0d261..7c41b68492 100644
--- a/actionwebservice/CHANGELOG
+++ b/actionwebservice/CHANGELOG
@@ -1,3 +1,7 @@
+*SVN*
+
+* Fix that XML-RPC date/time values did not have well-defined behaviour (#2516, #2534). This fix has one caveat, in that we can't support pre-1970 dates from XML-RPC clients.
+
*0.9.3* (November 7th, 2005)
* Upgraded to Action Pack 1.11.0 and Active Record 1.13.0