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

ruby-changes:64685

From: nagachika <ko1@a...>
Date: Thu, 31 Dec 2020 15:40:41 +0900 (JST)
Subject: [ruby-changes:64685] 5cbba4d600 (ruby_2_7): merge revision(s) 1ca9facab6c85264168b4c0a18c24f489cabcc9f: [Backport #17358]

https://git.ruby-lang.org/ruby.git/commit/?id=5cbba4d600

From 5cbba4d6005a03914fc47e7a65ae5b6ef76c8e29 Mon Sep 17 00:00:00 2001
From: nagachika <nagachika@r...>
Date: Thu, 31 Dec 2020 15:40:30 +0900
Subject: merge revision(s) 1ca9facab6c85264168b4c0a18c24f489cabcc9f: [Backport
 #17358]

	Add monitor to document files

diff --git a/ext/.document b/ext/.document
index 6a49157..3546015 100644
--- a/ext/.document
+++ b/ext/.document
@@ -30,6 +30,8 @@ io/wait/wait.c https://github.com/ruby/ruby/blob/trunk/ext/.document#L30
 json/generator/generator.c
 json/lib
 json/parser/parser.c
+monitor/lib
+monitor/monitor.c
 nkf/lib
 nkf/nkf.c
 objspace/objspace.c
diff --git a/version.h b/version.h
index c998ef6..e852c18 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/version.h#L2
 # define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
 #define RUBY_VERSION_TEENY 3
 #define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 144
+#define RUBY_PATCHLEVEL 145
 
 #define RUBY_RELEASE_YEAR 2020
 #define RUBY_RELEASE_MONTH 12
-- 
cgit v0.10.2


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

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