X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=NEWS;h=5dc380203b063492ed8d64a177da1da5c8f1649a;hb=26c7f8bb32e4a32001d409f1693e0df016270ed5;hp=435a3f7081ceb3404ca520e4140bfd456fea13e6;hpb=9bec19341aac9190cd0bd80a6937b02d923dd566;p=wimlib diff --git a/NEWS b/NEWS index 435a3f70..5dc38020 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,11 @@ Version 1.5.3: produce an even better compression ratio at the cost of more time spent compressing. + `wimlib-imagex optimize' now supports the '--compress=TYPE' option, + which recompresses the WIM file using the specified compression TYPE. + The new library API function used for this is + wimlib_set_output_compression_type(). + Added the wimlib_get_xml_data() function to allow library clients to easily retrieve the raw XML data from a WIM file if needed.