]> wimlib.net Git - wimlib/commitdiff
v1.8.1 v1.8.1
authorEric Biggers <ebiggers3@gmail.com>
Sun, 17 May 2015 22:30:45 +0000 (17:30 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 17 May 2015 22:30:45 +0000 (17:30 -0500)
24 files changed:
Makefile.am
NEWS
README
archlinux/PKGBUILD
configure.ac
debian/changelog
doc/man1/mkwinpeimg.1
doc/man1/wimlib-imagex-apply.1
doc/man1/wimlib-imagex-capture.1
doc/man1/wimlib-imagex-delete.1
doc/man1/wimlib-imagex-dir.1
doc/man1/wimlib-imagex-export.1
doc/man1/wimlib-imagex-extract.1
doc/man1/wimlib-imagex-info.1
doc/man1/wimlib-imagex-join.1
doc/man1/wimlib-imagex-mount.1
doc/man1/wimlib-imagex-optimize.1
doc/man1/wimlib-imagex-split.1
doc/man1/wimlib-imagex-update.1
doc/man1/wimlib-imagex-verify.1
doc/man1/wimlib-imagex.1
include/wimlib.h
rpm/wimtools.spec
tools/update-version

index 54130f656e05d63d616dc65b0b533d15d0c2a658..cd67fb2891e93e86e7ae0b643b78fb07350f4fe1 100644 (file)
@@ -182,7 +182,7 @@ libwim_la_CFLAGS =          \
        $(LIBFUSE_CFLAGS)       \
        $(LIBCRYPTO_CFLAGS)
 
-libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 20:0:5
+libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 21:0:6
 
 libwim_la_LIBADD =             \
        $(PTHREAD_LIBS)         \
diff --git a/NEWS b/NEWS
index 01827df4c43d9955fad0b5f385aeb7569a982db8..81ae85390e8c0a363b55209e4a78d5ed17580710 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 1.8.1-BETA:
+Version 1.8.1:
        Fixed a bug in the LZX decompressor: malicious input data could cause
        out of bounds writes to memory (since wimlib v1.2.2).
 
diff --git a/README b/README
index 786ded7c7ff18dca51046b7ab8f5bca392a53e46..25fe9bb1bb6caad6efc4e697fb4f33fe4d7e3bac 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.8.1-BETA (April 2015).  wimlib is a C library for
+This is wimlib version 1.8.1 (May 2015).  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,
index 5a1615798d53eb0a8c85aebe5b2e95d72ff426ce..1911668fe2a32c44846b0d33e5316fe5423aae14 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
 pkgname=wimlib
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="A library and program to extract, create, and modify WIM files"
 arch=("i686" "x86_64")
index 0c9bca908b024ca622711c6605ef595a330f72dc..dbabc0e89df7b8e6b863a4d27fcbf3478ffe1cc4 100644 (file)
@@ -1,6 +1,6 @@
 ###############################################################################
 
-AC_INIT([wimlib], [1.8.1-BETA], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.8.1], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index 143c82724fd461611ffbedca517d85f8367ed50a..ea20539904b221d2f1ca431fe3953fe5bab0c156 100644 (file)
@@ -1,3 +1,9 @@
+wimlib (1.8.1-1) unstable; urgency=low
+
+  * Update to v1.8.1
+
+ -- Eric Biggers <ebiggers3@gmail.com>  Sat, 16 May 2015 12:35:15 -0500
+
 wimlib (1.8.0-1) unstable; urgency=low
 
   * Update to v1.8.0
index c75918124ef3384e2d23f135249493ccab9795c8..ae191b8126bd82d6cc9ba4030e2c9337c1c7b10d 100644 (file)
@@ -1,4 +1,4 @@
-.TH MKWINPEIMG "1" "February 2015" "wimlib 1.8.0" "User Commands"
+.TH MKWINPEIMG "1" "May 2015" "wimlib 1.8.1" "User Commands"
 .SH NAME
 mkwinpeimg \- Make a customized bootable image of Windows PE
 .SH SYNOPSIS
index 619c8fc6658d4cb6a55c2b55283f533d87937f2b..bab6702a95a5255de8d3ec4eb0315ce51aa4952a 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands"
+.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands"
 .SH NAME
 wimlib-imagex-apply \- Extract one image, or all images, from a WIM archive
 .SH SYNOPSIS
index b2713e5489fd7b662cd4f82e2d10f291bd543ffe..27624bf0e9ccfcfc5f2a4222d721e6c6f5bcdd63 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands"
+.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands"
 .SH NAME
 wimlib-imagex-capture, wimlib-imagex-append \- Create or append a WIM image
 .SH SYNOPSIS
index fab655384234581fd7aacbea9b1f8b8963ab952c..05842441cd953dd377e804b6edf84f3807ea38e3 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands"
+.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands"
 .SH NAME
 wimlib-imagex-delete \- Delete an image from a WIM archive
 .SH SYNOPSIS
index 99f9cf7016418e5a647d6dda1c3dfe0a67517519..f82a3295e4c7f6fae0a2688a01a6a0e3f7aaf3c0 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands"
+.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands"
 .SH NAME
 wimlib-imagex-dir \- Show the files contained in a WIM archive
 .SH SYNOPSIS
index 78bf8f03ba00d87574c19f98c6c9799daf2f8b6b..b328a8933092265ceef9ef5fa71d4f9a4d573e12 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands"
+.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands"
 .SH NAME
 wimlib-imagex-export \- Exports an image from a WIM archive to an existing or new WIM archive
 .SH SYNOPSIS
index c6129da1a510594168e13a7ceed52326ce804350..e21f4e2ade37135363edc6988956c87bad2798d3 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands"
+.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands"
 .SH NAME
 wimlib-imagex-extract \- Extract files or directories from a WIM image
 .SH SYNOPSIS
index a952a2f663f927a83f2454a5b68b2e8b08fa7b0f..dc030ab6a4359601bded925fedad631ff6594557 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands"
+.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands"
 .SH NAME
 wimlib-imagex-info \- Display information about a WIM file, or change information about
 an image
index a1280489c1123964a8535ee1badb6109eb6114b8..2c5381e5bc80cf7152066a37bb8ac6b535937add 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands"
+.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands"
 .SH NAME
 wimlib-imagex-join \- Join split WIMs into a standalone one-part WIM
 .SH SYNOPSIS
index d872aa24d1d72e4fdd81e2e4e6f33de9e3dfddcc..0e30a045d3dd3e1649b9750cb0f866cf2788e9e6 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands"
+.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands"
 .SH NAME
 wimlib-imagex-mount, wimlib-imagex-mountrw, wimlib-imagex-unmount \- Mount and unmount an image from a WIM archive
 .SH SYNOPSIS
index 184c8c5c988b9f6d57f50deb0cf6cbe7a69b2f67..3f228339b984e8f1b8544ebea8fc6f97dd2fd93a 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands"
+.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands"
 .SH NAME
 wimlib-imagex-optimize \- Optimize a WIM archive
 .SH SYNOPSIS
index 60f2926ea041651ccb05abebd92c253fc12bb100..34bb800d688562e2cae8410adb432caaf9391a21 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands"
+.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands"
 .SH NAME
 wimlib-imagex-split \- Split a WIM into multiple parts
 .SH SYNOPSIS
index 345b7e15dd3d44877d5668ed059e64a2ab1d7ebb..76592ff020c1d1d4b3ea46628d257537ba027c1d 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands"
+.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands"
 .SH NAME
 wimlib-imagex-update \- Update a WIM image
 .SH SYNOPSIS
index a889829fe27aa757a6590588c2661300c60de2cc..cb7d99fa7ac6754c478a55c509f5e844a8867aa1 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands"
+.TH WIMLIB-IMAGEX "1" "May 2015" "wimlib 1.8.1" "User Commands"
 .SH NAME
 wimlib-imagex-verify \- Verify a WIM file
 .SH SYNOPSIS
index d098c22311e1bae07939803efa86984f839bf6ef..e4ce06d32088825e548a7c16234ffb49b51c2f9c 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX 1 "February 2015" "wimlib 1.8.0" "User Commands"
+.TH WIMLIB-IMAGEX 1 "May 2015" "wimlib 1.8.1" "User Commands"
 .SH NAME
 wimlib-imagex \- Extract, create, modify, or mount a WIM (Windows Imaging Format) archive
 .SH SYNOPSIS
index a9fb8cc97882c30824a048581a24c09e659abe2e..7496973aa15f88dbb9a1cd405d84a49e2d85b804 100644 (file)
@@ -11,7 +11,7 @@
 /**
  * @mainpage
  *
- * This is the documentation for the library interface of wimlib 1.8.0, a C
+ * This is the documentation for the library interface of wimlib 1.8.1, 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 8
 
 /** Patch version of the library (for example, the 5 in 1.2.5). */
-#define WIMLIB_PATCH_VERSION 0
+#define WIMLIB_PATCH_VERSION 1
 
 #ifdef __cplusplus
 extern "C" {
index cc784016e3990f907f65552e279be4c3eedf07ed..1d39f46d518f19be09b7f28f1061c1d6c754d81e 100644 (file)
@@ -1,6 +1,6 @@
 Name:      wimtools
 Summary:   Tools to create, extract, modify, and mount WIM files
-Version:   1.8.0
+Version:   1.8.1
 Release:   1
 License:   GPLv3+
 URL:       http://sourceforge.net/projects/wimlib
index 970dc361cf5ca273f6177f01ca703b08279ed925..c9eb9fe455331a69a35b44a7d13f7b331bb85d00 100755 (executable)
@@ -1,13 +1,13 @@
 #!/bin/bash
 
-oldver='1\.7\.4'
-oldmonth=January
+oldver='1\.8\.0'
+oldmonth=February
 oldyear=2015
 
 newmajor=1
 newminor=8
-newpatch=0
-newmonth=February
+newpatch=1
+newmonth=May
 newyear=2015