From: Eric Biggers Date: Wed, 22 May 2013 01:52:46 +0000 (-0500) Subject: update NEWS X-Git-Tag: v1.4.1~46 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=334e2d17f2d69fbe28e6dd60a5b82a3837188d77 update NEWS --- diff --git a/NEWS b/NEWS index 75b2b7d5..71d306c5 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,9 @@ Version 1.4.1: WIM by providing the WIMLIB_OPEN_FLAG_WRITE_ACCESS flag to wimlib_open_wim(). + wimlib now respects the WIM_HDR_FLAG_READONLY flag when set in the WIM + header. + Progress callbacks have been added to wimlib's wimlib_update_image() function.