diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | genhdlist2 | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,6 @@ - actually compress xml files with '--text' flag passed to lzma (shrinks files.xml.lzma by 25% \o/) +- compress synthesis with XZ too (40% saving) - drop compatibility with perl-URPM < 1.48 (ie < 2007.1) Version 6.2 - 27 February 2012, by Thierry Vignaud @@ -16,7 +16,7 @@ sub usage () { sub main() { my %options = ( - synthesis_filter => '.cz:gzip -9', + synthesis_filter => '.cz:xz -5', xml_info => 'auto', xml_info_filter => '.lzma:lzma -5 --text', versioned => 'auto' @@ -599,7 +599,7 @@ Write hdlist/synthesis in this directory instead of <dir>/media_info =item B<--synthesis-filter SUFFIX:FILTER> Use SUFFIX for filename suffix and filter through FILTER for compression. -By default genhdlist2 will use '.cz:gzip -9'. +By default genhdlist2 will use '.cz:xz -5'. =item B<--xml-info> |