[Release] wrt-installer_0.1.28
authorSoyoung Kim <sy037.kim@samsung.com>
Tue, 16 Apr 2013 08:32:40 +0000 (17:32 +0900)
committerSoyoung Kim <sy037.kim@samsung.com>
Tue, 16 Apr 2013 08:32:40 +0000 (17:32 +0900)
Merge branch 'master' into tizen_2.1

Change-Id: Idab467c2aa19c9154e89f7070b1457fbc6e663cb

packaging/wrt-installer.spec
src/jobs/widget_install/task_certify.cpp

index 09c60c0..8b95518 100644 (file)
@@ -1,7 +1,7 @@
-#git:framework/web/wrt-installer wrt-installer 0.1.27
+#git:framework/web/wrt-installer wrt-installer 0.1.28
 Name:       wrt-installer
 Summary:    Installer for tizen Webruntime
-Version:    0.1.27
+Version:    0.1.28
 Release:    1
 Group:      Development/Libraries
 License:    Apache License, Version 2.0
index db0ebad..264ee96 100644 (file)
@@ -301,9 +301,6 @@ void TaskCertify::stepSignature()
                     continue;
                 }
             } else {
-                if (result == WrtSignatureValidator::SIGNATURE_DISREGARD) {
-                    continue;
-                }
                 // now signature _must_ be verified
                 processDistributorSignature(data);
             }