[Title] add changelog
authorjiil.hyoun <jiil.hyoun@samsung.com>
Tue, 16 Oct 2012 06:11:41 +0000 (15:11 +0900)
committerjiil.hyoun <jiil.hyoun@samsung.com>
Tue, 16 Oct 2012 06:11:41 +0000 (15:11 +0900)
[Type] Enhancement
[Module] Toolchain /
[Priority] Minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: Ie5c65d4a273619db69e08e425fccde8923371234

package/changelog [new file with mode: 0644]
src/common/log.rb

diff --git a/package/changelog b/package/changelog
new file mode 100644 (file)
index 0000000..b7f4557
--- /dev/null
@@ -0,0 +1,5 @@
+* 1.2.0
+- change log support
+- db support
+- multiple distribution support
+== hyoun jiil <jiil.hyoun@samsung.com> 2012-10-16
index 52fde76ffdc4ce3e84170b7621b32cef8f68124c..4a5ccb49b6694045caa3f6709f329c41ad0babe8 100644 (file)
@@ -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