From: jiil.hyoun Date: Tue, 16 Oct 2012 06:11:41 +0000 (+0900) Subject: [Title] add changelog X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69273490e815c58d5810232d1db62014529ee0b6;p=sdk%2Ftools%2Fsdk-build.git [Title] add changelog [Type] Enhancement [Module] Toolchain / [Priority] Minor [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] Change-Id: Ie5c65d4a273619db69e08e425fccde8923371234 --- diff --git a/package/changelog b/package/changelog new file mode 100644 index 0000000..b7f4557 --- /dev/null +++ b/package/changelog @@ -0,0 +1,5 @@ +* 1.2.0 +- change log support +- db support +- multiple distribution support +== hyoun jiil 2012-10-16 diff --git a/src/common/log.rb b/src/common/log.rb index 52fde76..4a5ccb4 100644 --- a/src/common/log.rb +++ b/src/common/log.rb @@ -115,11 +115,11 @@ class DummyLog @path = "" @cnt = 0 end - def info(str) + def info(str, lv=nil) end - def error(str) + def error(str, lv=nil) + end + def warn(str, lv=nil) end - def warn(str) - end end