]> wimlib.net Git - wimlib/commitdiff
Update version number to 1.4.0; update NEWS
authorEric Biggers <ebiggers3@gmail.com>
Mon, 13 May 2013 04:13:13 +0000 (23:13 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 13 May 2013 04:13:13 +0000 (23:13 -0500)
25 files changed:
Makefile.am
NEWS
README
archlinux/PKGBUILD
configure.ac
debian/changelog
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-extract.1.in
doc/imagex-info.1.in
doc/imagex-join.1.in
doc/imagex-mount.1.in
doc/imagex-optimize.1.in
doc/imagex-split.1.in
doc/imagex-update.1.in
doc/imagex.1.in
doc/mkwinpeimg.1.in
make-release
rpm/wimlib-minimal.spec
rpm/wimlib-without-ntfs-3g.spec
rpm/wimlib.spec
src/wimlib.h

index ab3f5e3c254e38408301faad9c691542f61ea45d..18ac5b81fbb2f7ef05a1193f26f509513cbc2558 100644 (file)
@@ -6,7 +6,7 @@ AM_CFLAGS       = -std=gnu99 -fno-strict-aliasing
 
 lib_LTLIBRARIES = libwim.la
 
-libwim_la_LDFLAGS = -version-info 6:0:0 $(WINDOWS_LDFLAGS)
+libwim_la_LDFLAGS = -version-info 7:0:0 $(WINDOWS_LDFLAGS)
 
 libwim_la_SOURCES =            \
        src/add_image.c         \
@@ -190,7 +190,7 @@ dist_check_SCRIPTS += tests/test-imagex-ntfs
 endif
 
 if WINDOWS_NATIVE_BUILD
-# TODO: The tests need to be re-written for Windows builds.
+# Tests are run manually for Windows builds.
 TESTS =
 else
 TESTS = $(dist_check_SCRIPTS)
diff --git a/NEWS b/NEWS
index 66be93d961367ef607a79d489659ad2951345bda..be3e274b3c7037adfe03fee1df89827e45431761 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
 Only the most important changes more recent than version 0.6 are noted here.
 
-Version 1.3.4:
+Version 1.4.0:
+       Added new "extract" and "update" subcommands to wimlib-imagex, along
+       with associated APIs in the library.  These commands are intended mainly
+       for Windows use but can be used on UNIX as well.
+
+       Many documentation improvements.
+
        Fixed a bug in the Windows build where relative symbolic links were not
        captured in reparse-point fixup mode.
 
@@ -8,7 +14,7 @@ Version 1.3.4:
        the WIM file, causing `wimlib_imagex optimize' to fail in some cases.
 
        Fixed a bug in the Windows build of wimlib-imagex where globbing
-       split-WIM parts could cause a crash.
+       split-WIM parts could cause the program to crash.
 
        With the Windows build it is now possible to restore a WIM containing
        symbolic links as a non-Administrator; however you will receive warnings
diff --git a/README b/README
index 764600da7e5a0acbad3ff2551a86356077c3c426..a2dc56c3f8a9a2ea37ee762380c70c993043e812 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.3.3 (April 2013).  wimlib is a C library that can be
+This is wimlib version 1.4.0 (May 2013).  wimlib is a C library that can be
 used to create, modify, extract, and mount files in the Windows Imaging Format
 (WIM files).  These files are normally created by using the `imagex.exe' utility
 on Windows, but wimlib is distributed with a free implementation of ImageX
index 8fe0cfcd4420af39e43764ec41d8d851d1b6177f..0ce073e3d0f3db44cdb5b8677274127febb56bbe 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
 pkgname=wimlib
-pkgver=1.3.3
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="A library to extract, create, and modify WIM files"
 arch=("i686" "x86_64")
index ba2baa55ad8c67735013ea4b59efef4f196e9e8e..aa2f34e4e2157294ae029eb6683715c7987f50d8 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([wimlib], [1.3.3], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.4.0], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index eae2f909bc1640bfc0a9bbfdcc17ebc086f59363..08adf3c0fef2c211535b74d3dd8cae38884e4357 100644 (file)
@@ -1,3 +1,9 @@
+wimlib (1.4.0-1) unstable; urgency=low
+
+  * Update to v1.4.0
+
+ -- Eric Biggers <ebiggers3gmail.com>  Sun, 12 May 2013 22:59:55 -0500
+
 wimlib (1.3.3-1) unstable; urgency=low
 
   * Update to v1.3.3
index 5b91707189eb9541e1407fdc87520490a2fa8209..d9684c62b161b4faafb260b043e9c3554e655b8d 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX "1" "May 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-apply \- Extract one image, or all images, from a WIM archive
 
index 862318144ec40fb84a12c84a4616d7e4b635363b..f4a1acde7a5cf77b7c645458d47001d65694e9f9 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX "1" "May 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-capture, @IMAGEX_PROGNAME@-append \- Create or append a WIM image
 
index b930f5c9ce0a8439f72af9e30f7975be769d9d7d..41a10bc7bf389dbb376992da54958d25b4ef8a4f 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX "1" "May 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-delete \- Delete an image from a WIM archive
 
index 2372cdd61328bc0b9e2b29d60017e7fddd311137..a529cc5955194457e79ac39f091ec3ae6fe673d0 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX "1" "May 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-dir \- Show the files contained in a WIM archive
 
index 25996eb15b21ce64b936bb32ef96d370dc30dbe2..c6e012e7153b8afe0fa943ed15bdb52a7cc8f9a5 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX "1" "May 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-export \- Exports an image from a WIM archive to an existing or new WIM archive
 
index 3fde7889307dacb42a7b9f306244367da11ea375..543a614b22ea9723bbdf0d86c3bba8f87e933b5b 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX "1" "May 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-extract \- Extract files or directories from a WIM image
 
index bdd2041d117980755c029894b9480b6ac0795907..561afe6f8e8e93ca21b6895d1995d39ba2eac960 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX "1" "May 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-info \- Display information about a WIM file, or change information about
 an image
index f3cdc5924eb3c40d35f10cd4671ddd8c008524c0..5d92cdd1add8b772679032a492bca7c54eda7252 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX "1" "May 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-join \- Join split WIMs into a standalone one-part WIM
 
index 9256fc70833e57510b8fe515dedc1e8be8110525..9a60c650bf11e0ef01e71cde8b729a9e66e4ded8 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX "1" "May 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-mount, @IMAGEX_PROGNAME@-mountrw, @IMAGEX_PROGNAME@-unmount \- Mount and unmount an image from a WIM archive
 
index 9c783c24e5573b05011425d47dd25255dd306b7d..1d0875e7f696dfd21e613ff49342a36610d68baa 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX "1" "May 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-optimize \- Optimize a WIM archive
 
index f02ce9d58444238e3c7177596eeb6a8b8d3d3c7f..6da46bbbbeb9538ee2082b851dc9448d6d213307 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX "1" "May 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-split \- Split a WIM into multiple parts
 
index 4c52ea0bbf1338506b5e8801e04eb8a47ac75ac0..6bb8382a2e7fe12219a74b1b9b71435dbe7fb655 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX "1" "May 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-update \- Update a WIM image
 
index 5265968aef63cf30066e1aa1fa7f8f7934f7110b..2fa5013a701b6b61c09d0dedeecb21676984336b 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX 1 "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH IMAGEX 1 "May 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@ \- Create, modify, extract, mount, or unmount a WIM (Windows Imaging Format) archive
 .SH SYNOPSIS
index 9e1bde30c0822015c23882e51eaf2997fc300641..d3e357939efd6c329211ea296061a84d1b4ee2e3 100644 (file)
@@ -1,4 +1,4 @@
-.TH MKWINPEIMG "1" "April 2013" "mkwinpeimg (wimlib @VERSION@)" "User Commands"
+.TH MKWINPEIMG "1" "May 2013" "mkwinpeimg (wimlib @VERSION@)" "User Commands"
 .SH NAME
 mkwinpeimg \- Make a customized bootable image of Windows PE
 .SH SYNOPSIS
index ea9a0b27a592a77ba21cbb7ac80905309a387466..3d477d88b8ca6812c98dab9f48a13a86da7390d7 100755 (executable)
@@ -1,13 +1,13 @@
 #!/bin/bash
 
-oldver='1\.3\.2'
-oldmonth=March
+oldver='1\.3\.3'
+oldmonth=April
 oldyear=2013
 
 newmajor=1
-newminor=3
-newpatch=3
-newmonth=April
+newminor=4
+newpatch=0
+newmonth=May
 newyear=2013
 
 
index 5d083c08cab950000bb8687f2304bd2e5723ab07..e403bde9edc31a9392b229b649a6c5337159c8aa 100644 (file)
@@ -1,6 +1,6 @@
 Summary:   Library to extract, create, and modify WIM files
 Name:      wimlib
-Version:   1.3.3
+Version:   1.4.0
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
index 45ad0620eaebbae57b3d823271f486444919c56e..397d037388b8771b334f41ff8ea249dd5b277819 100644 (file)
@@ -1,6 +1,6 @@
 Summary:   Library to extract, create, and modify WIM files
 Name:      wimlib
-Version:   1.3.3
+Version:   1.4.0
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
index f1891fc24a712741c158f391388479c28d0711dc..26eddafcc01806a516e49b970aeae7442cc2b672 100644 (file)
@@ -1,6 +1,6 @@
 Summary:   Library to extract, create, and modify WIM files
 Name:      wimlib
-Version:   1.3.3
+Version:   1.4.0
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
index 9ffcc6ca33033e9b62dd83a6ffed52f33b7468cb..c4635e89e5470c85b1118d5111fb76aeef8eb917 100644 (file)
@@ -31,7 +31,7 @@
  *
  * \section intro Introduction
  *
- * This is the documentation for the library interface of wimlib 1.3.3.  If you
+ * This is the documentation for the library interface of wimlib 1.4.0.  If you
  * have installed wimlib and want to know how to use the @b wimlib-imagex
  * program, please see the man pages instead.  Also: the actual project page
  * where you can download the source code for the library is at <a
 #define WIMLIB_MAJOR_VERSION 1
 
 /** Minor version of the library (for example, the 2 in 1.2.5). */
-#define WIMLIB_MINOR_VERSION 3
+#define WIMLIB_MINOR_VERSION 4
 
 /** Patch version of the library (for example, the 5 in 1.2.5). */
-#define WIMLIB_PATCH_VERSION 3
+#define WIMLIB_PATCH_VERSION 0
 
 /**
  * Opaque structure that represents a WIM file.  This is an in-memory structure