Bump version to 3.4 06/316906/1 accepted/tools_devbase_tools accepted/tools_devbase_tools_legacy devel master accepted/tools/devbase/tools/20250527.103802 accepted/tools/devbase/tools/20250528.062239 accepted/tools/devbase/tools/legacy/20250527.042524
authorDongwoo Lee <dwoo08.lee@samsung.com>
Thu, 19 Dec 2024 07:04:39 +0000 (16:04 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Thu, 19 Dec 2024 07:04:39 +0000 (16:04 +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(PREFIX ${CMAKE_INSTALL_PREFIX})
 SET(BINDIR "${PREFIX}/bin")
 
-SET(PACKAGE_VERSION "3.3")
+SET(PACKAGE_VERSION "3.4")
 
 
 IF("${CMAKE_BUILD_TYPE}" STREQUAL "")
 
 
 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
 lthor (3.3) unstable; urgency=low
 
   * Upgraded to v3.3
index 1129c37e7e991cee8f9127d85587a71267c24220..0bec273da380bd6a4fc9e31c342ecd2a1c67ae8b 100644 (file)
@@ -3,7 +3,7 @@
 #
 Name:          lthor
 Summary:       Flashing tool for Tizen lunchbox
 #
 Name:          lthor
 Summary:       Flashing tool for Tizen lunchbox
-Version:       3.3
+Version:       3.4
 Release:       1
 Group:         Development/Tools/Other
 License:       Apache
 Release:       1
 Group:         Development/Tools/Other
 License:       Apache