From: Eric Biggers Date: Tue, 18 Dec 2012 17:55:23 +0000 (-0600) Subject: Update version to 1.2.1 X-Git-Tag: v1.2.1~28 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=ebcb2402da0d554dcaafa46b8c1b9cc3362f6be3 Update version to 1.2.1 --- diff --git a/Makefile.am b/Makefile.am index d4a3af6a..542b540b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ AM_CFLAGS = -std=gnu99 -D_LARGEFILE_SOURCE \ lib_LTLIBRARIES = libwim.la -libwim_la_LDFLAGS = -version-info 1:0:0 +libwim_la_LDFLAGS = -version-info 2:0:0 libwim_la_SOURCES = \ src/add_image.c \ diff --git a/README b/README index d4b4ed1f..4ffd1420 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ WIMLIB -This is wimlib version 1.2.0 (November 2012). wimlib can be used to read, +This is wimlib version 1.2.1 (December 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 implementation of imagex for UNIX-based systems. diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 0f18eb36..d479a621 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eric Biggers pkgname=wimlib -pkgver=1.2.0 +pkgver=1.2.1 pkgrel=1 pkgdesc="A library to extract, create, and modify WIM files" arch=("i686" "x86_64") diff --git a/configure.ac b/configure.ac index 799cc911..03ad48a7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wimlib], [1.2.0], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.2.1], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/debian/changelog b/debian/changelog index d898c6f6..b7fd743f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wimlib (1.2.1-1) unstable; urgency=low + + * Update to v1.2.1 + + -- Eric Biggers Tue, 18 Dec 2012 11:25:02 -0600 + wimlib (1.2.0-1) unstable; urgency=low * Update to v1.2.0 diff --git a/doc/imagex-apply.1.in b/doc/imagex-apply.1.in index 64b0311e..0b7f8efe 100644 --- a/doc/imagex-apply.1.in +++ b/doc/imagex-apply.1.in @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" +.TH IMAGEX "1" "December 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" .SH NAME imagex-apply \- Extract one image, or all images, from a WIM archive diff --git a/doc/imagex-capture.1.in b/doc/imagex-capture.1.in index a0927133..0d8879a2 100644 --- a/doc/imagex-capture.1.in +++ b/doc/imagex-capture.1.in @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" +.TH IMAGEX "1" "December 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" .SH NAME imagex-capture, imagex-append \- Capture a WIM image from a directory tree diff --git a/doc/imagex-delete.1.in b/doc/imagex-delete.1.in index 1505b9bd..91e3aa88 100644 --- a/doc/imagex-delete.1.in +++ b/doc/imagex-delete.1.in @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" +.TH IMAGEX "1" "December 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" .SH NAME imagex-delete \- Delete an image from a WIM archive diff --git a/doc/imagex-dir.1.in b/doc/imagex-dir.1.in index 415e2372..62a8a3c3 100644 --- a/doc/imagex-dir.1.in +++ b/doc/imagex-dir.1.in @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" +.TH IMAGEX "1" "December 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" .SH NAME imagex-dir \- Show the files contained in a WIM archive diff --git a/doc/imagex-export.1.in b/doc/imagex-export.1.in index ff76516e..47804acf 100644 --- a/doc/imagex-export.1.in +++ b/doc/imagex-export.1.in @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" +.TH IMAGEX "1" "December 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 diff --git a/doc/imagex-info.1.in b/doc/imagex-info.1.in index 7750133f..5dfd5953 100644 --- a/doc/imagex-info.1.in +++ b/doc/imagex-info.1.in @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" +.TH IMAGEX "1" "December 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" .SH NAME imagex-info \- Display information about a WIM file, or change information about an image diff --git a/doc/imagex-join.1.in b/doc/imagex-join.1.in index 131aed37..6757907d 100644 --- a/doc/imagex-join.1.in +++ b/doc/imagex-join.1.in @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" +.TH IMAGEX "1" "December 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" .SH NAME imagex-join \- Join split WIMs into a standalone one-part WIM diff --git a/doc/imagex-mount.1.in b/doc/imagex-mount.1.in index 83fd9f62..eaeaf1a7 100644 --- a/doc/imagex-mount.1.in +++ b/doc/imagex-mount.1.in @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" +.TH IMAGEX "1" "December 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" .SH NAME imagex-mount, imagex-mountrw, imagex-unmount \- Mount and unmount an image from a WIM archive diff --git a/doc/imagex-optimize.1.in b/doc/imagex-optimize.1.in index 9074fb41..36b9ed0f 100644 --- a/doc/imagex-optimize.1.in +++ b/doc/imagex-optimize.1.in @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" +.TH IMAGEX "1" "December 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" .SH NAME imagex-optimize \- Optimize a WIM archive diff --git a/doc/imagex-split.1.in b/doc/imagex-split.1.in index d15e69ed..03c0a05a 100644 --- a/doc/imagex-split.1.in +++ b/doc/imagex-split.1.in @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" +.TH IMAGEX "1" "December 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" .SH NAME imagex-split \- Split a WIM into multiple parts diff --git a/doc/imagex.1.in b/doc/imagex.1.in index 86e0eaba..8f67adfb 100644 --- a/doc/imagex.1.in +++ b/doc/imagex.1.in @@ -1,4 +1,4 @@ -.TH IMAGEX 1 "November 2012" "imagex (wimlib @VERSION@)" "User Commands" +.TH IMAGEX 1 "December 2012" "imagex (wimlib @VERSION@)" "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.in b/doc/mkwinpeimg.1.in index e89ca129..ad975a2d 100644 --- a/doc/mkwinpeimg.1.in +++ b/doc/mkwinpeimg.1.in @@ -1,4 +1,4 @@ -.TH MKWINPEIMG "1" "November 2012" "mkwinpeimg (wimlib @VERSION@)" "User Commands" +.TH MKWINPEIMG "1" "December 2012" "mkwinpeimg (wimlib @VERSION@)" "User Commands" .SH NAME mkwinpeimg \- Make a customized bootable image of Windows PE .SH SYNOPSIS diff --git a/rpm/wimlib-minimal.spec b/rpm/wimlib-minimal.spec index 21e0daf4..5c6d84a6 100644 --- a/rpm/wimlib-minimal.spec +++ b/rpm/wimlib-minimal.spec @@ -1,6 +1,6 @@ Summary: Library to extract, create, and modify WIM files Name: wimlib -Version: 1.2.0 +Version: 1.2.1 Release: 1 License: GPLv3+ Group: System/Libraries diff --git a/rpm/wimlib-without-ntfs-3g.spec b/rpm/wimlib-without-ntfs-3g.spec index acb82fdf..18c1a553 100644 --- a/rpm/wimlib-without-ntfs-3g.spec +++ b/rpm/wimlib-without-ntfs-3g.spec @@ -1,6 +1,6 @@ Summary: Library to extract, create, and modify WIM files Name: wimlib -Version: 1.2.0 +Version: 1.2.1 Release: 1 License: GPLv3+ Group: System/Libraries diff --git a/rpm/wimlib.spec b/rpm/wimlib.spec index 220dc804..7e037e1c 100644 --- a/rpm/wimlib.spec +++ b/rpm/wimlib.spec @@ -1,6 +1,6 @@ Summary: Library to extract, create, and modify WIM files Name: wimlib -Version: 1.2.0 +Version: 1.2.1 Release: 1 License: GPLv3+ Group: System/Libraries diff --git a/src/mount_image.c b/src/mount_image.c index 6a38dc33..987da8e9 100644 --- a/src/mount_image.c +++ b/src/mount_image.c @@ -1037,7 +1037,7 @@ static int send_unmount_request_msg(mqd_t mq, int unmount_flags, DEBUG("Sending unmount request msg"); struct msg_unmount_request msg = { .hdr = { - .min_version = WIMLIB_MAKEVERSION(1, 2, 0), + .min_version = WIMLIB_MAKEVERSION(1, 2, 1), .cur_version = WIMLIB_VERSION_CODE, .msg_type = MSG_TYPE_UNMOUNT_REQUEST, .msg_size = sizeof(msg), @@ -1060,7 +1060,7 @@ static int send_daemon_info_msg(mqd_t mq, pid_t pid, int mount_flags) struct msg_daemon_info msg = { .hdr = { - .min_version = WIMLIB_MAKEVERSION(1, 2, 0), + .min_version = WIMLIB_MAKEVERSION(1, 2, 1), .cur_version = WIMLIB_VERSION_CODE, .msg_type = MSG_TYPE_DAEMON_INFO, .msg_size = sizeof(msg), @@ -1080,7 +1080,7 @@ static void send_unmount_finished_msg(mqd_t mq, int status) DEBUG("Sending unmount finished msg"); struct msg_unmount_finished msg = { .hdr = { - .min_version = WIMLIB_MAKEVERSION(1, 2, 0), + .min_version = WIMLIB_MAKEVERSION(1, 2, 1), .cur_version = WIMLIB_VERSION_CODE, .msg_type = MSG_TYPE_UNMOUNT_FINISHED, .msg_size = sizeof(msg), @@ -1097,7 +1097,7 @@ static int unmount_progress_func(enum wimlib_progress_msg msg, if (msg == WIMLIB_PROGRESS_MSG_WRITE_STREAMS) { struct msg_write_streams_progress msg = { .hdr = { - .min_version = WIMLIB_MAKEVERSION(1, 2, 0), + .min_version = WIMLIB_MAKEVERSION(1, 2, 1), .cur_version = WIMLIB_VERSION_CODE, .msg_type = MSG_TYPE_WRITE_STREAMS_PROGRESS, .msg_size = sizeof(msg), diff --git a/src/wimlib.h b/src/wimlib.h index 76481bdf..57f9aa97 100644 --- a/src/wimlib.h +++ b/src/wimlib.h @@ -31,7 +31,7 @@ * * \section intro Introduction * - * This is the documentation for the library interface of wimlib 1.2.0. If you + * This is the documentation for the library interface of wimlib 1.2.1. If you * have installed wimlib and want to know how to use the @c imagex program, * please see the man pages instead. * @@ -217,7 +217,7 @@ #define WIMLIB_MAJOR_VERSION 1 #define WIMLIB_MINOR_VERSION 2 -#define WIMLIB_PATCH_VERSION 0 +#define WIMLIB_PATCH_VERSION 1 /** * Opaque structure that represents a WIM file. This is an in-memory structure