From: Eric Biggers Date: Wed, 2 May 2012 02:07:23 +0000 (-0500) Subject: Start using NEWS and stop using ChangeLog X-Git-Tag: v0.7.0~19 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=8eb4770392498a1876e6c43e0f4a4459926c1943;hp=388f7a8245da683c109f5c8704c06951abdd6f37 Start using NEWS and stop using ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 4d05e484..789d9af2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +5-1-2012 Eric Biggers + * WIMLIB version 0.6.3 + + Now using git (git://git.code.sf.net/p/wimlib/code) + Project page at http://sourceforge.net/projects/wimlib + Library documentation at http://wimlib.sourceforge.net + Will not put stuff in this ChangeLog anymore. + 4-22-2012 Eric Biggers * WIMLIB version 0.6.2 * extract_resource_to_staging_dir(): Fixed infinite loop and a couple diff --git a/NEWS b/NEWS index 898a3dab..53c3b94c 100644 --- a/NEWS +++ b/NEWS @@ -1 +1,12 @@ -See ChangeLog. +Only the most important changes more recent than version 0.6 are noted here. + +Version 0.6.3: + Can now build with older gcc and system headers, like on CentOS 5. + +Version 0.6.2: + Fixed bug that made it impossible to overwrite files in read-write + mount. + +Version 0.6.1: + Write byte-order mark before WIM XML data. (imagex.exe requires this to + be there.) diff --git a/README b/README index 9ddc4798..8a90a6f6 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ WIMLIB -This is wimlib version 0.6.2 (April 2012). wimlib can be used to read, write, +This is wimlib version 0.6.3 (May 2012). wimlib can be used to read, write, and mount files in the Windows Imaging Format (WIM files). These files are normally created by using the `imagex.exe' utility on Windows, but this library provides a free implementetion of imagex for UNIX-based systems. diff --git a/configure.ac b/configure.ac index 58ba5cdb..373fc4b0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wimlib], [0.6.2], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [0.6.3], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AM_INIT_AUTOMAKE([-Wall -Werror]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/imagex-append.1 b/doc/imagex-append.1 index 7a3bc675..85517ef4 100644 --- a/doc/imagex-append.1 +++ b/doc/imagex-append.1 @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "April 2012" "imagex (wimlib) wimlib 0.6.1" "User Commands" +.TH IMAGEX "1" "May 2012" "imagex (wimlib) wimlib 0.6.3" "User Commands" .SH NAME imagex append \- Append a directory to a WIM archive as a new image diff --git a/doc/imagex-apply.1 b/doc/imagex-apply.1 index db4d7722..c648764d 100644 --- a/doc/imagex-apply.1 +++ b/doc/imagex-apply.1 @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "April 2012" "imagex (wimlib) wimlib 0.6.1" "User Commands" +.TH IMAGEX "1" "May 2012" "imagex (wimlib) wimlib 0.6.3" "User Commands" .SH NAME imagex apply \- Extract one image, or all images, from a WIM archive diff --git a/doc/imagex-capture.1 b/doc/imagex-capture.1 index 6324e7de..0f9547fd 100644 --- a/doc/imagex-capture.1 +++ b/doc/imagex-capture.1 @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "April 2012" "imagex (wimlib) wimlib 0.6.1" "User Commands" +.TH IMAGEX "1" "May 2012" "imagex (wimlib) wimlib 0.6.3" "User Commands" .SH NAME imagex capture \- Create a new WIM file from a directory. diff --git a/doc/imagex-delete.1 b/doc/imagex-delete.1 index 00c50aed..0e8fa2ce 100644 --- a/doc/imagex-delete.1 +++ b/doc/imagex-delete.1 @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "April 2012" "imagex (wimlib) wimlib 0.6.1" "User Commands" +.TH IMAGEX "1" "May 2012" "imagex (wimlib) wimlib 0.6.3" "User Commands" .SH NAME imagex delete \- Delete an image from a WIM archive diff --git a/doc/imagex-dir.1 b/doc/imagex-dir.1 index 6e9e5914..df3b5cd7 100644 --- a/doc/imagex-dir.1 +++ b/doc/imagex-dir.1 @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "April 2012" "imagex (wimlib) wimlib 0.6.1" "User Commands" +.TH IMAGEX "1" "May 2012" "imagex (wimlib) wimlib 0.6.3" "User Commands" .SH NAME imagex dir \- Show the files contained in a WIM archive diff --git a/doc/imagex-export.1 b/doc/imagex-export.1 index e6139fc9..e7913703 100644 --- a/doc/imagex-export.1 +++ b/doc/imagex-export.1 @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "April 2012" "imagex (wimlib) wimlib 0.6.1" "User Commands" +.TH IMAGEX "1" "May 2012" "imagex (wimlib) wimlib 0.6.3" "User Commands" .SH NAME imagex export \- Exports an image from a WIM archive to an existing or new WIM archive diff --git a/doc/imagex-info.1 b/doc/imagex-info.1 index a90b567f..aa550496 100644 --- a/doc/imagex-info.1 +++ b/doc/imagex-info.1 @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "April 2012" "imagex (wimlib) wimlib 0.6.1" "User Commands" +.TH IMAGEX "1" "May 2012" "imagex (wimlib) wimlib 0.6.3" "User Commands" .SH NAME imagex info \- Display information about a WIM file, or change information about an image diff --git a/doc/imagex-mount.1 b/doc/imagex-mount.1 index 007707d5..a1026bbf 100644 --- a/doc/imagex-mount.1 +++ b/doc/imagex-mount.1 @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "April 2012" "imagex (wimlib) wimlib 0.6.1" "User Commands" +.TH IMAGEX "1" "May 2012" "imagex (wimlib) wimlib 0.6.3" "User Commands" .SH NAME imagex mount \- Mount an image from a WIM archive readonly diff --git a/doc/imagex-mountrw.1 b/doc/imagex-mountrw.1 index 961c85ff..6f86c9e4 100644 --- a/doc/imagex-mountrw.1 +++ b/doc/imagex-mountrw.1 @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "April 2012" "imagex (wimlib) wimlib 0.6.1" "User Commands" +.TH IMAGEX "1" "May 2012" "imagex (wimlib) wimlib 0.6.3" "User Commands" .SH NAME imagex mountrw \- Mount an image from a WIM archive read-write diff --git a/doc/imagex-unmount.1 b/doc/imagex-unmount.1 index ccf8445d..6131deec 100644 --- a/doc/imagex-unmount.1 +++ b/doc/imagex-unmount.1 @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "April 2012" "imagex (wimlib) wimlib 0.6.1" "User Commands" +.TH IMAGEX "1" "May 2012" "imagex (wimlib) wimlib 0.6.3" "User Commands" .SH NAME imagex unmount \- Unmount a WIM archive diff --git a/doc/imagex.1 b/doc/imagex.1 index 566e79a2..f37c793a 100644 --- a/doc/imagex.1 +++ b/doc/imagex.1 @@ -1,4 +1,4 @@ -.TH IMAGEX 1 "April 2012" "imagex (wimlib 0.6.1)" "User Commands" +.TH IMAGEX 1 "May 2012" "imagex (wimlib 0.6.3)" "User Commands" .SH NAME imagex \- Create, modify, extract, mount, or unmount a WIM (Windows Imaging Format) archive .SH SYNOPSIS diff --git a/doc/mkwinpeimg.1 b/doc/mkwinpeimg.1 index 16d7cdf8..d9d51f89 100644 --- a/doc/mkwinpeimg.1 +++ b/doc/mkwinpeimg.1 @@ -1,4 +1,4 @@ -.TH MKWINPEIMG "1" "April 2012" "mkwinpeimg (wimlib 0.6.1)" "User Commands" +.TH MKWINPEIMG "1" "May 2012" "mkwinpeimg (wimlib 0.6.3)" "User Commands" .SH NAME mkwinpeimg \- Make a customized bootable image of Windows PE .SH SYNOPSIS