From 6df21cb46945250439a82f515b2971a1b6ae8f21 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 27 Oct 2015 07:18:14 +0000 Subject: logger.rb: end of week should be Saturday * lib/logger.rb (Logger::Period#previous_period_end): as weekly rotation shifts the log file on Sundays, the end date of the previous period should be Saturdays. fix r45072. [ruby-dev:49314] [Bug #11622] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bf3c23f58e..eb6dc638ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Oct 27 16:18:12 2015 Nobuyoshi Nakada + + * lib/logger.rb (Logger::Period#previous_period_end): as weekly + rotation shifts the log file on Sundays, the end date of the + previous period should be Saturdays. fix r45072. + [ruby-dev:49314] [Bug #11622] + Tue Oct 27 16:12:37 2015 NARUSE, Yui * vm_dump.c (rb_print_backtrace): our addr2line doesn't work on sparc. -- cgit v1.2.3