]> wimlib.net Git - wimlib/commitdiff
v1.8.3 v1.8.3
authorEric Biggers <ebiggers3@gmail.com>
Sat, 14 Nov 2015 19:30:27 +0000 (13:30 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 14 Nov 2015 19:30:27 +0000 (13:30 -0600)
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 cb527b77d7c35023e3b80b06c019827143aeda1d..8ee8e8bc66ce07ff344e6a1284e9698e842694e6 100644 (file)
@@ -181,7 +181,7 @@ libwim_la_CFLAGS =          \
        $(LIBFUSE_CFLAGS)       \
        $(LIBCRYPTO_CFLAGS)
 
-libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 22:0:7
+libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 23:0:8
 
 libwim_la_LIBADD =             \
        $(PTHREAD_LIBS)         \
diff --git a/NEWS b/NEWS
index 35cd7576ec655a7b3ff23fdcc60f38f339ed5f0c..1839d4432352a9c9a19ad70b64dc7e41849bc719 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 1.8.3-BETA:
+Version 1.8.3:
        Fixed a bug with libntfs-3g extraction present since v1.8.1.  Sometimes,
        some Microsoft software would not correctly recognize data in the
        resulting filesystem.
diff --git a/README b/README
index 4be69c188636eef8c753dc9e27aa64347f80c25c..ffa855c4818dc263f09958397fe9b8c7a1ccc648 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.8.3-BETA (September 2015).  wimlib is a C library for
+This is wimlib version 1.8.3 (November 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 fec770051294bb16e2b43aa99aa2d4de920576bd..29aa2f798eb2a04def66df5f98219a66ea0cf15f 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
 pkgname=wimlib
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc="A library and program to extract, create, and modify WIM files"
 arch=("i686" "x86_64")
index c076a010d2f96779f772b3de91d14dfcd08d92dc..9659bca7e693c8a51fbd49194b88e466f6f18028 100644 (file)
@@ -1,6 +1,6 @@
 ###############################################################################
 
-AC_INIT([wimlib], [1.8.3-BETA], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.8.3], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index 8bf3c3548b0db28d3ba3feee8d79ad9b31a086af..dbf67b2ad818485954c9196efea1ff074fead2a4 100644 (file)
@@ -1,3 +1,9 @@
+wimlib (1.8.3-1) unstable; urgency=low
+
+  * Update to v1.8.3
+
+ -- Eric Biggers <ebiggers3@gmail.com>  Sat, 14 Nov 2015 13:29:29 -0600
+
 wimlib (1.8.2-1) unstable; urgency=low
 
   * Update to v1.8.2
index f4ff0401b439497ce89ed6f0e8fb15fb06e983bc..9c8ff04419771a884de9cf88c506882f75cc878d 100644 (file)
@@ -1,4 +1,4 @@
-.TH MKWINPEIMG "1" "August 2015" "wimlib 1.8.2" "User Commands"
+.TH MKWINPEIMG "1" "November 2015" "wimlib 1.8.3" "User Commands"
 .SH NAME
 mkwinpeimg \- Make a customized bootable image of Windows PE
 .SH SYNOPSIS
index 58b84f4f2ff28070443397252918330a8de19b2f..e9f032e61d377a8c7ada35375941bc076b2dc8bf 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2015" "wimlib 1.8.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
 .SH NAME
 wimlib-imagex-apply \- Extract one image, or all images, from a WIM archive
 .SH SYNOPSIS
index 3413075bb69b2617c744fd7ee1aeb1410ecb5cb4..2b19e76ae3aeba1a2ab53d2651db3e27507e7833 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2015" "wimlib 1.8.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
 .SH NAME
 wimlib-imagex-capture, wimlib-imagex-append \- Create or append a WIM image
 .SH SYNOPSIS
index 899c109b222d396bd5215c1dd4879f14de84f4c0..d5ff5f364c2182f77944c61d2adf75e7576eeb35 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2015" "wimlib 1.8.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
 .SH NAME
 wimlib-imagex-delete \- Delete an image from a WIM archive
 .SH SYNOPSIS
index 0de5a1039bb6e2ac7bdec2d2f2f9609138190e25..6e449675f4684577fdb79114708353db3c26aa0b 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2015" "wimlib 1.8.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
 .SH NAME
 wimlib-imagex-dir \- Show the files contained in a WIM archive
 .SH SYNOPSIS
index 4c5430a48fb44bd10aa7a3a24dd6224e4e90f00b..1c6871e130454fbd5fa63b0b5d909455a65db1c4 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2015" "wimlib 1.8.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
 .SH NAME
 wimlib-imagex-export \- Exports an image from a WIM archive to an existing or new WIM archive
 .SH SYNOPSIS
index 5f039370f1146d73e636a89b48ae59f764261abb..3eecef3c50f2e855da3f2a3627871541d9755c0e 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2015" "wimlib 1.8.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
 .SH NAME
 wimlib-imagex-extract \- Extract files or directories from a WIM image
 .SH SYNOPSIS
index cc92b130f1517833c18a3d1956c755e39a5e49dd..6e9e952a3390dc8e7aff6d7296e21ac426590dc6 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2015" "wimlib 1.8.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
 .SH NAME
 wimlib-imagex-info \- Display information about a WIM file, or change information about
 an image
index d28bea9530dfb3fd88b3a6603f602518d017f7a9..89efc5f82a0ce375dd495f25fa5947b54c18c73c 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2015" "wimlib 1.8.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
 .SH NAME
 wimlib-imagex-join \- Join split WIMs into a standalone one-part WIM
 .SH SYNOPSIS
index 7c19f93e8371a8ddd1f5193673b39ecad5e90faf..49822807d6e6356d71cb96630aab0274378627bd 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2015" "wimlib 1.8.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "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 713b92b31d182c24985fdffc9b9c3f9f64f31fee..6bb8efc901fa9692e06d1a8bf8cfaa93e1bdbb0d 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2015" "wimlib 1.8.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
 .SH NAME
 wimlib-imagex-optimize \- Optimize a WIM archive
 .SH SYNOPSIS
index b4e0d7185a335911a585ab8a6e6d1734e25c36b5..b0598cda8c29c99bf6c441f35071a2339b8e4526 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2015" "wimlib 1.8.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
 .SH NAME
 wimlib-imagex-split \- Split a WIM into multiple parts
 .SH SYNOPSIS
index ff9f0f4ba9c554e8f72ad01363ebb15fa6bf2d47..277bd2e889e5626e5bed853447c459982592fe7d 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2015" "wimlib 1.8.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
 .SH NAME
 wimlib-imagex-update \- Update a WIM image
 .SH SYNOPSIS
index aa5ca2c7bc67b765f1b0a07af93ae7d031570984..e7af882c125ae46df82c15adb4015c99493a2d57 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "August 2015" "wimlib 1.8.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
 .SH NAME
 wimlib-imagex-verify \- Verify a WIM file
 .SH SYNOPSIS
index 236e2bc4666a6d26e2cf39dc692a534b350ffe9d..7b3ffd3fc8c27472d0a081bdbe7f5dc2b7d6b071 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX 1 "August 2015" "wimlib 1.8.2" "User Commands"
+.TH WIMLIB-IMAGEX 1 "November 2015" "wimlib 1.8.3" "User Commands"
 .SH NAME
 wimlib-imagex \- Extract, create, modify, or mount a WIM (Windows Imaging Format) archive
 .SH SYNOPSIS
index 5bed913b3cef00c015a1d7045f32abff404e2a33..95c51b213fe47c0a1cc79fc1d4d1f2261a97ab82 100644 (file)
@@ -11,7 +11,7 @@
 /**
  * @mainpage
  *
- * This is the documentation for the library interface of wimlib 1.8.2, a C
+ * This is the documentation for the library interface of wimlib 1.8.3, 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 2
+#define WIMLIB_PATCH_VERSION 3
 
 #ifdef __cplusplus
 extern "C" {
index 34db235203160c753cc6b83a555c3cb301227779..fcb1f77bb578d764ca539c592b5229cf8939ece3 100644 (file)
@@ -1,6 +1,6 @@
 Name:      wimtools
 Summary:   Tools to create, extract, modify, and mount WIM files
-Version:   1.8.2
+Version:   1.8.3
 Release:   1
 License:   GPLv3+
 URL:       http://wimlib.net
index bfa07dbe33596fa27c9ebd6f8d72432f5a33eca9..a2d5d2df05238336ffef934ddd4db811c371775c 100755 (executable)
@@ -1,13 +1,13 @@
 #!/bin/bash
 
-oldver='1\.8\.1'
-oldmonth=May
+oldver='1\.8\.2'
+oldmonth=August
 oldyear=2015
 
 newmajor=1
 newminor=8
-newpatch=2
-newmonth=August
+newpatch=3
+newmonth=November
 newyear=2015