]> wimlib.net Git - wimlib/commitdiff
v1.9.0 v1.9.0
authorEric Biggers <ebiggers3@gmail.com>
Sun, 31 Jan 2016 05:59:22 +0000 (23:59 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 31 Jan 2016 06:00:28 +0000 (00:00 -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 306215214c53280bec8fe5a0728a6518a5c5665e..d80bb7a611f362a105f0167da56252fac6c476d4 100644 (file)
@@ -187,7 +187,7 @@ libwim_la_CFLAGS =          \
        $(LIBFUSE_CFLAGS)       \
        $(LIBCRYPTO_CFLAGS)
 
-libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 23:0:8
+libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 24:0:9
 
 libwim_la_LIBADD =             \
        $(PTHREAD_LIBS)         \
diff --git a/NEWS b/NEWS
index 0ae69fd6a1824c95f0c2d59978e288a768a2b42a..08e97a483ec94931a37a200342a6457bbbb26290 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 1.9.0-BETA:
+Version 1.9.0:
        Added experimental support for Windows VSS (Volume Shadow Copy Service).
        The new '--snapshot' argument to 'wimcapture' makes wimlib automatically
        create and use a temporary VSS snapshot when capturing a WIM image.
diff --git a/README b/README
index c773ccac5b01b9160a35459f66f48fe9c5050824..8069c138d15eebeb78588c61e0f73ed92376b5ae 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.9.0-BETA (January 2016).  wimlib is a C library for
+This is wimlib version 1.9.0 (January 2016).  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 b8195b1fce18c0c424ee08819b6e605c024b9e80..2d1782808c5704de54544807c9a5130ad964a8c5 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
 pkgname=wimlib
-pkgver=1.8.3
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="A library and program to extract, create, and modify WIM files"
 arch=("i686" "x86_64")
index 26eed7fbe7fd403ef578ef8122124ca67de404ed..005aa8aca71cf9b03bdc68636016f5dd822c2e70 100644 (file)
@@ -1,6 +1,6 @@
 ###############################################################################
 
-AC_INIT([wimlib], [1.9.0-BETA], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.9.0], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index dbf67b2ad818485954c9196efea1ff074fead2a4..58853cc5abbb7b8ae73172012e07b5b3186dd133 100644 (file)
@@ -1,3 +1,9 @@
+wimlib (1.9.0-1) unstable; urgency=low
+
+  * Update to v1.9.0
+
+ -- Eric Biggers <ebiggers3@gmail.com>  Sat, 30 Jan 2016 23:58:54 -0600
+
 wimlib (1.8.3-1) unstable; urgency=low
 
   * Update to v1.8.3
index 9c8ff04419771a884de9cf88c506882f75cc878d..6a8669dcdaa9f40eae230695b67d0086fcd86af0 100644 (file)
@@ -1,4 +1,4 @@
-.TH MKWINPEIMG "1" "November 2015" "wimlib 1.8.3" "User Commands"
+.TH MKWINPEIMG "1" "January 2016" "wimlib 1.9.0" "User Commands"
 .SH NAME
 mkwinpeimg \- Make a customized bootable image of Windows PE
 .SH SYNOPSIS
index e9f032e61d377a8c7ada35375941bc076b2dc8bf..b4acfc9f9be2c2ea43031d787f0aa169015c69a7 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2016" "wimlib 1.9.0" "User Commands"
 .SH NAME
 wimlib-imagex-apply \- Extract one image, or all images, from a WIM archive
 .SH SYNOPSIS
index 05197006d0083fa069c02f75df67a09a138ef4f8..43b0e114bccca3ae325ed0a449097f6d76e53627 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2016" "wimlib 1.9.0" "User Commands"
 .SH NAME
 wimlib-imagex-capture, wimlib-imagex-append \- Create or append a WIM image
 .SH SYNOPSIS
index d5ff5f364c2182f77944c61d2adf75e7576eeb35..4d063e3c8e1c6f863e36b559cad3e397ae80ff6e 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2016" "wimlib 1.9.0" "User Commands"
 .SH NAME
 wimlib-imagex-delete \- Delete an image from a WIM archive
 .SH SYNOPSIS
index 6e449675f4684577fdb79114708353db3c26aa0b..31fa4128cf98ed1b310979fa97085984fb588f98 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2016" "wimlib 1.9.0" "User Commands"
 .SH NAME
 wimlib-imagex-dir \- Show the files contained in a WIM archive
 .SH SYNOPSIS
index 1c6871e130454fbd5fa63b0b5d909455a65db1c4..67dcc2dfaa4aeea60f79c2b5e89834d6a9d6fbd2 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2016" "wimlib 1.9.0" "User Commands"
 .SH NAME
 wimlib-imagex-export \- Exports an image from a WIM archive to an existing or new WIM archive
 .SH SYNOPSIS
index 3eecef3c50f2e855da3f2a3627871541d9755c0e..24f229a200186899a306a362d53b02d278197eeb 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2016" "wimlib 1.9.0" "User Commands"
 .SH NAME
 wimlib-imagex-extract \- Extract files or directories from a WIM image
 .SH SYNOPSIS
index 3365497f11c073b01fbea08bbaa9c2eca576b3ef..a7580f3a9c81bf9b364cc0b15ef1119219bcac99 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2016" "wimlib 1.9.0" "User Commands"
 .SH NAME
 wimlib-imagex-info \- Display information about a WIM file, or change information about
 an image
index 89efc5f82a0ce375dd495f25fa5947b54c18c73c..6bd3480253af6b295036e3b7eeb04dd98e1c3a5e 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2016" "wimlib 1.9.0" "User Commands"
 .SH NAME
 wimlib-imagex-join \- Join split WIMs into a standalone one-part WIM
 .SH SYNOPSIS
index 49822807d6e6356d71cb96630aab0274378627bd..45c5db2f0e82ceaed751d6545aa249e30ca4a80b 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2016" "wimlib 1.9.0" "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 6bb8efc901fa9692e06d1a8bf8cfaa93e1bdbb0d..eae81028e443f20a28a279815101dc94f8164d32 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2016" "wimlib 1.9.0" "User Commands"
 .SH NAME
 wimlib-imagex-optimize \- Optimize a WIM archive
 .SH SYNOPSIS
index b0598cda8c29c99bf6c441f35071a2339b8e4526..37786298c7118a65369f192ec1075585a2557700 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2016" "wimlib 1.9.0" "User Commands"
 .SH NAME
 wimlib-imagex-split \- Split a WIM into multiple parts
 .SH SYNOPSIS
index 277bd2e889e5626e5bed853447c459982592fe7d..cc6dab9e6e1823820da16fa4e2096b0cb78fa1c3 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2016" "wimlib 1.9.0" "User Commands"
 .SH NAME
 wimlib-imagex-update \- Update a WIM image
 .SH SYNOPSIS
index e7af882c125ae46df82c15adb4015c99493a2d57..f37b2d7a7924bf2452fe1e8109d7294c68db5f15 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2016" "wimlib 1.9.0" "User Commands"
 .SH NAME
 wimlib-imagex-verify \- Verify a WIM file
 .SH SYNOPSIS
index 7b3ffd3fc8c27472d0a081bdbe7f5dc2b7d6b071..9934c6d87b4ffdda28f52fc3818cf52557ded2a0 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX 1 "November 2015" "wimlib 1.8.3" "User Commands"
+.TH WIMLIB-IMAGEX 1 "January 2016" "wimlib 1.9.0" "User Commands"
 .SH NAME
 wimlib-imagex \- Extract, create, modify, or mount a WIM (Windows Imaging Format) archive
 .SH SYNOPSIS
index 4743f0fa31f01aeb06b4b255534db36079456663..1256f689e4f5c1c01dda5ea56490736a68f6f5fd 100644 (file)
@@ -11,7 +11,7 @@
 /**
  * @mainpage
  *
- * This is the documentation for the library interface of wimlib 1.8.3, a C
+ * This is the documentation for the library interface of wimlib 1.9.0, 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_MAJOR_VERSION 1
 
 /** Minor version of the library (for example, the 2 in 1.2.5). */
-#define WIMLIB_MINOR_VERSION 8
+#define WIMLIB_MINOR_VERSION 9
 
 /** Patch version of the library (for example, the 5 in 1.2.5). */
-#define WIMLIB_PATCH_VERSION 3
+#define WIMLIB_PATCH_VERSION 0
 
 #ifdef __cplusplus
 extern "C" {
index df9f3da7ef7adfbfd41b9ecd4325860fde1b4a10..c8772d9aad1276912f71460a13d7cc1fcd102586 100644 (file)
@@ -1,6 +1,6 @@
 Name:      wimtools
 Summary:   Tools to create, extract, modify, and mount WIM files
-Version:   1.8.3
+Version:   1.9.0
 Release:   1
 License:   GPLv3+
 URL:       https://wimlib.net
index a2d5d2df05238336ffef934ddd4db811c371775c..65ab7725b30f5307b1f174a8333eb7afdc58803d 100755 (executable)
@@ -1,14 +1,14 @@
 #!/bin/bash
 
-oldver='1\.8\.2'
-oldmonth=August
+oldver='1\.8\.3'
+oldmonth=November
 oldyear=2015
 
 newmajor=1
-newminor=8
-newpatch=3
-newmonth=November
-newyear=2015
+newminor=9
+newpatch=0
+newmonth=January
+newyear=2016
 
 
 newver="${newmajor}.${newminor}.${newpatch}"