]> wimlib.net Git - wimlib/commitdiff
Update NEWS, docs
authorEric Biggers <ebiggers3@gmail.com>
Thu, 30 Aug 2012 05:06:10 +0000 (00:06 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 30 Aug 2012 05:06:10 +0000 (00:06 -0500)
NEWS
README
doc/imagex-apply.1.in

diff --git a/NEWS b/NEWS
index a37eb6d907b2903292fd9dfbaa3d19aea6bef7b4..78c8eb1c8d23d79b96f1c8ab27bd6c72b4446599 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,26 @@
 Only the most important changes more recent than version 0.6 are noted here.
 
 Only the most important changes more recent than version 0.6 are noted here.
 
+Version 1.0.0:
+       Enough changes to call it version 1.0.0!
+
+       Capturing a WIM directly from a NTFS volume, and applying a WIM directly
+       to a NTFS volume, is now supported.
+
+       Hard links and symbolic links have much improved support.  They are
+       supported for WIM capture, WIM application, and mounted WIMs (you can
+       even make them on read-write mounted WIMs).
+
+       Alternate data streams are now supported on mounted WIMs through an
+       xattr or a Windows-style stream interface.  Also they are supported when
+       capturing a WIM from NTFS or applying a WIM to NTFS.
+
+       Using a capture configuration file is now supported (but not fully yet).
+
+       SHA1 message digests are checked in more places, so we can make sure
+       applied and captured data is correct.
+
+       Man pages have been updated and consolidated.
+
 Version 0.7.2:
        Fixed segfault when unmounting read-only WIM.
 
 Version 0.7.2:
        Fixed segfault when unmounting read-only WIM.
 
diff --git a/README b/README
index 39f447842f6fef6e4e04d9765cc2ccdcd07dcaf0..c0dadaad14a2d6e847db1fae164d534c35768a98 100644 (file)
--- a/README
+++ b/README
@@ -82,19 +82,21 @@ server for PXE booting.  See the main page `doc/mkwinpeiso.1' for more details.
 
 * libfuse
        Unless configured with --without-fuse, wimlib requires a non-ancient
 
 * libfuse
        Unless configured with --without-fuse, wimlib requires a non-ancient
-       version of libfuse to be installed.  see above).  Most GNU/Linux
-       distributions already include this, but make sure you have the libfuse
-       package installed (libfuse-dev if your distribution distributes header
-       files separately).  FUSE also requires a kernel module.
-       If the kernel module is available it will automatically be loaded if you
-       try to mount a WIM file.  For more information see
-       http://fuse.sourceforge.net/.  FUSE is also available for FreeBSD.
+       version of libfuse to be installed.  Most GNU/Linux distributions
+       already include this, but make sure you have the libfuse package
+       installed, and also libfuse-dev if your distribution distributes header
+       files separately.  FUSE also requires a kernel module.  If the kernel
+       module is available it will automatically be loaded if you try to mount
+       a WIM file.  For more information see http://fuse.sourceforge.net/.
+       FUSE is also available for FreeBSD.
 
 * libntfs-3g
        Unless configured with --without-ntfs-3g, wimlib requires the library
 
 * libntfs-3g
        Unless configured with --without-ntfs-3g, wimlib requires the library
-       and headers for libntfs-3g to be installed.  Currently, the version
-       dated 2012-1-15 is required because I've cloned some of the code from
-       the library.
+       and headers for libntfs-3g to be installed.  Currently, the libntfs-3g
+       version dated 2012-1-15 is required because I've cloned some of the code
+       from the library, and it needs to compiled against the same version.
+       I'm hoping to be able to use future version of libntfs-3g without code
+       cloning after submitting some patches, however.
 
 * cdrkit (optional)
 * mtools (optional)
 
 * cdrkit (optional)
 * mtools (optional)
index b4b16eaeec7fcbe1508992b3e857797ec071ed0c..06caf05e9bf5deb86b3f03dfc997e8094d1d1c72 100644 (file)
@@ -16,19 +16,19 @@ image in the WIM, the name of an image in the WIM, or the keyword "all" to
 indicate that all images are to be extracted.  Use the \fBimagex info\fR (1)
 command to show what images a WIM file contains.
 
 indicate that all images are to be extracted.  Use the \fBimagex info\fR (1)
 command to show what images a WIM file contains.
 
-\fBTARGET\fR specifies where to extract the WIM image(s) to.  If \fBTARGET\fR
+\fITARGET\fR specifies where to extract the WIM image(s) to.  If \fITARGET\fR
 specifies a directory, the WIM image(s) are extracted to that directory.  If
 specifies a directory, the WIM image(s) are extracted to that directory.  If
-\fBTARGET\fR specifies a non-existent file, a directory is created in that
-location and the WIM image(s) are extracted to that directory.  If \fBTARGET\fR
+\fITARGET\fR specifies a non-existent file, a directory is created in that
+location and the WIM image(s) are extracted to that directory.  If \fITARGET\fR
 specifies a regular file or block device, it is interpreted as a NTFS volume to
 which the WIM image is to be extracted.
 
 .SH NORMAL MODE
 
 specifies a regular file or block device, it is interpreted as a NTFS volume to
 which the WIM image is to be extracted.
 
 .SH NORMAL MODE
 
-The normal extraction mode is entered when \fBTARGET\fR is a directory or
+The normal extraction mode is entered when \fITARGET\fR is a directory or
 non-existent file.  If a single WIM image is being extracted, it will be
 extracted with the root of the image corresponding to the directory named by
 non-existent file.  If a single WIM image is being extracted, it will be
 extracted with the root of the image corresponding to the directory named by
-\fBTARGET\fR; or, if the keyword \fBall\fR is given, the images are extracted
+\fITARGET\fR; or, if the keyword \fBall\fR is given, the images are extracted
 into subdirectories of \fITARGET\fR that will be named after the image names,
 falling back to the image indices if there is an image with no name.
 \fITARGET\fR can specify a directory on any type of filesystem.
 into subdirectories of \fITARGET\fR that will be named after the image names,
 falling back to the image indices if there is an image with no name.
 \fITARGET\fR can specify a directory on any type of filesystem.
@@ -65,11 +65,11 @@ Short (DOS) names for files
 
 .SH NTFS MODE
 
 
 .SH NTFS MODE
 
-A special extraction mode is entered when \fBTARGET\fR is a regular file or
-block device.  \fBTARGET\fR is interpreted as an NTFS volume and opened using
+A special extraction mode is entered when \fITARGET\fR is a regular file or
+block device.  \fITARGET\fR is interpreted as an NTFS volume and opened using
 libntfs-3g.  If successful, the WIM image is extracted to the root of the NTFS
 volume in a special mode that preserves all, or almost all, information
 libntfs-3g.  If successful, the WIM image is extracted to the root of the NTFS
 volume in a special mode that preserves all, or almost all, information
-contained in the WIM.  \fBIMAGE\fR may not be "all" for this action.
+contained in the WIM.  \fIIMAGE\fR may not be "all" for this action.
 
 The NTFS volume does not need to be empty, although it's expected that it be
 empty for the intended use cases.  A new NTFS filesystem can be created using
 
 The NTFS volume does not need to be empty, although it's expected that it be
 empty for the intended use cases.  A new NTFS filesystem can be created using