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

ruby-changes:47418

From: usa <ko1@a...>
Date: Wed, 9 Aug 2017 17:16:22 +0900 (JST)
Subject: [ruby-changes:47418] usa:r59534 (ruby_2_3): * ChangeLog: forgotten to commit

usa	2017-08-09 17:16:17 +0900 (Wed, 09 Aug 2017)

  New Revision: 59534

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59534

  Log:
    * ChangeLog: forgotten to commit

  Modified files:
    branches/ruby_2_3/ChangeLog
    branches/ruby_2_3/version.h
Index: ruby_2_3/ChangeLog
===================================================================
--- ruby_2_3/ChangeLog	(revision 59533)
+++ ruby_2_3/ChangeLog	(revision 59534)
@@ -13,6 +13,40 @@ Wed Aug  9 17:10:27 2017  Shugo Maeda  < https://github.com/ruby/ruby/blob/trunk/ruby_2_3/ChangeLog#L13
 
 	* lib/net/http.rb (connect): use Net::Protocol#ssl_socket_connect.
 
+Wed Aug  9 17:08:01 2017  NARUSE, Yui  <naruse@r...>
+
+	Zlib::GzipReader#pos underflows after calling #ungetbyte or #ungetc at start of file [Bug #13616]
+
+	patched by Andrew Haines <andrew@h...> [ruby-core:81488]
+	zlib.c: fix unnormalized Fixnum
+
+	* ext/zlib/zlib.c (rb_gzfile_total_out): cast to long not to
+	  result in an unsigned long to normalized to Fixnum on LLP64
+	  platforms.  [ruby-core:81488]
+
+Wed Aug  9 17:03:00 2017  Eric Wong  <normalperson@y...>
+
+	process.c: handle dynamic :rlimit_* symbols in spawn execopts
+
+	* process.c (rb_execarg_addopt_rlimit): hoist out of rb_execarg_addopt
+	  (rlimit_type_by_sym): new wrapper for dynamic symbol
+	  (rb_execarg_addopt): check for dsym via rlimit_type_by_sym
+	* test/ruby/test_process.rb (test_execopts_rlimit): check dsym w/o pindown
+	  Add extra check for bogus rlimit args, too.
+	  [ruby-core:82033] [Bug #13744]
+	process.c: null bytes
+
+	* process.c (rlimit_type_by_sym): prohibit null bytes in key
+	  names.  [ruby-core:82033] [Bug #13744]
+
+Wed Aug  9 16:56:52 2017  Nobuyoshi Nakada  <nobu@r...>
+
+	optparse.rb: get rid of eval
+
+	* lib/optparse.rb: try Float() and Integer() instead of eval,
+	  which does too much things.
+
+
 Fri Jul  7 10:58:10 2017  Eric Wong  <e@8...>
 
 	This backport of r58812 is necessary to ease backporting r59028,
Index: ruby_2_3/version.h
===================================================================
--- ruby_2_3/version.h	(revision 59533)
+++ ruby_2_3/version.h	(revision 59534)
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_3/version.h#L1
 #define RUBY_VERSION "2.3.5"
 #define RUBY_RELEASE_DATE "2017-08-09"
-#define RUBY_PATCHLEVEL 346
+#define RUBY_PATCHLEVEL 347
 
 #define RUBY_RELEASE_YEAR 2017
 #define RUBY_RELEASE_MONTH 8

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

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