summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--version.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c6d9db1c2f..532a733eae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -299,6 +299,12 @@ Sun Mar 26 02:01:54 2017 Nobuyoshi Nakada <nobu@ruby-lang.org>
* test/ruby/test_io_m17n.rb (TestIO_M17N#test_puts_widechar): do
not use invalid codepoint. [ruby-core:79966] [Bug #13292]
+Sun Mar 26 01:58:03 2017 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * regcomp.c (set_bm_skip): Need to check the end of the string.
+ this patch is from https://github.com/k-takata/Onigmo/commit/e5c0e6c36187898bb27960cd66d591f172558848 .
+ [Backport #12997]
+
Sun Mar 26 01:48:05 2017 Nobuyoshi Nakada <nobu@ruby-lang.org>
date_core.c: [DOC] revise docs [ci skip]
diff --git a/version.h b/version.h
index 24ac2d64d0..00e9302f62 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.2.7"
#define RUBY_RELEASE_DATE "2017-03-26"
-#define RUBY_PATCHLEVEL 463
+#define RUBY_PATCHLEVEL 464
#define RUBY_RELEASE_YEAR 2017
#define RUBY_RELEASE_MONTH 3