mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ChangeLog: forgotten to commit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@59534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
87cacf7e68
commit
380a1e6773
2 changed files with 35 additions and 1 deletions
34
ChangeLog
34
ChangeLog
|
@ -13,6 +13,40 @@ Wed Aug 9 17:10:27 2017 Shugo Maeda <shugo@ruby-lang.org>
|
|||
|
||||
* lib/net/http.rb (connect): use Net::Protocol#ssl_socket_connect.
|
||||
|
||||
Wed Aug 9 17:08:01 2017 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
Zlib::GzipReader#pos underflows after calling #ungetbyte or #ungetc at start of file [Bug #13616]
|
||||
|
||||
patched by Andrew Haines <andrew@haines.org.nz> [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@yhbt.net>
|
||||
|
||||
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@ruby-lang.org>
|
||||
|
||||
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@80x24.org>
|
||||
|
||||
This backport of r58812 is necessary to ease backporting r59028,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#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
|
||||
|
|
Loading…
Add table
Reference in a new issue