]> wimlib.net Git - wimlib/commitdiff
Update version to v1.7.4-BETA
authorEric Biggers <ebiggers3@gmail.com>
Wed, 10 Dec 2014 04:53:21 +0000 (22:53 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 10 Dec 2014 05:35:35 +0000 (23:35 -0600)
NEWS
README
configure.ac

diff --git a/NEWS b/NEWS
index 4f4d8b3feea1bf27724823df39cf510ab4d97692..9d27fbeea7ef2ddd4d2c448f77299d8baa81d863 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,10 @@ Version 1.7.4-BETA:
        the target files do not yet exist.  (Broken since v1.7.0, but actually a
        result of a Microsoft bug.)
 
+       More fixes for wimlib on non-x86 architectures such as ARM.
+
+       Slight performance improvements in compression and decompression.
+
 Version 1.7.3:
        Fix for very slow export from solid WIM / ESD files.
 
diff --git a/README b/README
index 2a95dbd106a6b47a861382c6f309255508c49a40..a7a820839fcd7c4b42319f2595d5618ff911ee17 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.7.3 (November 2014).  wimlib is a C library for
+This is wimlib version 1.7.4-BETA (December 2014).  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,
index d580b413785bfa56677d032e38e4a55b77482d65..2a5abb088c2ebb23b6ea1c28606b58184dcd608c 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([wimlib], [1.7.3], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.7.4-BETA], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])