aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-25 13:18:47 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-25 13:18:47 +0000
commit536037e783a576d3c6a6418fcd833651ff1e8909 (patch)
treed23c11b974d85ff8a1af235ba90ee79b0b8805aa
parent7336d8c8991d62739fcaa2414c4d2fc6eb754c15 (diff)
downloadruby-536037e783a576d3c6a6418fcd833651ff1e8909.tar.gz
* README.ja.md, README.md: update the controller address of mailing lists.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--README.ja.md6
-rw-r--r--README.md7
3 files changed, 10 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index b642188210..5369c989b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jan 25 22:17:02 2014 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ * README.ja.md, README.md: update the controller address of
+ mailing lists.
+
Sat Jan 25 14:50:42 2014 Eric Wong <normalperson@yhbt.net>
* process.c (send_child_error): retry write on EINTR to fix
diff --git a/README.ja.md b/README.ja.md
index f9f422d95a..1f887435bc 100644
--- a/README.ja.md
+++ b/README.ja.md
@@ -57,17 +57,17 @@ http://www.ruby-lang.org/
Rubyのメーリングリストがあります。参加希望の方は
-mailto:ruby-list-ctl@ruby-lang.org
+mailto:ruby-list-request@ruby-lang.org
まで本文に
- subscribe YourFirstName YourFamilyName
+ subscribe
と書いて送って下さい。
Ruby開発者向けメーリングリストもあります。こちらではrubyのバ グ、将来の仕様拡張など実装上の問題について議論されています。 参加希望の方は
-mailto:ruby-dev-ctl@ruby-lang.org
+mailto:ruby-dev-request@ruby-lang.org
までruby-listと同様の方法でメールしてください。
diff --git a/README.md b/README.md
index 7e0cde17b2..104314bee8 100644
--- a/README.md
+++ b/README.md
@@ -60,13 +60,10 @@ http://www.ruby-lang.org/
There is a mailing list to talk about Ruby. To subscribe this list, please
send the following phrase
- subscribe YourFirstName YourFamilyName
-
-e.g.
- subscribe Joseph Smith
+ subscribe
in the mail body (not subject) to the address
-<mailto:ruby-talk-ctl@ruby-lang.org>.
+<mailto:ruby-talk-request@ruby-lang.org>.
## How to compile and install