allpy
annotate NEWS @ 668:3bdcee61356d
blocks3d/www: fix log-file caused bug of building
r2w was configured to use /tmp/blocks3d-www-build.log.
It caused build error if this file has been creted by other user.
Log-file path was changed to ./output/blocks3d-www-build.log
Makefile was changed to create ./output directory before running r2w
author | boris (kodomo) <bnagaev@gmail.com> |
---|---|
date | Fri, 01 Jul 2011 10:32:37 +0400 |
parents | 1c2f88eedb18 |
children | dcb78a91e981 |
rev | line source |
---|---|
dendik@624 | 1 1.3.1 |
dendik@624 | 2 |
dendik@633 | 3 * new: processor allpy.processors.Needle() |
dendik@633 | 4 * new: method allpy.base.Alignment.rows_as_strings() |
dendik@650 | 5 * new: method allpy.base.Alignment.row_as_list(sequence) |
dendik@650 | 6 * new: method allpy.base.Alignment.row_as_string(sequence) |
dendik@657 | 7 * new: columns_as_lists() returns list of lists, each has 'column' attribute |
dendik@662 | 8 * new: javascript viewer colors columns by conservedness |
dendik@624 | 9 |
dendik@602 | 10 1.3.0 (2011-04-15) |
dendik@602 | 11 |
dendik@602 | 12 * new: started NEWS file |
dendik@602 | 13 * new: started tracking version numbers |