]> wimlib.net Git - wimlib/commitdiff
v1.12.0 v1.12.0
authorEric Biggers <ebiggers3@gmail.com>
Sat, 29 Jul 2017 20:46:20 +0000 (13:46 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 29 Jul 2017 20:50:08 +0000 (13:50 -0700)
24 files changed:
Makefile.am
NEWS
README
archlinux/PKGBUILD
configure.ac
debian/changelog
doc/man1/mkwinpeimg.1
doc/man1/wimapply.1
doc/man1/wimcapture.1
doc/man1/wimdelete.1
doc/man1/wimdir.1
doc/man1/wimexport.1
doc/man1/wimextract.1
doc/man1/wiminfo.1
doc/man1/wimjoin.1
doc/man1/wimlib-imagex.1
doc/man1/wimmount.1
doc/man1/wimoptimize.1
doc/man1/wimsplit.1
doc/man1/wimupdate.1
doc/man1/wimverify.1
include/wimlib.h
rpm/wimtools.spec
tools/update-version

index 8d0b6cfecc72b4fb5d80bcd1cfeb9828f71100b9..603c8d9c1c8e03a897b01138b2bb467d9a45d9bb 100644 (file)
@@ -201,7 +201,7 @@ libwim_la_CFLAGS =          \
        $(LIBFUSE_CFLAGS)       \
        $(LIBCRYPTO_CFLAGS)
 
        $(LIBFUSE_CFLAGS)       \
        $(LIBCRYPTO_CFLAGS)
 
-libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 28:0:13
+libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 29:0:14
 
 libwim_la_LIBADD =             \
        $(PTHREAD_LIBS)         \
 
 libwim_la_LIBADD =             \
        $(PTHREAD_LIBS)         \
diff --git a/NEWS b/NEWS
index 0f5f44469ddbc97be14f162ddaf1368d5bff9da2..dee7b51475529d7cf10ae6bcb6a9b19b5fb4c521 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 1.12.0-BETA2:
+Version 1.12.0:
        Fixed a bug that was causing the LZMS decompressor to be miscompiled
        with GCC 7 (this broke extracting "solid" archives).
 
        Fixed a bug that was causing the LZMS decompressor to be miscompiled
        with GCC 7 (this broke extracting "solid" archives).
 
diff --git a/README b/README
index 9832b38e79a5f24ea4403d9cb12674224a04307a..196ed0596f1a5bea11dde8624d10b2a65e487648 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
                                   INTRODUCTION
 
-This is wimlib version 1.11.0 (January 2017).  wimlib is a C library for
+This is wimlib version 1.12.0 (July 2017).  wimlib is a C library for
 creating, modifying, extracting, and mounting files in the Windows Imaging
 Format (WIM files).  wimlib and its command-line frontend 'wimlib-imagex'
 provide a free and cross-platform alternative to Microsoft's WIMGAPI, ImageX,
 creating, modifying, extracting, and mounting files in the Windows Imaging
 Format (WIM files).  wimlib and its command-line frontend 'wimlib-imagex'
 provide a free and cross-platform alternative to Microsoft's WIMGAPI, ImageX,
index b632deb21d12f0a8f92e2dc1bff0e8c0895f100f..c4f55e64cae0ed886289ebc1b8bc07ac2199b1bf 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
 pkgname=wimlib
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
 pkgname=wimlib
-pkgver=1.11.0
+pkgver=1.12.0
 pkgrel=1
 pkgdesc="A library and program to extract, create, and modify WIM files"
 arch=("i686" "x86_64")
 pkgrel=1
 pkgdesc="A library and program to extract, create, and modify WIM files"
 arch=("i686" "x86_64")
index 323df23c932ab8ecec7bc6d1961ae67bef20c29d..55e2303521cd91d2b6a2fddbb4d37ec1a9e27708 100644 (file)
@@ -1,6 +1,6 @@
 ###############################################################################
 
 ###############################################################################
 
-AC_INIT([wimlib], [1.12.0-BETA2], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.12.0], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index 690169aa8b5f8ff9be34062d4c89220cbba313c4..d94aae86e4035089756af6d3aa51622d3c10239c 100644 (file)
@@ -1,3 +1,9 @@
+wimlib (1.12.0-1) unstable; urgency=low
+
+  * Update to v1.12.0
+
+ -- Eric Biggers <ebiggers3@gmail.com>  Sat, 29 Jul 2017 12:01:11 -0700
+
 wimlib (1.11.0-1) unstable; urgency=low
 
   * Update to v1.11.0
 wimlib (1.11.0-1) unstable; urgency=low
 
   * Update to v1.11.0
index ddcc3fdef6425958c0863cad5402e308614b5f39..5ddafe845399374ba95d14b5d406ec2804d00f4f 100644 (file)
@@ -1,4 +1,4 @@
-.TH MKWINPEIMG "1" "January 2017" "wimlib 1.11.0" "User Commands"
+.TH MKWINPEIMG "1" "July 2017" "wimlib 1.12.0" "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
index fb649553857cf046d11c8fdcbb09b8709bb05f8e..c59ad2562f5c61cf2cd839639177d0fee1ae218b 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMAPPLY "1" "January 2017" "wimlib 1.11.0" "User Commands"
+.TH WIMAPPLY "1" "July 2017" "wimlib 1.12.0" "User Commands"
 .SH NAME
 wimapply \- Apply a WIM image
 .SH SYNOPSIS
 .SH NAME
 wimapply \- Apply a WIM image
 .SH SYNOPSIS
index da90c6a3c24536e9ff72e71feab467967f38746d..53bd6cf82c105658d0fc56d1a39636ae4e2cbdb3 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMCAPTURE "1" "January 2017" "wimlib 1.11.0" "User Commands"
+.TH WIMCAPTURE "1" "July 2017" "wimlib 1.12.0" "User Commands"
 .SH NAME
 wimcapture, wimappend \- Capture or append a WIM image
 .SH SYNOPSIS
 .SH NAME
 wimcapture, wimappend \- Capture or append a WIM image
 .SH SYNOPSIS
index bfc2194d4cf56a06505f67e2ddff84732e562fe4..63151063d502a38f5bc5ff97794afe0bd19be84f 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMDELETE "1" "January 2017" "wimlib 1.11.0" "User Commands"
+.TH WIMDELETE "1" "July 2017" "wimlib 1.12.0" "User Commands"
 .SH NAME
 wimdelete \- Delete an image from a WIM archive
 .SH SYNOPSIS
 .SH NAME
 wimdelete \- Delete an image from a WIM archive
 .SH SYNOPSIS
index 6c65ede1e901d200b27edafe735a7155970145d6..5d6cef4671fd7b2d741483f6409f408d728c8db9 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMDIR "1" "January 2017" "wimlib 1.11.0" "User Commands"
+.TH WIMDIR "1" "July 2017" "wimlib 1.12.0" "User Commands"
 .SH NAME
 wimdir \- List the files contained in a WIM image
 .SH SYNOPSIS
 .SH NAME
 wimdir \- List the files contained in a WIM image
 .SH SYNOPSIS
index 8be65eee069e44a694643ae9b3309d449c288861..dc9bef7e5c8f0544dd02ce3fed7749c99cd69fe9 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMEXPORT "1" "January 2017" "wimlib 1.11.0" "User Commands"
+.TH WIMEXPORT "1" "July 2017" "wimlib 1.12.0" "User Commands"
 .SH NAME
 wimexport \- Export image(s) from a WIM archive
 .SH SYNOPSIS
 .SH NAME
 wimexport \- Export image(s) from a WIM archive
 .SH SYNOPSIS
index f20f2f33c75cdb235046e0f6e182a2283e807087..99c73b4faa2f7188c2a9fc1b09b8e3116d89fcb9 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMEXTRACT "1" "January 2017" "wimlib 1.11.0" "User Commands"
+.TH WIMEXTRACT "1" "July 2017" "wimlib 1.12.0" "User Commands"
 .SH NAME
 wimextract \- Extract files from a WIM image
 .SH SYNOPSIS
 .SH NAME
 wimextract \- Extract files from a WIM image
 .SH SYNOPSIS
index 775d6a7e36b3dbcfac7789816aa35c5cf78d67fa..789c0dbc7d97aa6e980845329e48ca914eda8a33 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMINFO "1" "January 2017" "wimlib 1.11.0" "User Commands"
+.TH WIMINFO "1" "July 2017" "wimlib 1.12.0" "User Commands"
 .SH NAME
 wiminfo \- Display or change information about a WIM file or image
 .SH SYNOPSIS
 .SH NAME
 wiminfo \- Display or change information about a WIM file or image
 .SH SYNOPSIS
index 1f291f4fd90cdc3e89bd4d45bb3316d2912989df..eb7b400454bf8242112aba2f0a3247cb4be59a52 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMJOIN "1" "January 2017" "wimlib 1.11.0" "User Commands"
+.TH WIMJOIN "1" "July 2017" "wimlib 1.12.0" "User Commands"
 .SH NAME
 wimjoin\- Join a split WIM into a standalone WIM
 .SH SYNOPSIS
 .SH NAME
 wimjoin\- Join a split WIM into a standalone WIM
 .SH SYNOPSIS
index 1a69e50e101ea66b6760e3852e683388c9525673..6c7c880891f7845338f1081dc7c0db048fd0c11f 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX 1 "January 2017" "wimlib 1.11.0" "User Commands"
+.TH WIMLIB-IMAGEX 1 "July 2017" "wimlib 1.12.0" "User Commands"
 .SH NAME
 wimlib-imagex \- Extract, create, modify, or mount a WIM archive
 .SH SYNOPSIS
 .SH NAME
 wimlib-imagex \- Extract, create, modify, or mount a WIM archive
 .SH SYNOPSIS
index 5c706bd1f80f888e88db224bb5de1ede7dea735f..b42b3491dfb111f2303f282c275ab4bd3f73d246 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMMOUNT "1" "January 2017" "wimlib 1.11.0" "User Commands"
+.TH WIMMOUNT "1" "July 2017" "wimlib 1.12.0" "User Commands"
 .SH NAME
 wimmount, wimmountrw, wimunmount \- Mount or unmount a WIM image
 .SH SYNOPSIS
 .SH NAME
 wimmount, wimmountrw, wimunmount \- Mount or unmount a WIM image
 .SH SYNOPSIS
index f2daf6d492f1afe53f4408f9fd5d57b1ce5caf3f..832279deb598da9bee6fb8854ef7dad80f409dbc 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMOPTIMIZE "1" "January 2017" "wimlib 1.11.0" "User Commands"
+.TH WIMOPTIMIZE "1" "July 2017" "wimlib 1.12.0" "User Commands"
 .SH NAME
 wimoptimize \- Optimize a WIM archive
 .SH SYNOPSIS
 .SH NAME
 wimoptimize \- Optimize a WIM archive
 .SH SYNOPSIS
index 34ccdda2e796c9ee61d5905d670a91b9c52cee9f..06ac0d38db73f0993c9c0be01d795ed565a6a6be 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMSPLIT "1" "January 2017" "wimlib 1.11.0" "User Commands"
+.TH WIMSPLIT "1" "July 2017" "wimlib 1.12.0" "User Commands"
 .SH NAME
 wimsplit \- Split a WIM archive into multiple parts
 .SH SYNOPSIS
 .SH NAME
 wimsplit \- Split a WIM archive into multiple parts
 .SH SYNOPSIS
index 4a2698a8f67b73e9262771cc2f58095a5b568ef4..e4e7b01a10af72de6adcff83b9934da718c3cc3c 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMUPDATE "1" "January 2017" "wimlib 1.11.0" "User Commands"
+.TH WIMUPDATE "1" "July 2017" "wimlib 1.12.0" "User Commands"
 .SH NAME
 wimupdate \- Update a WIM image
 .SH SYNOPSIS
 .SH NAME
 wimupdate \- Update a WIM image
 .SH SYNOPSIS
index 16ddb21079e10e795386f06651fc28e5b7d30d09..774a5ab5ff415af0f9275b8eeb6f4b0dcc300cb6 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMVERIFY "1" "January 2017" "wimlib 1.11.0" "User Commands"
+.TH WIMVERIFY "1" "July 2017" "wimlib 1.12.0" "User Commands"
 .SH NAME
 wimverify \- Verify a WIM archive
 .SH SYNOPSIS
 .SH NAME
 wimverify \- Verify a WIM archive
 .SH SYNOPSIS
index 5992a438a3a88d67f502e56d71ae26ebc0a70cae..9966b524b23b7c983829dac0b527168d696ac167 100644 (file)
@@ -11,7 +11,7 @@
 /**
  * @mainpage
  *
 /**
  * @mainpage
  *
- * This is the documentation for the library interface of wimlib 1.11.0, a C
+ * This is the documentation for the library interface of wimlib 1.12.0, a C
  * library for creating, modifying, extracting, and mounting files in the
  * Windows Imaging (WIM) format.  This documentation is intended for developers
  * only.  If you have installed wimlib and want to know how to use the @b
  * library for creating, modifying, extracting, and mounting files in the
  * Windows Imaging (WIM) format.  This documentation is intended for developers
  * only.  If you have installed wimlib and want to know how to use the @b
 #define WIMLIB_MAJOR_VERSION 1
 
 /** Minor version of the library (for example, the 2 in 1.2.5). */
 #define WIMLIB_MAJOR_VERSION 1
 
 /** Minor version of the library (for example, the 2 in 1.2.5). */
-#define WIMLIB_MINOR_VERSION 11
+#define WIMLIB_MINOR_VERSION 12
 
 /** Patch version of the library (for example, the 5 in 1.2.5). */
 #define WIMLIB_PATCH_VERSION 0
 
 /** Patch version of the library (for example, the 5 in 1.2.5). */
 #define WIMLIB_PATCH_VERSION 0
index 962e7661fecae22f70864be8b733538c4b925fc2..8979a7e7d1e28487d7316d2ba0cd914459ef52c7 100644 (file)
@@ -1,6 +1,6 @@
 Name:      wimtools
 Summary:   Tools to create, extract, modify, and mount WIM files
 Name:      wimtools
 Summary:   Tools to create, extract, modify, and mount WIM files
-Version:   1.11.0
+Version:   1.12.0
 Release:   1
 License:   GPLv3+
 URL:       https://wimlib.net
 Release:   1
 License:   GPLv3+
 URL:       https://wimlib.net
index 401e93eaf0ad3159d5b96fd28d6db78f07f5ab0e..92fcf7b35b992c8b7172fbe9bbd2861ea85b7745 100755 (executable)
@@ -1,13 +1,13 @@
 #!/bin/bash
 
 #!/bin/bash
 
-oldver='1\.10\.0'
-oldmonth=August
-oldyear=2016
+oldver='1\.11\.0'
+oldmonth=January
+oldyear=2017
 
 newmajor=1
 
 newmajor=1
-newminor=11
+newminor=12
 newpatch=0
 newpatch=0
-newmonth=January
+newmonth=July
 newyear=2017
 
 
 newyear=2017