diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | genhdlist2 | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +- actually compress xml files with '--text' flag passed to lzma (shrinks + files.xml.lzma by 25% \o/) + Version 6.2 - 27 February 2012, by Thierry Vignaud - keep real filesizes in synthesis @@ -18,7 +18,7 @@ sub main() { my %options = ( synthesis_filter => '.cz:gzip -9', xml_info => 'auto', - xml_info_filter => '.lzma:lzma -5', + xml_info_filter => '.lzma:lzma -5 --text', versioned => 'auto' ); |