+* 2.0.5
+- Upgraded protocol version to 1.7.0
+- Fixed Sign Up bug on WEB
+- Fixed Job group filtering on WEB
+- Fixed User Delete on WEB
+== donghee yang <donghee.yang@samsung.com> 2012-12-14
* 2.0.4
- Fixed below bug again
== donghee yang <donghee.yang@samsung.com> 2012-12-12
Source : dibs
-Version :2.0.4
+Version :2.0.5
Maintainer : taejun ha<taejun.ha@samsung.com>, jiil hyoun <jiil.hyoun@samsung.com>, donghyuk yang <donghyouk.yang@samsung.com>, donghee yang <donghee.yang@samsung.com>, sungmin kim <dev.sungmin.kim@samsung.com
Package : dibs
ATTEMPTS = ["first", "second", "third"]
class BuildCommServer
- VERSION = "1.6.0"
+ VERSION = "1.7.0"
private_class_method :new
class BuildCommClient
- VERSION = "1.6.0"
+ VERSION = "1.7.0"
FIRST_REPONSE_TIMEOUT = 120
private_class_method :new
# check protocol
if not protocol_matched? l.strip then
- @error_msg = "Comm. Protocol version is mismatched! #{VERSION}"
+ @error_msg = "Comm. Protocol version is mismatched! #{VERSION}. Upgrade your DIBS client!"
return false
end
# check protocol
if not protocol_matched? l.strip then
- @error_msg = "Comm. Protocol version is mismatched! #{VERSION}"
+ @error_msg = "Comm. Protocol version is mismatched! #{VERSION}. Upgrade your DIBS client!"
return false
end
# check protocol
if not protocol_matched? l.strip then
- @error_msg = "Comm. Protocol version is mismatched! #{VERSION}"
+ @error_msg = "Comm. Protocol version is mismatched! #{VERSION}. Upgrade your DIBS client!"
return nil
end
# check protocol
if not protocol_matched? l.strip then
- @log.error "[BuildCommClient] Comm. Protocol version is mismatched! #{VERSION}"
+ @log.error "[BuildCommClient] Comm. Protocol version is mismatched! #{VERSION}. Upgrade your DIBS client!"
return false
end
# check protocol
if not protocol_matched? l.strip then
- @log.error "[BuildCommClient] Comm. Protocol version is mismatched! #{VERSION}"
+ @log.error "[BuildCommClient] Comm. Protocol version is mismatched! #{VERSION}. Upgrade your DIBS client!"
return false
end