]> wimlib.net Git - wimlib/commitdiff
Update version number
authorEric Biggers <ebiggers3@gmail.com>
Fri, 14 Mar 2014 21:01:41 +0000 (16:01 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 14 Mar 2014 21:01:41 +0000 (16:01 -0500)
23 files changed:
Makefile.am
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
include/wimlib.h
rpm/wimtools.spec
src/mount_image.c
update-version

index fc7ac6ef04fc30244404ce19f3a724d412dcf787..f5ac406ad210cccdd3a75423e149f3395f7089ca 100644 (file)
@@ -15,7 +15,7 @@ endif
 
 lib_LTLIBRARIES = libwim.la
 
-libwim_la_LDFLAGS = -version-info 13:0:4 $(WINDOWS_LDFLAGS)
+libwim_la_LDFLAGS = -version-info 14:0:5 $(WINDOWS_LDFLAGS)
 
 libwim_la_SOURCES =            \
        src/add_image.c         \
diff --git a/README b/README
index dbef7a8b27e1f988a0b75bbbf14819527fc7cb9a..1148a53995050fa4e46960cf2cf9cbf2e92213ff 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.6.1 (January 2014).  wimlib is a C library for
+This is wimlib version 1.6.2 (March 2014).  wimlib is a C library for
 creating, modifying, extracting, and mounting files in the Windows Imaging
 Format (WIM files).  These files are normally created using the ImageX
 (imagex.exe) or Dism (Dism.exe) utilities on Windows, but wimlib is distributed
index 3b5bf23cd14963f7cf64918f75ba45ccf853193f..750228691a30d76ee3a3ec8385014a0755cc49c7 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
 pkgname=wimlib
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc="A library and program to extract, create, and modify WIM files"
 arch=("i686" "x86_64")
index 00cbfb367ac354c374de09d90e2e456e0686648e..944ccb0080747be340850a65bfc161983c604f48 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([wimlib], [1.6.1], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.6.2-beta], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index df630765a580425cfa5b8d77bd2826ca36d51a1a..4a654f9972d6da77f0c028ba143203bfcb6049cd 100644 (file)
@@ -1,3 +1,9 @@
+wimlib (1.6.2-1) unstable; urgency=low
+
+  * Update to v1.6.2
+
+ -- Eric Biggers <ebiggers3@gmail.com>  Fri, 14 Mar 2014 15:59:59 -0500
+
 wimlib (1.6.1-1) unstable; urgency=low
 
   * Update to v1.6.1
index c1ede60b6a66ed0aa8cd2063695793fdd4b70f6f..ab9efcd0fbe7acb503a5ddf329fd4ea3e4100af4 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-apply \- Extract one image, or all images, from a WIM archive
 .SH SYNOPSIS
index d1b7f95de105f66869f1b013e426a17618ed5b6e..25212292072f4f2f3aa227146a57c9997de3a2fd 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-capture, @IMAGEX_PROGNAME@-append \- Create or append a WIM image
 .SH SYNOPSIS
index 949368e9e555fde8c2b4c006f2b74a9d1445296a..71d5a27894aef17d3d29d750d5de74a7db162324 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-delete \- Delete an image from a WIM archive
 .SH SYNOPSIS
index 38a578a6da460eaadc8e293efafd43144f2a30ad..379dddcef19c3806444fc21339e423c4c630ada5 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-dir \- Show the files contained in a WIM archive
 .SH SYNOPSIS
index bd24e36cd1a374447d93e1b249a980ab0d8d5ae4..28a1e77448773fb533bd82b41e37f179b84a9314 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-export \- Exports an image from a WIM archive to an existing or new WIM archive
 .SH SYNOPSIS
index a7dfd0758d01057f2d2ee5788fc4f2413a33d553..e8cdb52e4401af8b6c9c05fc80be5f8188ff50b5 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-extract \- Extract files or directories from a WIM image
 .SH SYNOPSIS
index 0bcbc4d06aa1567ed21796e26eac51a61e1e1460..6ada09a8376bff89e8a8d6d8f85c24e3ca197457 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-info \- Display information about a WIM file, or change information about
 an image
index 605e2af4a34fd6834d4fc956adab62afb9de7c2d..c2fe3e7329cc42e6b220b541e1870be03f462e74 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-join \- Join split WIMs into a standalone one-part WIM
 .SH SYNOPSIS
index 5fb88dc1c83d930ab82ae1dda0a34da851030169..c30620cd765d2622d4deca1d80c7cfaa43469dac 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "March 2014" "@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
 .SH SYNOPSIS
index 479b6e468bee35cafc488bb599f0eeedc6c11006..f284612dc5b1483c2aadb53c99a78a2f36745ecb 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-optimize \- Optimize a WIM archive
 .SH SYNOPSIS
index 9319f972af18fc0aa2469c0fe22f2e40efff5572..8e7d3c0e3e375abe3ad74a44860153fe89f33d59 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-split \- Split a WIM into multiple parts
 .SH SYNOPSIS
index fa81cb3e312c9d19c4825d69fcf0acd9bf72fc62..83668f5ad74b7ce14cb1ffe8d86e50f6abb02bdc 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-update \- Update a WIM image
 .SH SYNOPSIS
index 8ba1ed9598e092b5f0a352446a8ce002c4375a68..44ae0480870c3697e4b019fb6b86157be89927b2 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX 1 "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX 1 "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@ \- Create, modify, extract, mount, or unmount a WIM (Windows Imaging Format) archive
 .SH SYNOPSIS
index a56a81801799d1a6cdab7475671cc91c0acfd75c..befa28044405755b8b015537931ba225d09b3398 100644 (file)
@@ -1,4 +1,4 @@
-.TH MKWINPEIMG "1" "January 2014" "mkwinpeimg (wimlib @VERSION@)" "User Commands"
+.TH MKWINPEIMG "1" "March 2014" "mkwinpeimg (wimlib @VERSION@)" "User Commands"
 .SH NAME
 mkwinpeimg \- Make a customized bootable image of Windows PE
 .SH SYNOPSIS
index 22df79c5d768da82c9c229930b6f3a32d2ff3ba5..854bca7c22edfdd1331e515df25f651d931830c8 100644 (file)
@@ -33,7 +33,7 @@
  *
  * @section sec_intro Introduction
  *
- * This is the documentation for the library interface of wimlib 1.6.1, a C
+ * This is the documentation for the library interface of wimlib 1.6.2, a C
  * library for creating, modifying, extracting, and mounting files in the
  * Windows Imaging Format.  This documentation is intended for developers only.
  * If you have installed wimlib and want to know how to use the @b wimlib-imagex
 #define WIMLIB_MINOR_VERSION 6
 
 /** Patch version of the library (for example, the 5 in 1.2.5). */
-#define WIMLIB_PATCH_VERSION 1
+#define WIMLIB_PATCH_VERSION 2
 
 #ifdef __cplusplus
 extern "C" {
index e132ad67dd1ee345bf065630bbc032b5bf9f62ad..6207c7a36b572a59e1759b66f4702553215b44d2 100644 (file)
@@ -1,6 +1,6 @@
 Name:      wimtools
 Summary:   Tools to create, extract, modify, and mount WIM files
-Version:   1.6.1
+Version:   1.6.2
 Release:   1
 License:   GPLv3+
 URL:       http://sourceforge.net/projects/wimlib
index 30ee82d235c3c0ad3de339b451e0235870cd4be4..fac3f78a092ca5cf662620b180e2b6af53dc0530 100644 (file)
@@ -1105,7 +1105,7 @@ send_unmount_request_msg(mqd_t mq, int unmount_flags, u8 want_progress_messages)
        struct msg_unmount_request msg = {
                .hdr = {
                        .min_version = ((unmount_flags & WIMLIB_UNMOUNT_FLAG_NEW_IMAGE) ?
-                                               WIMLIB_MAKEVERSION(1, 6, 1) :
+                                               WIMLIB_MAKEVERSION(1, 6, 2) :
                                                WIMLIB_MAKEVERSION(1, 2, 1)),
                        .cur_version = WIMLIB_VERSION_CODE,
                        .msg_type    = MSG_TYPE_UNMOUNT_REQUEST,
index 4bb950a617a92f4b6e80ac30d905976878de682b..a6282901b7c72bcc9ad4175f4b013181dbedb474 100755 (executable)
@@ -1,13 +1,13 @@
 #!/bin/bash
 
-oldver='1\.6\.0'
+oldver='1\.6\.1'
 oldmonth=January
-oldyear=2013
+oldyear=2014
 
 newmajor=1
 newminor=6
-newpatch=1
-newmonth=January
+newpatch=2
+newmonth=March
 newyear=2014