summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2019-01-02 16:17:44 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2019-01-02 16:24:06 +0900
commit41e556f7a74546d32ed625e19d17de5bcfdc8711 (patch)
treef720fa614dc11465212b3b05339e96dee16f66de
parent53a8a099f20e7dd1c12fa498542167330eab2cc9 (diff)
downloadlthor-41e556f7a74546d32ed625e19d17de5bcfdc8711.tar.gz
lthor-41e556f7a74546d32ed625e19d17de5bcfdc8711.tar.bz2
lthor-41e556f7a74546d32ed625e19d17de5bcfdc8711.zip
Bump version to 3.1 fixing crash in network mode
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>
-rwxr-xr-xCMakeLists.txt2
-rw-r--r--debian/changelog7
-rw-r--r--packaging/lthor.spec2
3 files changed, 9 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5267bd4..5b00777 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.0")
+SET(PACKAGE_VERSION "3.1")
IF("${CMAKE_BUILD_TYPE}" STREQUAL "")
diff --git a/debian/changelog b/debian/changelog
index c408284..49c3627 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/packaging/lthor.spec b/packaging/lthor.spec
index c5ec363..2a0adf4 100644
--- a/packaging/lthor.spec
+++ b/packaging/lthor.spec
@@ -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