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

ruby-changes:17173

From: nobu <ko1@a...>
Date: Fri, 3 Sep 2010 12:41:07 +0900 (JST)
Subject: [ruby-changes:17173] Ruby:r29172 (ruby_1_8): * ChangeLog: reformat.

nobu	2010-09-03 12:40:14 +0900 (Fri, 03 Sep 2010)

  New Revision: 29172

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=29172

  Log:
    * ChangeLog: reformat.

  Modified files:
    branches/ruby_1_8/ChangeLog
    branches/ruby_1_8/version.h

Index: ruby_1_8/ChangeLog
===================================================================
--- ruby_1_8/ChangeLog	(revision 29171)
+++ ruby_1_8/ChangeLog	(revision 29172)
@@ -13,8 +13,8 @@
 	* ext/openssl/ossl_asn1.c (obj_to_asn1bool): fixed ASN1::Boolean
 	  encoding issue for OpenSSL 1.0.0 compatibility.
 	  ASN1::Boolean.new(false).to_der wrongly generated "\1\1\377" which
-	  means 'true'.  [BUG:3735] 
-	  
+	  means 'true'.  [BUG:3735]
+
 	  ASN1_TYPE_set of OpenSSL <= 0.9.8 treats value 0x100 as 'false' but
 	  OpenSSL >= 1.0.0 treats it as 'true'.  ruby-ossl was using 0x100 for
 	  'false' for backward compatibility.  Just use 0x0 for the case
@@ -40,7 +40,7 @@
 Sun Aug 15 19:59:58 2010  Yuki Sonoda (Yugui)  <yugui@y...>
 
 	* lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#set_error):
-	  Fix for possible cross-site scripting (CVE-2010-0541). 
+	  Fix for possible cross-site scripting (CVE-2010-0541).
 	  Found by Apple, reported by Hideki Yamane.
 	  Patch by Hirokazu Nishio <nishio.hirokazu AT gmail.com>.
 
@@ -150,7 +150,7 @@
 Sat Jul 10 10:51:29 2010  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
 	* configure.in: fix use_context condition inversion.
-	[Bug #2553][ruby-core:31164]. Thanks, Andre Nathan. 
+	  [Bug #2553][ruby-core:31164]. Thanks, Andre Nathan.
 
 Fri Jul  9 23:31:26 2010  NAKAMURA, Hiroshi  <nahi@r...>
 
@@ -164,7 +164,7 @@
 
 Thu Jul  8 21:10:36 2010  NAKAMURA, Hiroshi  <nahi@r...>
 
-	* test/openssl/test_config.rb: added tests for class methods, 
+	* test/openssl/test_config.rb: added tests for class methods,
 	  constants and parse format of OpenSSL itself.
 
 Thu Jul  8 13:43:13 2010  NAKAMURA, Hiroshi  <nahi@r...>
@@ -203,8 +203,8 @@
 Wed Jun 23 21:36:45 2010  Nobuyoshi Nakada  <nobu@r...>
 
 	* configure.in: avoid getcontext() overhead if possible.
-	[ruby-core:27380][Bug #2553]
-	Thanks, Joe Damato, Dan Peterson and Patrick Mohr.
+	  [ruby-core:27380][Bug #2553]
+	  Thanks, Joe Damato, Dan Peterson and Patrick Mohr.
 
 Tue Jun 22 21:33:23 2010  Nobuyoshi Nakada  <nobu@r...>
 
@@ -277,7 +277,7 @@
 
 	* ext/tk/stubs.c: dirty hack for frameworks and stubs on MacOS X.
 
-	* ext/tk/lib/tk.rb: stop creating a dummy Tcl/Tk interpreter. 
+	* ext/tk/lib/tk.rb: stop creating a dummy Tcl/Tk interpreter.
 	  And hide a root window before starting eventloop. (for ruby 1.9)
 
 	* ext/tk/tcltklib.c: add codes to support Ruby/Tk-Kit (Rubykit).
Index: ruby_1_8/version.h
===================================================================
--- ruby_1_8/version.h	(revision 29171)
+++ ruby_1_8/version.h	(revision 29172)
@@ -1,15 +1,15 @@
 #define RUBY_VERSION "1.8.8"
-#define RUBY_RELEASE_DATE "2010-08-31"
+#define RUBY_RELEASE_DATE "2010-09-03"
 #define RUBY_VERSION_CODE 188
-#define RUBY_RELEASE_CODE 20100831
+#define RUBY_RELEASE_CODE 20100903
 #define RUBY_PATCHLEVEL -1
 
 #define RUBY_VERSION_MAJOR 1
 #define RUBY_VERSION_MINOR 8
 #define RUBY_VERSION_TEENY 8
 #define RUBY_RELEASE_YEAR 2010
-#define RUBY_RELEASE_MONTH 8
-#define RUBY_RELEASE_DAY 31
+#define RUBY_RELEASE_MONTH 9
+#define RUBY_RELEASE_DAY 3
 
 #define NO_STRING_LITERAL_CONCATENATION 1
 #ifdef RUBY_EXTERN

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

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