File: ChangeLog

package info (click to toggle)
td2planet 0.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 176 kB
  • sloc: ruby: 393; makefile: 5
file content (72 lines) | stat: -rw-r--r-- 2,032 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
2013-09-12  Kazuhiro NISHIYAMA  <zn@mbf.nifty.com>

	* bin/td2planet.rb: set $KCODE="u" unless ruby 1.9 or later.

2013-09-12  Kazuhiro NISHIYAMA  <zn@mbf.nifty.com>

	* bin/td2planet.rb: remove -Ku and use ruby instead of ruby1.8.

2013-09-12  Kazuhiro NISHIYAMA  <zn@mbf.nifty.com>

	* lib/td2planet/version.rb: use RUBY_DESCRIPTION if available.

2013-09-12  Kazuhiro NISHIYAMA  <zn@mbf.nifty.com>

	* lib/td2planet/version.rb: bump version to 0.3.0.

2013-09-12  Kazuhiro NISHIYAMA  <zn@mbf.nifty.com>

	* td2planet.gemspec: add license.

2013-09-12  Kazuhiro NISHIYAMA  <zn@mbf.nifty.com>

	* setup.rb: removed.
	* README.rdoc: remove about setup.rb.
	* README.ja.rdoc: ditto.

2013-09-12  Kazuhiro NISHIYAMA  <zn@mbf.nifty.com>

	* README.rdoc: rename from README.
	* README.ja.rdoc: rename from README.ja.

2013-09-12  Kazuhiro NISHIYAMA  <zn@mbf.nifty.com>

	* td2planet.gemspec: change homepage from rubyforge to github.

2009-10-29  Kazuhiro NISHIYAMA  <zn@mbf.nifty.com>

	* td2planet.gemspec: add description.

2009-10-28  Kazuhiro NISHIYAMA  <zn@mbf.nifty.com>

	* lib/td2planet/version.rb: bump up version.

	* README, README.ja: update copyright year.

	* lib/td2planet/*.rb: update copyright year. remove #-- and #++.

	* README: update description. thanks debian-l10n-english ML.
	http://lists.debian.org/debian-l10n-english/2007/06/msg00123.html

2009-10-28  Kazuhiro NISHIYAMA  <zn@mbf.nifty.com>

	* lib/td2planet/formatter.rb: ignore error of URI.parse.
	see http://bugs.debian.org/552186

2009-10-28  Kazuhiro NISHIYAMA  <zn@mbf.nifty.com>

	* lib/td2planet/fetcher.rb: add User-Agent.

	* lib/td2planet/fetcher.rb, lib/td2planet/formatter.rb,
	data/td2planet/templates/day.rhtml,
	data/td2planet/templates/footer.rhtml,
	data/td2planet/templates/opml.rxml: allow missing properties.

2007-06-05  Kazuhiro NISHIYAMA  <zn@mbf.nifty.com>

	* lib/td2planet/fetcher.rb (TD2Planet::Fetcher#fetch_all_rss):
	do not stop when exception.

2007-02-22  Kazuhiro NISHIYAMA  <zn@mbf.nifty.com>

	* Initial public release.