From aac77886b318d2272d0bce29cede4566332ea205 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 26 Dec 2014 05:45:08 +0000 Subject: [PATCH] log entry of r49021 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index dcb691a583..4e24fc568e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Dec 26 14:33:01 2014 Nobuyoshi Nakada + + * fix printf format conversion specifiers. + reported by Denis Denisov . + Fri Dec 26 01:41:40 2014 NAKAMURA Usaku * tool/rbinstall.rb: skip installing bundle gems if zlib is unavailable.