Changelog update

This commit is contained in:
Andrey Pohilko 2013-02-08 18:13:35 +04:00
parent 9ee642c4e6
commit 52a6543fbb
2 changed files with 28 additions and 2 deletions

View File

@ -428,8 +428,8 @@ class PhantomReader(AbstractReader):
if len(data) != 12:
self.log.warning("Wrong phout line, skipped: %s", line)
continue
rt_real=int(data[2])
tstmp=float(data[0])
rt_real = int(data[2])
tstmp = float(data[0])
cur_time = int(tstmp + float(rt_real) / 1000000)
if cur_time in self.stat_data.keys():

26
debian/changelog vendored
View File

@ -1,3 +1,29 @@
yandex-load-tank-base (1.3.6) precise; urgency=low
* optimize phout reading
-- Andrey Pohilko (undera) <undera@yandex-team.ru> Fri, 08 Feb 2013 18:11:57 +0400
yandex-load-tank-base (1.3.5) precise; urgency=low
* Double limit for phout reading, fixes console bug
* Update progressbar on looping in stepping
* Add qsat autostop
-- Andrey Pohilko (undera) <undera@yandex-team.ru> Wed, 06 Feb 2013 13:51:18 +0400
yandex-load-tank-base (1.3.4) precise; urgency=high
* fix broken build
-- Andrey Pohilko (undera) <undera@yandex-team.ru> Fri, 01 Feb 2013 19:57:04 +0400
yandex-load-tank-base (1.3.3) precise; urgency=high
* fix broken phantom config
-- Andrey Pohilko (undera) <undera@yandex-team.ru> Fri, 01 Feb 2013 19:44:26 +0400
yandex-load-tank-base (1.3.2) precise; urgency=low
* add support for phantom additional modules (for elliptics project)