]> wimlib.net Git - wimlib/commitdiff
Update version number and NEWS
authorEric Biggers <ebiggers3@gmail.com>
Sun, 18 Nov 2012 18:24:26 +0000 (12:24 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 18 Nov 2012 18:24:26 +0000 (12:24 -0600)
(will be a few more updates before a release though.)

13 files changed:
NEWS
configure.ac
doc/imagex-apply.1.in
doc/imagex-capture.1.in
doc/imagex-delete.1.in
doc/imagex-dir.1.in
doc/imagex-export.1.in
doc/imagex-info.1.in
doc/imagex-join.1.in
doc/imagex-mount.1.in
doc/imagex-split.1.in
doc/imagex.1.in
doc/mkwinpeimg.1.in

diff --git a/NEWS b/NEWS
index ca72d29e5749f5e686d58c58c52f7b855ef03c8b..650825b337d222219fa11a41148b5f87f5a8815d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
 Only the most important changes more recent than version 0.6 are noted here.
 
+Version 1.1.0:
+       Resources will now be compressed using multiple threads by default.
+       (This applies to `imagex capture', `imagex append', and `imagex
+       export').
+
+       Some performance improvements in mounted WIMs.
+
+       More progress information is shown when capturing a WIM.
+
 Version 1.0.4:
        Lots of minor fixes, code cleanups, and some documentation updates.
        Nothing in particular is really noteworthy.
index bdc6a92032cf569847b3ae618001b5ab8a918a2c..0bed8cd51e8d65b33409628d3ed201e4bfc22db8 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([wimlib], [1.0.4], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.1.0], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index 9125d6c73ad44557c2a6e23566803cc6464b8370..4715e3ae2aaffae386af8f1a0d2c0293c2cfabe3 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "October 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
+.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
 .SH NAME
 imagex-apply \- Extract one image, or all images, from a WIM archive
 
index c29cf6059e257ae44f773b97c8bf7257d2c8cef4..70414eb2a35ec6667aeece57963560aca3548833 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "October 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
+.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
 .SH NAME
 imagex-capture, imagex-append \- Capture a WIM image from a directory tree
 
index 976239eae5769415b0a374de3d4c492a571bcb9a..1d8c31760ae8705bfc16f04ba8bbcfafb0e1d2da 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "October 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
+.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
 .SH NAME
 imagex-delete \- Delete an image from a WIM archive
 
index 7ff18e8bb2cf9ed85d0bbd8ff2af9f3f7f958002..415e237256ce4d76acb5f99fce1c9d43179bebb9 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "October 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
+.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
 .SH NAME
 imagex-dir \- Show the files contained in a WIM archive
 
index 8ed3262e5c2eb47c6e813b329b805609f1e7f90b..9825e56a80e7dc12e8664c2300d48254ad70974d 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "October 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
+.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
 .SH NAME
 imagex-export \- Exports an image from a WIM archive to an existing or new WIM archive
 
index 2354d311d43cf56e8524be93bec75d5a6fcf46d8..970828126aca1710a781c8cf5d83dae85700085a 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "October 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
+.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
 .SH NAME
 imagex-info \- Display information about a WIM file, or change information about
 an image
index 277f10a51ef8af499afb73d0c1d8cadad23eb14e..b23f49db54fe6702cf1f5f15b803abd8f47b1be1 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "October 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
+.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
 .SH NAME
 imagex-join \- Join split WIMs into a standalone one-part WIM
 
index 89a81a0a018acbb82827b4ac6ac6dcad28986add..3bfa26479a6e6556ed256c6768c2bab793ab7428 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "October 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
+.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
 .SH NAME
 imagex-mount, imagex-mountrw, imagex-unmount \- Mount and unmount an image from a WIM archive
 
index 5c5cb19b28c319385797ec98d03fa3bc3f8c3cb2..d15e69ed9d2f8fef3d55042a22a35722a2984d05 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "October 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
+.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
 .SH NAME
 imagex-split \- Split a WIM into multiple parts
 
index 91c7f15b58cf14a8873227a093a99a78d4fc6d76..54b35832683013fc0cda470269bfec693a430956 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX 1 "October 2012" "imagex (wimlib @VERSION@)" "User Commands"
+.TH IMAGEX 1 "November 2012" "imagex (wimlib @VERSION@)" "User Commands"
 .SH NAME
 imagex \- Create, modify, extract, mount, or unmount a WIM (Windows Imaging Format) archive
 .SH SYNOPSIS
index 9d0a31b2b5d8127bf6adba6762ff40ae387c8dbf..e89ca129d29d57f5378383ca356768852cee66c4 100644 (file)
@@ -1,4 +1,4 @@
-.TH MKWINPEIMG "1" "October 2012" "mkwinpeimg (wimlib @VERSION@)" "User Commands"
+.TH MKWINPEIMG "1" "November 2012" "mkwinpeimg (wimlib @VERSION@)" "User Commands"
 .SH NAME
 mkwinpeimg \- Make a customized bootable image of Windows PE
 .SH SYNOPSIS