From 3b46b7c253b25b28596d3cbaf2282cb24e330a99 Mon Sep 17 00:00:00 2001 From: kou Date: Fri, 13 Feb 2004 11:02:03 +0000 Subject: * test/rss/test_trackback.rb: added tests for TrackBack with RSS 2.0. * test/rss/common.rb: added methods make RSS 2.0. * lib/rss/trackback.rb: TrackBack API is decided. * lib/rss/rss.rb: RSS::VERSION 0.0.7 -> 0.0.8 * lib/rss/parser.rb, lib/rss/rss.rb: replaced $DEBUG by RSS::DEBUG. * lib/rss/2.0.rb: removed RSS 2.0 URI. Because RSS 2.0 doesn't have URI. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bc9fc787c..7194b15b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Fri Feb 13 19:57:01 2004 Kouhei Sutou + + * test/rss/test_trackback.rb: added tests for TrackBack with RSS + 2.0. + + * test/rss/common.rb: added methods make RSS 2.0. + + * lib/rss/trackback.rb: TrackBack API is decided. + + * lib/rss/rss.rb: RSS::VERSION 0.0.7 -> 0.0.8. + + * lib/rss/parser.rb, lib/rss/rss.rb: replaced $DEBUG by RSS::DEBUG. + + * lib/rss/2.0.rb: removed RSS 2.0 URI. Because RSS 2.0 doesn't + have URI. + Fri Feb 13 14:41:00 2004 Hidetoshi NAGAI * ext/tk/lib/tk.rb: en-bugged at last commit (Feb 11 23:24:22 2004) -- cgit