summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-02 07:13:28 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-02 07:13:28 +0000
commitc5258c5dca209ba943d34677ecd70cfc4c1348e9 (patch)
tree009022a977ab736891bcffb27072ee7d81a049bd
parent340422dc1e1f029a2e5d38d9aa1e3cc4d084a629 (diff)
* test/rss/test_atom.rb (RSS::TestAtomCore::assert_atom_content_inline_other_base64_to_s):
ditto. [ruby-dev:38248] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@23122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--test/rss/test_atom.rb2
-rw-r--r--version.h2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b8635e3c39..4177633fc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Apr 2 16:06:17 2009 URABE Shyouhei <shyouhei@ruby-lang.org>
+
+ * test/rss/test_atom.rb (RSS::TestAtomCore::assert_atom_content_inline_other_base64_to_s):
+ ditto. [ruby-dev:38248]
+
Thu Apr 2 15:43:46 2009 Kouhei Sutou <kou@cozmixng.org>
* test/rss/rss-assertions.rb (RSS::Assertions::assert_atom_content_inline_other_text):
diff --git a/test/rss/test_atom.rb b/test/rss/test_atom.rb
index d573b923cc..bc0fe53c36 100644
--- a/test/rss/test_atom.rb
+++ b/test/rss/test_atom.rb
@@ -650,7 +650,7 @@ module RSS
content.content = original_content
xml = REXML::Document.new(content.to_s).root
assert_rexml_element([], {"type" => type},
- [original_content].pack("m").delete("\n"),
+ [original_content].pack("m"),
xml)
end
end
diff --git a/version.h b/version.h
index e80d7a9d3f..9cbaa2e6dd 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2009-04-02"
#define RUBY_VERSION_CODE 187
#define RUBY_RELEASE_CODE 20090402
-#define RUBY_PATCHLEVEL 158
+#define RUBY_PATCHLEVEL 159
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8