Bump version to 3.4 tizen
authorDongwoo Lee <dwoo08.lee@samsung.com>
Thu, 19 Dec 2024 07:04:39 +0000 (16:04 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 19 Dec 2024 07:35:07 +0000 (16:35 +0900)
Version 3.4 fixes a race condition where two threads could enter the
check_next_chunk() function simultaneously and end up with mismatched
chunk numbers.

Change-Id: I348f5cf11d9826e4f8df20b02d256f3684ad2318
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
CMakeLists.txt
debian/changelog
packaging/lthor.spec

index ff1620155183c8aa9a934449ab2b48d587677a7b..02ed17beb2989e9323daa58df85927bd0f202157 100755 (executable)
@@ -23,7 +23,7 @@ SET(PKGNAME "${PACKAGE}")
 SET(PREFIX ${CMAKE_INSTALL_PREFIX})
 SET(BINDIR "${PREFIX}/bin")
 
-SET(PACKAGE_VERSION "3.3")
+SET(PACKAGE_VERSION "3.4")
 
 
 IF("${CMAKE_BUILD_TYPE}" STREQUAL "")
index df7c72973519b8fdbfe7f3ef53319092a1a3d6d3..e8e569b13da0660501b421b5a67356e5b83bd314 100644 (file)
@@ -1,3 +1,10 @@
+lthor (3.4) unstable; urgency=low
+
+  * Upgraded to v3.4
+  * fix race condition for increasing chunk_number unintendly
+
+ -- Dongwoo Lee <dwoo08.lee@samsung.com>  Thu Dec 19 15:23:47 2024 +0900
+
 lthor (3.3) unstable; urgency=low
 
   * Upgraded to v3.3
index d97e79f7fccc5c3d52e33212cfdbe6716da7f669..5e1b392db67b05845952c9eecc97c69b4df30826 100644 (file)
@@ -3,7 +3,7 @@
 #
 Name:          lthor
 Summary:       Flashing tool for Tizen lunchbox
-Version:       3.3
+Version:       3.4
 Release:       1
 Group:         Development/Tools/Other
 License:       Apache