From: Donghoon Shin Date: Thu, 16 Mar 2017 06:27:26 +0000 (+0900) Subject: Bump 0.3.6 X-Git-Tag: upstream/0.3.6~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=332c8ae681722c4a3c7993f576cdba0419efdf4a;p=tools%2Flitmus.git Bump 0.3.6 --- diff --git a/README.md b/README.md index 0887180..4658f79 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Build a deb package with debuild Install the deb package by using dpkg $ cd .. - $ sudo dpkg -i litmus_0.3.5-1_amd64.deb + $ sudo dpkg -i litmus_0.3.6_amd64.deb Getting started diff --git a/debian/changelog b/debian/changelog index 84dca2b..d65f402 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,34 +1,41 @@ -litmus (0.3.5-1) unstable; urgency=low +litmus (0.3.6) unstable; urgency=medium + + * Remove unused script in template + * Update debian/postscript to avoid error while building docker image + + -- Donghoon Shin Thu, 16 Mar 2017 15:20:21 +0900 + +litmus (0.3.5) unstable; urgency=low * Create a working directory if it does not exist (for -d option) -- Donghoon Shin Thu, 1 Feb 2017 09:17:00 +0900 -litmus (0.3.4-1) unstable; urgency=low +litmus (0.3.4) unstable; urgency=low * Update flash method for tw1 to skip passing parameter 'flasher' -- Donghoon Shin Fri, 21 Oct 2016 11:36:00 +0900 -litmus (0.3.3-1) unstable; urgency=low +litmus (0.3.3) unstable; urgency=low * Support device.screenshot API -- Donghoon Shin Tue, 11 Oct 2016 12:41:00 +0900 -litmus (0.3.2-1) unstable; urgency=low +litmus (0.3.2) unstable; urgency=low * Support artik and more standalone device types -- Donghoon Shin Fri, 7 Oct 2016 11:14:00 +0900 -litmus (0.3.1-1) unstable; urgency=low +litmus (0.3.1) unstable; urgency=low * Update cmd_rm handler -- Donghoon Shin Thu, 22 Sep 2016 07:42:00 +0900 -litmus (0.3.0-1) unstable; urgency=low +litmus (0.3.0) unstable; urgency=low * Update projects/topology file location * Add projects/topology param at command prompt @@ -37,7 +44,7 @@ litmus (0.3.0-1) unstable; urgency=low -- Donghoon Shin Wed, 21 Sep 2016 15:08:00 +0900 -litmus (0.2.1-1) unstable; urgency=low +litmus (0.2.1) unstable; urgency=low * Update import command to use shell-like path expansions * Update standalone device type to avoid sdb error @@ -45,7 +52,7 @@ litmus (0.2.1-1) unstable; urgency=low -- Donghoon Shin Fri, 9 Sep 2016 15:00:00 +0900 -litmus (0.2.0-1) unstable; urgency=low +litmus (0.2.0) unstable; urgency=low * Remove acmlock routine to imporve test performance * Support flash function for standalone device type @@ -53,7 +60,7 @@ litmus (0.2.0-1) unstable; urgency=low -- Donghoon Shin Fri, 9 Sep 2016 10:03:05 +0900 -litmus (0.1.1-1) unstable; urgency=low +litmus (0.1.1) unstable; urgency=low * Add ttyS0 in uarts list * Release global lock at exception of device.on() function @@ -62,7 +69,7 @@ litmus (0.1.1-1) unstable; urgency=low -- Donghoon Shin Mon, 27 Jun 2016 14:29:31 +0900 -litmus (0.1.0-1) unstable; urgency=low +litmus (0.1.0) unstable; urgency=low * Initial release diff --git a/litmus/__init__.py b/litmus/__init__.py index c3e61e5..8feb215 100644 --- a/litmus/__init__.py +++ b/litmus/__init__.py @@ -14,7 +14,7 @@ # limitations under the License. import os -__version__ = '0.3.5' +__version__ = '0.3.6' _homedir_ = os.path.expanduser('~') _confdir_ = os.path.join(_homedir_, '.litmus') _duts_ = os.path.join(_confdir_, 'topology')