aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--genhdlist22
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1b82b66..8c68d26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- compress XML data with xz instead of lzma
+ (keeping .lzma extension for compatibility, just adding the magic value)
+
Version 6.4 - 26 August 2012, by Thierry Vignaud
- compress synthesis files with '--text' flag passed to xz (shrinks
diff --git a/genhdlist2 b/genhdlist2
index b6a0cd0..e6ca4f1 100644
--- a/genhdlist2
+++ b/genhdlist2
@@ -18,7 +18,7 @@ sub main() {
my %options = (
synthesis_filter => '.cz:xz -5 --text',
xml_info => 'auto',
- xml_info_filter => '.lzma:lzma -5 --text',
+ xml_info_filter => '.lzma:xz -5 --text',
versioned => 'auto'
);