Bump version to 3.1 fixing crash in network mode
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 2 Jan 2019 07:17:44 +0000 (16:17 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 2 Jan 2019 07:24:06 +0000 (16:24 +0900)
In version 3.0, -o0 optimization has segment falut crash and it
is fixed. To show the modification clearly, bump version to 3.1.

Change-Id: I0ef174d2a780007248f59f07669055d7b40c0ebb
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
CMakeLists.txt
debian/changelog
packaging/lthor.spec

index 5267bd4162f67eccf1f044b1b8bd285027d52214..5b00777864dd083d8cf27e5665cc6bf222e9fc79 100755 (executable)
@@ -23,7 +23,7 @@ SET(PKGNAME "${PACKAGE}")
 SET(PREFIX ${CMAKE_INSTALL_PREFIX})
 SET(BINDIR "${PREFIX}/bin")
 
-SET(PACKAGE_VERSION "3.0")
+SET(PACKAGE_VERSION "3.1")
 
 
 IF("${CMAKE_BUILD_TYPE}" STREQUAL "")
index c4082843174cc3ebb290b3380140facd42a1dbdc..49c36274e5df3c6f0e8f099782868a39da1eb7e1 100644 (file)
@@ -1,3 +1,10 @@
+lthor (3.1) unstable; urgency=low
+
+  * Upgraded to v3.1
+  * fix network flash crash with -o0 optimization build
+
+ -- Seung-Woo Kim <sw0312.kim@samsung.com>  Wed, 2 Jan 2019 16:16:35 +0900
+
 lthor (3.0) unstable; urgency=low
 
   * Upgraded to v3.0
index c5ec363e630065f6fa6fdded865e5046f23c3b83..2a0adf459521fb058840db4fa3ee6f001ddf7636 100644 (file)
@@ -3,7 +3,7 @@
 #
 Name:          lthor
 Summary:       Flashing tool for Tizen lunchbox
-Version:       3.0
+Version:       3.1
 Release:       1
 Group:         Development/Tools/Other
 License:       Apache