]> wimlib.net Git - wimlib/commitdiff
Start using NEWS and stop using ChangeLog
authorEric Biggers <ebiggers3@gmail.com>
Wed, 2 May 2012 02:07:23 +0000 (21:07 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 2 May 2012 02:07:23 +0000 (21:07 -0500)
16 files changed:
ChangeLog
NEWS
README
configure.ac
doc/imagex-append.1
doc/imagex-apply.1
doc/imagex-capture.1
doc/imagex-delete.1
doc/imagex-dir.1
doc/imagex-export.1
doc/imagex-info.1
doc/imagex-mount.1
doc/imagex-mountrw.1
doc/imagex-unmount.1
doc/imagex.1
doc/mkwinpeimg.1

index 4d05e484f1645cca3639b429db3a9cb5205ac96d..789d9af270eb3bbaca573b75a5fbce96eea97326 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+5-1-2012       Eric Biggers    <ebiggers3@gmail.com>
+       * 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    <ebiggers3@gmail.com>
        * WIMLIB version 0.6.2
        * extract_resource_to_staging_dir():  Fixed infinite loop and a couple
 4-22-2012      Eric Biggers    <ebiggers3@gmail.com>
        * WIMLIB version 0.6.2
        * extract_resource_to_staging_dir():  Fixed infinite loop and a couple
diff --git a/NEWS b/NEWS
index 898a3dab34708bab5696e294e90d2d5cac83a512..53c3b94c11f794fa260ed274986f2b1b311d9bf9 100644 (file)
--- 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 9ddc4798837e383f528eae7adf0dccadd35ca94d..8a90a6f6649725f429746b513b64797e2f3dcf75 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 
                                   WIMLIB                                    
 
 
                                   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.
 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.
index 58ba5cdb1c3fc4f12954ba5a57eba389d30c4640..373fc4b06b0304969666cecf0474abb798093c0e 100644 (file)
@@ -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])
 AC_CONFIG_SRCDIR([src/wim.c])
 AM_INIT_AUTOMAKE([-Wall -Werror])
 AC_CONFIG_MACRO_DIR([m4])
index 7a3bc6757cc75b26b5fc062ae0fcae2391ec5d18..85517ef48fa3ef20f996ed46004bc6f1387bca96 100644 (file)
@@ -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
 
 .SH NAME
 imagex append \- Append a directory to a WIM archive as a new image
 
index db4d7722756e43c9f58814941d4681e30aa51481..c648764d7e4105de13bc45875723de51fc83105c 100644 (file)
@@ -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
 
 .SH NAME
 imagex apply \- Extract one image, or all images, from a WIM archive
 
index 6324e7def7a7c246201a23ab9af94300a2f54c80..0f9547fd1f13e8ca050c11433795d6ba24946080 100644 (file)
@@ -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.
 
 .SH NAME
 imagex capture \- Create a new WIM file from a directory.
 
index 00c50aed7d26b9350cac6c39654c5d5795326cc2..0e8fa2ce015ae5a54557df45072a718214ebf10b 100644 (file)
@@ -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
 
 .SH NAME
 imagex delete \- Delete an image from a WIM archive
 
index 6e9e5914ac7f6a372908745f9bd91508b7adf833..df3b5cd728f4cf3e279aa3986a62a7766753e62c 100644 (file)
@@ -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
 
 .SH NAME
 imagex dir \- Show the files contained in a WIM archive
 
index e6139fc9df903096449079b6e810f5b0d8f8f49a..e7913703905e53a9930c7de09a3d9c8189471b26 100644 (file)
@@ -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
 
 .SH NAME
 imagex export \- Exports an image from a WIM archive to an existing or new WIM archive
 
index a90b567fd876ce233e86a813a279d85f838e5d9b..aa550496d68ac3894742dcf5b19afec8fc5670cf 100644 (file)
@@ -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
 .SH NAME
 imagex info \- Display information about a WIM file, or change information about
 an image
index 007707d5d819f5ecc55fdae29a4cd3136ebafcb3..a1026bbf6b4da2b56ea3b92181b79f23e9547fdc 100644 (file)
@@ -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
 
 .SH NAME
 imagex mount \- Mount an image from a WIM archive readonly
 
index 961c85ffcd9f8b8600d98b5d7227b421ca61dc00..6f86c9e477ca93c8243cc1c20cdc9e12fd944d7f 100644 (file)
@@ -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
 
 .SH NAME
 imagex mountrw \- Mount an image from a WIM archive read-write
 
index ccf8445d7e93e287acb95cc9855e2098ed8fd37f..6131deecd2f72cf3d58f77994c9a69a4bd0df708 100644 (file)
@@ -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
 
 .SH NAME
 imagex unmount \- Unmount a WIM archive
 
index 566e79a224b8999452926a12bd999d2647de9eba..f37c793af1ede1d6eba8441a19ba8310794519a2 100644 (file)
@@ -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
 .SH NAME
 imagex \- Create, modify, extract, mount, or unmount a WIM (Windows Imaging Format) archive
 .SH SYNOPSIS
index 16d7cdf89318e2c537e8e584168c9439b422b0e9..d9d51f89c22dd68f86c8e3ede191eaa7779d9b63 100644 (file)
@@ -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
 .SH NAME
 mkwinpeimg \- Make a customized bootable image of Windows PE
 .SH SYNOPSIS