From e8c00b7027f1bb0a574f982f7e16ecaa6be2757a Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 27 Oct 2015 03:00:38 +0000 Subject: logger.rb: fix weekly rotation * lib/logger.rb (Logger::Period#next_rotate_time): get rid of adding to mday not to exceed the days of the month. [ruby-core:71185] [Bug #11620] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 95a87063d5..b773c88ce0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Oct 27 12:00:33 2015 Nobuyoshi Nakada + + * lib/logger.rb (Logger::Period#next_rotate_time): get rid of + adding to mday not to exceed the days of the month. + [ruby-core:71185] [Bug #11620] + Mon Oct 26 22:43:03 2015 yui-knk * test/ruby/test_module.rb (test_method_defined): Add test cases -- cgit v1.2.3