]> wimlib.net Git - wimlib/blobdiff - NEWS
COPYING: clarify the license
[wimlib] / NEWS
diff --git a/NEWS b/NEWS
index a727ebb1edfa79ec13761363157f85fdffb262a1..dc3f37efcbae5d5ee397929a485963dee831cd54 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Version 1.13.3-BETA1:
+       On Windows, improved performance of capturing an entire drive
+       in some cases.
+
+Version 1.13.2:
+       Prevented miscompilation with gcc 10 at -O3
+       (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94994).
+
+       Avoided some compiler warnings with gcc 9 and later.
+
+       The 'mkwinpeimg' script now also looks for syslinux modules in
+       /usr/share/syslinux, to handle where openSUSE installs them.
+
+       Removed obsolete packaging files from the source tree.
+
+Version 1.13.1:
+       Fixed a crash or incorrect output during LZMS compression with a
+       compression level greater than 50 and a chunk size greater than 64 MiB.
+       This affected wimlib v1.8.0 and later.  In the unlikely event that you
+       used all these non-default compression settings in combination, e.g.
+       'wimcapture --solid --solid-compress=LZMS:100 --solid-chunk-size=128M',
+       run 'wimverify' on your archives to verify your data is intact.
+
 Version 1.13.0:
        On Windows, wimlib now supports capturing and applying extended
        attributes (EAs).  It is compatible with DISM with the /EA option,