ruby-changes:5456
From: kazu <ko1@a...>
Date: Sun, 8 Jun 2008 04:33:49 +0900 (JST)
Subject: [ruby-changes:5456] Ruby:r16959 (ruby_1_8): * NEWS: Mention new constants.
kazu 2008-06-08 04:33:29 +0900 (Sun, 08 Jun 2008)
New Revision: 16959
Modified files:
branches/ruby_1_8/ChangeLog
branches/ruby_1_8/NEWS
Log:
* NEWS: Mention new constants.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?r1=16959&r2=16958&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/NEWS?r1=16959&r2=16958&diff_format=u
Index: ruby_1_8/NEWS
===================================================================
--- ruby_1_8/NEWS (revision 16958)
+++ ruby_1_8/NEWS (revision 16959)
@@ -49,6 +49,13 @@
You can change the directory locations using configure options such
as `--with-sitedir=DIR' and `--with-vendordir=DIR'.
+=== Global constants
+
+* new constants
+
+ * RUBY_COPYRIGHT
+ * RUBY_DESCRIPTION
+
=== Library updates (outstanding ones only)
* new library
@@ -534,6 +541,12 @@
* autoconf 2.6x
+=== Global constants
+
+* RUBY_PATCHLEVEL
+
+ New constant since 1.8.5-p1.
+
=== Library updates (outstanding ones only)
* builtin classes
Index: ruby_1_8/ChangeLog
===================================================================
--- ruby_1_8/ChangeLog (revision 16958)
+++ ruby_1_8/ChangeLog (revision 16959)
@@ -1,3 +1,7 @@
+Sun Jun 8 04:32:33 2008 Kazuhiro NISHIYAMA <zn@m...>
+
+ * NEWS: Mention new constants.
+
Sun Jun 8 01:15:11 2008 Tanaka Akira <akr@f...>
* hash.c (hash_i): make Hash#hash order insensitive.
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/