[Title] Protocol version up to 1.8.0
authordonghee yang <donghee.yang@samsung.com>
Fri, 15 Mar 2013 02:03:54 +0000 (11:03 +0900)
committerdonghee yang <donghee.yang@samsung.com>
Fri, 15 Mar 2013 02:03:54 +0000 (11:03 +0900)
package/changelog
package/pkginfo.manifest
src/common/BuildComm.rb

index 81266bf6a04dc96ae1d3e22753e090d472cce0e6..05ab8f399d0d49e12fa395832bf63eccca5f64f2 100644 (file)
@@ -1,3 +1,7 @@
+* 2.1.3
+- Fixed download cache bug
+- Update comm.protoco.version to 1.8.0
+== donghee yang <donghee.yang@samsung.com> 2013-03-14
 * 2.1.2
 - several bug fix
 - db version update
index abcef967b625d6369fe37a32d1c74ccaf6be2e25..2e7d31fb4dd9a3a4011c365fa1cded572d2b5e02 100644 (file)
@@ -1,5 +1,5 @@
 Source : dibs
-Version :2.1.2
+Version :2.1.3
 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
index e0308e83329a605d43a5c04876ce57bfdc0232ee..2f3817b417932b462e9f16f59413f563908abd08 100644 (file)
@@ -39,7 +39,7 @@ require "FileTransferViaDirect"
 ATTEMPTS = ["first", "second", "third"]
 
 class BuildCommServer
-       VERSION = "1.7.0"
+       VERSION = "1.8.0"
 
        private_class_method :new
 
@@ -330,7 +330,7 @@ end
 
 
 class BuildCommClient
-       VERSION = "1.7.0"
+       VERSION = "1.8.0"
        FIRST_RESPONSE_TIMEOUT = 120
 
        private_class_method :new