]> wimlib.net Git - wimlib/commitdiff
Update NEWS
authorEric Biggers <ebiggers3@gmail.com>
Fri, 22 Mar 2013 06:06:16 +0000 (01:06 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 22 Mar 2013 06:06:16 +0000 (01:06 -0500)
NEWS

diff --git a/NEWS b/NEWS
index 2c96d8a598b0414ab81a332aa1df32a45fb4136f..390337a9e326ba08287d94229b9ab85d1a57948c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,15 @@ Version 1.3.1:
        or even simply rename the binary yourself (but the former way will
        configure the man pages to use the chosen name).
 
+       Various bugs fixed in the Windows build.  Mainly to do with capturing
+       and restoring alternate data streams correctly in weird cases, and
+       requesting the correct privileges when opening files.  Also added the
+       --noacls options to wimlib-imagex capture, append, and apply.
+
+       Windows build again: FindFirstStreamW() and FindNextStreamW() are now
+       dynamically loaded, so this may make the library compatible with Windows
+       XP (however, there may still be other problems).
+
 Version 1.3.0:
        Added experimental support for native Windows builds.  Binaries can be
        downloaded from the SourceForge page.