]> wimlib.net Git - wimlib/blobdiff - README
SHA-1 rework
[wimlib] / README
diff --git a/README b/README
index 196ed0596f1a5bea11dde8624d10b2a65e487648..1952ff2497c71fdb3a3fa113cb7492727ebe47bd 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.12.0 (July 2017).  wimlib is a C library for
+This is wimlib version 1.13.6 (September 2022).  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,
@@ -10,8 +10,7 @@ and DISM.
 
 To install wimlib and wimlib-imagex on UNIX-like systems, you can compile from
 source (e.g. './configure && make && sudo make install').  Alternatively, check
-if a package has already been prepared for your operating system.  Example files
-for Debian and RPM packaging are in the debian/ and rpm/ directories.
+if a package has already been prepared for your operating system.
 
 To install wimlib and wimlib-imagex on Windows, just download and extract the
 ZIP file containing the latest binaries.  See README.WINDOWS for more details.
@@ -143,11 +142,6 @@ dependencies were already included and this section is irrelevant.
        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
-       (usually provided by OpenSSL) instead of compiling in yet another SHA-1
-       implementation.
-
 * cdrkit (optional)
 * mtools (optional)
 * syslinux (optional)
@@ -182,12 +176,6 @@ This section documents the most important options that may be passed to the
        The default is --with-fuse when building for Linux, and --without-fuse
        otherwise.
 
---without-libcrypto
-       Build in functions for SHA-1 rather than using external SHA-1 functions
-       from libcrypto (usually provided by OpenSSL).
-
-       The default is to use libcrypto if it is found on your system.
-
                                   PORTABILITY
 
 wimlib works on both UNIX-like systems (Linux, Mac OS X, FreeBSD, etc.) and
@@ -268,16 +256,11 @@ 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.
+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.
 
-On UNIX-like systems, if you do not want wimlib to be dynamically linked with
-libcrypto (OpenSSL), configure with --without-libcrypto.  This replaces the SHA1
-implementation with built-in code and there will be no difference in
-functionality.
-
 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.