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

ruby-changes:51593

From: usa <ko1@a...>
Date: Sat, 30 Jun 2018 21:34:26 +0900 (JST)
Subject: [ruby-changes:51593] usa:r63804 (ruby_2_4): merge revision(s) 62513: [Backport #12762]

usa	2018-06-30 21:34:19 +0900 (Sat, 30 Jun 2018)

  New Revision: 63804

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

  Log:
    merge revision(s) 62513: [Backport #12762]
    
    Update url with 404 status on LEGAL file.
    
      * Update redirected and upstream url.
      * Added the Wayback Machine url for missing link.
    
      [Bug #12762][ruby-dev:49802]
    
    From: SHIBATA Hiroshi <hsbt@r...>

  Modified directories:
    branches/ruby_2_4/
  Modified files:
    branches/ruby_2_4/LEGAL
    branches/ruby_2_4/version.h
Index: ruby_2_4/LEGAL
===================================================================
--- ruby_2_4/LEGAL	(revision 63803)
+++ ruby_2_4/LEGAL	(revision 63804)
@@ -83,9 +83,8 @@ enc/windows_1251.c https://github.com/ruby/ruby/blob/trunk/ruby_2_4/LEGAL#L83
 
 Oniguruma  ----   (C) K.Kosako <sndgk393 AT ybb DOT ne DOT jp>
 
-http://www.geocities.jp/kosako3/oniguruma/
-http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/oniguruma/
-http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/oniguruma/
+https://github.com/kkos/oniguruma
+https://svnweb.freebsd.org/ports/head/devel/oniguruma/
 
    When this software is partly used or it is distributed with Ruby,
    this of Ruby follows the license of Ruby.
@@ -330,6 +329,8 @@ random.c https://github.com/ruby/ruby/blob/trunk/ruby_2_4/LEGAL#L329
     http://www.math.keio.ac.jp/matumoto/emt.html
     email: matumoto@m...
 
+  The Wayback Machine url: http://web.archive.org/web/19990429082237/http://www.math.keio.ac.jp/matumoto/emt.html
+
 vm_dump.c:procstat_vm
 
   This file is under the new-style BSD license.
@@ -679,6 +680,8 @@ ext/win32ole/win32ole.c: https://github.com/ruby/ruby/blob/trunk/ruby_2_4/LEGAL#L680
     License or the Artistic License, as specified in the README file
     of the Perl distribution.
 
+  The Wayback Machine url: http://web.archive.org/web/19970607104352/http://www.activeware.com:80/
+
 lib/rdoc/generator/template/darkfish/css/fonts.css:
 
   This file is licensed under the SIL Open Font License.
Index: ruby_2_4/version.h
===================================================================
--- ruby_2_4/version.h	(revision 63803)
+++ ruby_2_4/version.h	(revision 63804)
@@ -1,10 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_4/version.h#L1
 #define RUBY_VERSION "2.4.5"
-#define RUBY_RELEASE_DATE "2018-06-18"
-#define RUBY_PATCHLEVEL 299
+#define RUBY_RELEASE_DATE "2018-06-30"
+#define RUBY_PATCHLEVEL 300
 
 #define RUBY_RELEASE_YEAR 2018
 #define RUBY_RELEASE_MONTH 6
-#define RUBY_RELEASE_DAY 18
+#define RUBY_RELEASE_DAY 30
 
 #include "ruby/version.h"
 
Index: ruby_2_4
===================================================================
--- ruby_2_4	(revision 63803)
+++ ruby_2_4	(revision 63804)

Property changes on: ruby_2_4
___________________________________________________________________
Modified: svn:mergeinfo
## -0,0 +0,1 ##
   Merged /trunk:r62513

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

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