From 74f94e1eb2aa60f0e02b5f0bbdb150bff431cfc7 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 3 Sep 2010 03:40:14 +0000 Subject: [PATCH] * ChangeLog: reformat. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++-------- version.h | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 46cc36f00d..b9ae779234 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,8 +13,8 @@ Mon Aug 23 11:42:41 2010 NAKAMURA, Hiroshi * 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 @@ Thu Aug 19 16:47:51 2010 NAKAMURA, Hiroshi Sun Aug 15 19:59:58 2010 Yuki Sonoda (Yugui) * 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 . @@ -150,7 +150,7 @@ Mon Jul 12 22:26:00 2010 NAKAMURA, Hiroshi Sat Jul 10 10:51:29 2010 KOSAKI Motohiro * 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 @@ -164,7 +164,7 @@ Thu Jul 8 23:12:30 2010 NAKAMURA, Hiroshi Thu Jul 8 21:10:36 2010 NAKAMURA, Hiroshi - * 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 @@ -203,8 +203,8 @@ Fri Jun 25 11:37:34 2010 Akinori MUSHA Wed Jun 23 21:36:45 2010 Nobuyoshi Nakada * 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 @@ -277,7 +277,7 @@ Mon May 31 23:44:22 2010 Hidetoshi NAGAI * 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). diff --git a/version.h b/version.h index 9e2a1d4e8d..6f84962921 100644 --- a/version.h +++ b/version.h @@ -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