]> wimlib.net Git - wimlib/commitdiff
Update NEWS
authorEric Biggers <ebiggers3@gmail.com>
Sat, 9 Jul 2016 15:01:27 +0000 (10:01 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 9 Jul 2016 15:11:01 +0000 (10:11 -0500)
NEWS
README

diff --git a/NEWS b/NEWS
index b56ef04e62837835e59458e8ced2f2588711547d..78d88043be2376edc4de96c29533998a87326336 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ Version 1.10.0-BETA:
        LZX level 50, is now almost as good as the old LZX level 100, while
        being nearly the same speed as before.
 
+       Decompression performance has been slightly improved.
+
        On UNIX-like systems, wimlib can now process Windows filenames that are
        not valid Unicode due to the presence of unpaired surrogates.
 
diff --git a/README b/README
index 1106609428566808f3eae6a47c58e0bd0a34b08f..3dc2aedeefd57ec8d73199af234d027b3d1b5244 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.9.2 (June 2016).  wimlib is a C library for
+This is wimlib version 1.10.0-BETA (July 2016).  wimlib is a C library for
 creating, modifying, extracting, and mounting files in the Windows Imaging
 Format (WIM files).  wimlib and its command-line frontend 'wimlib-imagex'
 provide a free and cross-platform alternative to Microsoft's WIMGAPI, ImageX,