From: Artem Bityutskiy Date: Wed, 7 Nov 2012 09:39:53 +0000 (+0200) Subject: Release version 0.1.1 X-Git-Tag: v1.0~148 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e59d8c83e703656b8eb111af07a4e68d5688b3da;p=tools%2Fbmap-tools.git Release version 0.1.1 Change-Id: I86c186f8a8ee99cde051fd626c9e8854ae90a9cf Signed-off-by: Artem Bityutskiy --- diff --git a/bmap-creator b/bmap-creator index 2a6f6c5..9d78fc0 100755 --- a/bmap-creator +++ b/bmap-creator @@ -29,7 +29,7 @@ areas represent the areas which have to be flashed. The block map file lists these areas. """ -VERSION = "0.1.0" +VERSION = "0.1.1" import argparse import sys diff --git a/bmap-flasher b/bmap-flasher index 6bec13d..8447df9 100755 --- a/bmap-flasher +++ b/bmap-flasher @@ -24,7 +24,7 @@ essentially, it is an XML document which contains list of blocks in the image file which have to be copied to the block device. """ -VERSION = "0.1.0" +VERSION = "0.1.1" import argparse import sys diff --git a/debian/changelog b/debian/changelog index 64663e3..a616668 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bmap-tools (0.1.1) unstable; urgency=low + + * Release 0.1.1 - a lot of fixes and speed improvements. + + -- Artem Bityutskiy Wed, 07 Nov 2012 11:36:29 +0200 + bmap-tools (0.1.0) unstable; urgency=low * Initial release. diff --git a/packaging/bmap-tools.changes b/packaging/bmap-tools.changes index bd0b231..2bec8b3 100644 --- a/packaging/bmap-tools.changes +++ b/packaging/bmap-tools.changes @@ -1,5 +1,5 @@ -------------------------------------------------------------------- -Sat Oct 27 19:13:31 UTC 2012 - eduard.bartosh@intel.com - -- Initial packaging +Wed Nov 7 09:37:59 UTC 2012 - Artem.Bityutskiy@intel.com +- Release 0.1.1 - a lot of fixes and speed improvements. +Sat Oct 27 19:13:31 UTC 2012 - eduard.bartosh@intel.com +- Initial packaging. diff --git a/packaging/bmap-tools.spec b/packaging/bmap-tools.spec index 6e74a02..a2b777f 100644 --- a/packaging/bmap-tools.spec +++ b/packaging/bmap-tools.spec @@ -1,6 +1,6 @@ Name: bmap-tools Summary: Bmap Tools -Version: 0.1.0 +Version: 0.1.1 Release: 1 Group: Development/Tools/Other License: GPL-2.0