[前][次][番号順一覧][スレッド一覧]

ruby-changes:5529

From: knu <ko1@a...>
Date: Mon, 9 Jun 2008 03:29:02 +0900 (JST)
Subject: [ruby-changes:5529] Ruby:r17032 (ruby_1_8_7): * NEWS: Mention new constants.

knu	2008-06-09 03:27:15 +0900 (Mon, 09 Jun 2008)

  New Revision: 17032

  Modified files:
    branches/ruby_1_8_7/ChangeLog
    branches/ruby_1_8_7/NEWS
    branches/ruby_1_8_7/version.h

  Log:
    * NEWS: Mention new constants.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_7/ChangeLog?r1=17032&r2=17031&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_7/NEWS?r1=17032&r2=17031&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_7/version.h?r1=17032&r2=17031&diff_format=u

Index: ruby_1_8_7/NEWS
===================================================================
--- ruby_1_8_7/NEWS	(revision 17031)
+++ ruby_1_8_7/NEWS	(revision 17032)
@@ -28,6 +28,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
@@ -513,6 +520,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_7/ChangeLog
===================================================================
--- ruby_1_8_7/ChangeLog	(revision 17031)
+++ ruby_1_8_7/ChangeLog	(revision 17032)
@@ -1,3 +1,7 @@
+Mon Jun  9 03:26:03 2008  Kazuhiro NISHIYAMA  <zn@m...>
+
+	* NEWS: Mention new constants.
+
 Mon Jun  9 03:24:18 2008  Tanaka Akira  <akr@f...>
 
 	* hash.c (hash_i): make Hash#hash order insensitive.
Index: ruby_1_8_7/version.h
===================================================================
--- ruby_1_8_7/version.h	(revision 17031)
+++ ruby_1_8_7/version.h	(revision 17032)
@@ -2,7 +2,7 @@
 #define RUBY_RELEASE_DATE "2008-06-09"
 #define RUBY_VERSION_CODE 187
 #define RUBY_RELEASE_CODE 20080609
-#define RUBY_PATCHLEVEL 14
+#define RUBY_PATCHLEVEL 15
 
 #define RUBY_VERSION_MAJOR 1
 #define RUBY_VERSION_MINOR 8

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]