Bug #3650
closedNEWSの不整合
Description
=begin
git diff origin/ruby_1_9_2 NEWS で trunk/NEWS と branches/ruby_1_9_2/NEWS の差分をみてみました。
- io/console は「== Changes since the 1.9.1 release」の上に移動
- stringio と zlib の new methods は branches/ruby_1_9_2/NEWS にもコピー
- DL から Psych の説明のあたりは trunk/NEWS にもコピー
すれば良いのではないでしょうか。
diff --git a/NEWS b/NEWS
index 5ff0579..f642127 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,21 @@ Note that each entry is kept so brief that no reason behind or
reference information is supplied with. For a full list of changes
with all sufficient information, see the ChangeLog file.
+== Changes since the 1.9.2 release
+=== Library updates (outstanding ones only)
+
+* builtin classes
+
-
- Kernel
-
- Kernel#respond_to? now returns false for protected methods.
+=== Compatibility issues (excluding feature bug fixes)
+
+* Kernel#respond_to?
+
- See above.
== Changes since the 1.9.1 release
=== Library updates (outstanding ones only)
@@ -218,20 +233,6 @@ with all sufficient information, see the ChangeLog file.
* RSS::Maker: item.guid.permanent_link=
* new alias of item.guid.isPermaLink=
-* DL
-
- Now uses libffi as a backend if avaiable.
- It means DL works fine on more platforms.
-* Fiddle
-
- A lightweight wrapper for libffi.
-* YAML
-
- Now uses libyaml as a backend if available.
- It means YAML library supports new standards for YAML.
-* Psych
-
- A wrapper for libyaml.
- JSON
- Update to JSON 1.1.9
@@ -375,6 +376,10 @@ with all sufficient information, see the ChangeLog file.
* socket option name
* shutdown's argument
+* stringio
-
- new methods:
-
- StringIO#read_nonblock
-
- StringIO#write_nonblock
- pathname
- new methods:
- Pathname#binread
@@ -431,11 +436,24 @@ with all sufficient information, see the ChangeLog file.
- Pathname#binread
- new methods:
- zlib
- new methods:
- Zlib::GzipFile#path
- new methods:
-
- Zlib.#adler32_combine
-
- Zlib.#crc32_combine
- rbconfig
- new methods:
- RbConfig.ruby
- new methods:
+* io/console
-
- new methods:
-
- IO#noecho {|io| }
-
- IO#echo=
-
- IO#echo?
-
- IO#raw {|io| }
-
- IO#raw!
-
- IO#getch
-
- IO#winsize
-
- IO.console
=== Language changes
- Regexp properties (\p{}) names now ignore underscores, spaces, and case, so
=end
Updated by nobu (Nobuyoshi Nakada) over 14 years ago
=begin
なかだです。
At Tue, 3 Aug 2010 23:16:48 +0900,
Kazuhiro NISHIYAMA wrote in [ruby-dev:41924]:
git diff origin/ruby_1_9_2 NEWS で trunk/NEWS と branches/ruby_1_9_2/NEWS の差分をみてみました。
- io/console は「== Changes since the 1.9.1 release」の上に移動
io/consoleは1.9.2には入っていません。
--
--- 僕の前にBugはない。
--- 僕の後ろにBugはできる。
中田 伸悦
=end
Updated by znz (Kazuhiro NISHIYAMA) over 14 years ago
=begin
- io/console は「== Changes since the 1.9.1 release」の上に移動
io/consoleは1.9.2には入っていません。
入っていないので、「== Changes since the 1.9.1 release」の上、つまり「Changes since the 1.9.1 release」から「Changes since the 1.9.2 release」へ移動した方が良いのではないかと思ったのですが、どうでしょうか。
=end
Updated by znz (Kazuhiro NISHIYAMA) over 14 years ago
- Assignee set to yugui (Yuki Sonoda)
=begin
特に問題はなさそうだったので、trunkにはコミットしました。
branches/ruby_1_9_2/NEWS 用のパッチも用意してみました。
diff --git a/NEWS b/NEWS
index 5ff0579..03a881a 100644
--- a/NEWS
+++ b/NEWS
@@ -375,6 +401,10 @@ with all sufficient information, see the ChangeLog file.
* socket option name
* shutdown's argument
+* stringio
-
- new methods:
-
- StringIO#read_nonblock
-
- StringIO#write_nonblock
- pathname
- new methods:
- Pathname#binread
@@ -431,6 +461,8 @@ with all sufficient information, see the ChangeLog file.
- Pathname#binread
- new methods:
- zlib
- new methods:
- Zlib::GzipFile#path
- new methods:
-
- Zlib.#adler32_combine
-
- Zlib.#crc32_combine
- rbconfig
- new methods:
=end
Updated by Anonymous over 14 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
This issue was solved with changeset r28963.
Kazuhiro, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end