diff options
| author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-13 11:02:03 +0000 |
|---|---|---|
| committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-13 11:02:03 +0000 |
| commit | 3b46b7c253b25b28596d3cbaf2282cb24e330a99 (patch) | |
| tree | 7c900356e107f5a66c051a535e9dfab8b103eca8 /ChangeLog | |
| parent | d0422d2cb79a3a3c9ea8db740885ea786af3f24a (diff) | |
| download | ruby-3b46b7c253b25b28596d3cbaf2282cb24e330a99.tar.gz ruby-3b46b7c253b25b28596d3cbaf2282cb24e330a99.tar.xz ruby-3b46b7c253b25b28596d3cbaf2282cb24e330a99.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +Fri Feb 13 19:57:01 2004 Kouhei Sutou <kou@cozmixng.org> + + * 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 <nagai@ai.kyutech.ac.jp> * ext/tk/lib/tk.rb: en-bugged at last commit (Feb 11 23:24:22 2004) |
