diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2024-11-08 15:17:53 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2024-11-08 15:22:20 +0900 |
commit | 702e8433a34e4576a438b1e5ea8ca8b4d2a2c4cf (patch) | |
tree | 1e1fe9e4c79f7fca397f82ab8ceed830c49849f9 | |
parent | 44fd10dbfa4d4952f933407bb6d75f300b0c919f (diff) | |
download | lthor-devel.tar.gz lthor-devel.tar.bz2 lthor-devel.zip |
In version 3.3 lthor, issue for thor sent file size less
than 1KB is fixed
Change-Id: I18b64284327e0e9393bf22cabe1873c13aafd72b
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rwxr-xr-x | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | packaging/lthor.spec | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bba475..ff16201 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.2") +SET(PACKAGE_VERSION "3.3") IF("${CMAKE_BUILD_TYPE}" STREQUAL "") diff --git a/debian/changelog b/debian/changelog index fe0899f..df7c729 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lthor (3.3) unstable; urgency=low + + * Upgraded to v3.3 + * fix issue for sent file size less than 1KB + + -- Seung-Woo Kim <sw0312.kim@samsung.com> Fri, 11 Oct 2024 15:22:12 +0900 + lthor (3.2) unstable; urgency=low * Upgraded to v3.2 diff --git a/packaging/lthor.spec b/packaging/lthor.spec index 4c670de..1129c37 100644 --- a/packaging/lthor.spec +++ b/packaging/lthor.spec @@ -3,7 +3,7 @@ # Name: lthor Summary: Flashing tool for Tizen lunchbox -Version: 3.2 +Version: 3.3 Release: 1 Group: Development/Tools/Other License: Apache |