]> wimlib.net Git - wimlib/blobdiff - README
README: note that a newer version of libntfs-3g is recommended
[wimlib] / README
diff --git a/README b/README
index ae2ab6b454111eadc1f7961ec35d7558145118f9..1106609428566808f3eae6a47c58e0bd0a34b08f 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
                                   INTRODUCTION
 
-This is wimlib version 1.9.1 (March 2016).  wimlib is a C library for
+This is wimlib version 1.9.2 (June 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,
 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,
@@ -154,7 +154,8 @@ dependencies were already included and this section is irrelevant.
 
 * libntfs-3g (optional but recommended)
        Unless configured --without-ntfs-3g, wimlib requires the library and
 
 * libntfs-3g (optional but recommended)
        Unless configured --without-ntfs-3g, wimlib requires the library and
-       headers for libntfs-3g version 2011-4-12 or later to be installed.
+       headers for libntfs-3g to be installed.  The minimum required version is
+       2011-4-12, but newer versions contain important bug fixes.
 
 * OpenSSL / libcrypto (optional)
        wimlib can use the SHA-1 message digest implementation from libcrypto
 
 * OpenSSL / libcrypto (optional)
        wimlib can use the SHA-1 message digest implementation from libcrypto
@@ -275,9 +276,13 @@ the code has been entirely rewritten and improved (main author: Eric Biggers).
 Windows support has been available since version 1.3.0 (March 2013).  A list of
 version-to-version changes can be found in the NEWS file.
 
 Windows support has been available since version 1.3.0 (March 2013).  A list of
 version-to-version changes can be found in the NEWS file.
 
-                             LICENSE AND DISCLAIMER
+                                    NOTICES
 
 
-See COPYING for information about the license.
+wimlib is free software that comes with NO WARRANTY, to the extent permitted by
+law.  See the COPYING file for more details.
+
+Bug reports, suggestions, and other contributions are appreciated and may be
+sent via email to ebiggers3@gmail.com or posted to https://wimlib.net/forums.
 
 wimlib is independently developed and does not contain any code, data, or files
 copyrighted by Microsoft.  It is not known to be affected by any patents.
 
 wimlib is independently developed and does not contain any code, data, or files
 copyrighted by Microsoft.  It is not known to be affected by any patents.
@@ -287,5 +292,6 @@ libcrypto (OpenSSL), configure with --without-libcrypto.  This replaces the SHA1
 implementation with built-in code and there will be no difference in
 functionality.
 
 implementation with built-in code and there will be no difference in
 functionality.
 
-wimlib comes with no warranty whatsoever.  Please submit a bug report (to
-ebiggers3@gmail.com) if you find a bug in wimlib and/or wimlib-imagex.
+Note: copyright years may be listed using range notation, e.g., 2012-2016,
+indicating that every year in the range, inclusive, is a copyrightable year that
+would otherwise be listed individually.