ruby-changes:45811
From: naruse <ko1@a...>
Date: Sun, 12 Mar 2017 04:06:26 +0900 (JST)
Subject: [ruby-changes:45811] naruse:r57884 (ruby_2_4): merge revision(s) 57483:
naruse 2017-03-12 04:06:22 +0900 (Sun, 12 Mar 2017) New Revision: 57884 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57884 Log: merge revision(s) 57483: Describe about RUBY_CODESIGN With RUBY_CODESIGN people can avoid pushing many OK button of firewall dialogs on macOS through test-all. Modified directories: branches/ruby_2_4/ Modified files: branches/ruby_2_4/README.md branches/ruby_2_4/version.h Index: ruby_2_4/version.h =================================================================== --- ruby_2_4/version.h (revision 57883) +++ ruby_2_4/version.h (revision 57884) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_4/version.h#L1 #define RUBY_VERSION "2.4.0" #define RUBY_RELEASE_DATE "2017-03-12" -#define RUBY_PATCHLEVEL 48 +#define RUBY_PATCHLEVEL 49 #define RUBY_RELEASE_YEAR 2017 #define RUBY_RELEASE_MONTH 3 Index: ruby_2_4/README.md =================================================================== --- ruby_2_4/README.md (revision 57883) +++ ruby_2_4/README.md (revision 57884) @@ -97,6 +97,9 @@ This is what you need to do to compile a https://github.com/ruby/ruby/blob/trunk/ruby_2_4/README.md#L97 6. Run `make`. + * On Mac, set RUBY\_CODESIGN environment variable with a signing identity. + It uses the identity to sign `ruby` binary. See also codesign(1). + 7. Optionally, run '`make check`' to check whether the compiled Ruby interpreter works well. If you see the message "`check succeeded`", your ruby works as it should (hopefully). Property changes on: ruby_2_4 ___________________________________________________________________ Modified: svn:mergeinfo Merged /trunk:r57483 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/