From: Dongwoo Lee Date: Thu, 19 Dec 2024 07:04:39 +0000 (+0900) Subject: Bump version to 3.4 X-Git-Tag: accepted/tools/devbase/tools/legacy/20250527.042524^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;p=tools%2Flthor.git Bump version to 3.4 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 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ff16201..02ed17b 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 "") diff --git a/debian/changelog b/debian/changelog index df7c729..e8e569b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lthor (3.4) unstable; urgency=low + + * Upgraded to v3.4 + * fix race condition for increasing chunk_number unintendly + + -- Dongwoo Lee Thu Dec 19 15:23:47 2024 +0900 + lthor (3.3) unstable; urgency=low * Upgraded to v3.3 diff --git a/packaging/lthor.spec b/packaging/lthor.spec index 1129c37..0bec273 100644 --- a/packaging/lthor.spec +++ b/packaging/lthor.spec @@ -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