From a8fbd065234b8e95223af971dec80cbc440fb1bb Mon Sep 17 00:00:00 2001 From: nahi Date: Sat, 20 Aug 2005 13:43:46 +0000 Subject: * lib/logger.rb (write, shift_log?, shift_log): file shifting race condition bug fixed. [ruby-dev:26764] * test/logger/test_logger.rb: tests. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1ea763d9d..48a45b449 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Aug 20 22:37:13 2005 NAKAMURA, Hiroshi + + * lib/logger.rb (write, shift_log?, shift_log): file shifting race + condition bug fixed. [ruby-dev:26764] + + * test/logger/test_logger.rb: tests. + Fri Aug 19 18:13:39 2005 Tanaka Akira * lib/time.rb (Time.apply_offset): fix a problem with last day of -- cgit