]> wimlib.net Git - wimlib/commitdiff
v1.10.0 v1.10.0
authorEric Biggers <ebiggers3@gmail.com>
Sat, 20 Aug 2016 03:13:27 +0000 (20:13 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 20 Aug 2016 03:13:27 +0000 (20:13 -0700)
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 6754144bd03f69f2d4a5e00f536afba999265eb2..f630cf796d87d6482a15069d6b7b5b744e48a0ea 100644 (file)
@@ -199,7 +199,7 @@ libwim_la_CFLAGS =          \
        $(LIBFUSE_CFLAGS)       \
        $(LIBCRYPTO_CFLAGS)
 
-libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 26:0:11
+libwim_la_LDFLAGS = $(AM_LDFLAGS) -version-info 27:0:12
 
 libwim_la_LIBADD =             \
        $(PTHREAD_LIBS)         \
diff --git a/NEWS b/NEWS
index 88522aaca603c6ccf01a2b34febe6fb7babe3c0b..9720f2a03d788948e36ac46f5194a865964a5e09 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 1.10.0-BETA:
+Version 1.10.0:
        The LZX compression ratio has been slightly improved.  The default mode,
        LZX level 50, is now almost as good as the old LZX level 100, while
        being nearly the same speed as before.
diff --git a/README b/README
index cc036571fca55b35aa54a4039d6897bb20da8f48..22481ce089c5972e7946c43d52e72be6d59744da 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.10.0-BETA (July 2016).  wimlib is a C library for
+This is wimlib version 1.10.0 (August 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 11d860873dc30585f7b95c951c54f3225f743691..2550805f7ae450d154d9184d178858d52a5379ea 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
 pkgname=wimlib
-pkgver=1.9.2
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="A library and program to extract, create, and modify WIM files"
 arch=("i686" "x86_64")
index 74ff4744d08db2ec3367000bd01d185038bd1f1b..970b0a4532d7cd145f8c4607201d9205ffbaa948 100644 (file)
@@ -1,6 +1,6 @@
 ###############################################################################
 
-AC_INIT([wimlib], [1.10.0-BETA], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.10.0], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index 11a3cb14464277297ff8cc8137e41067b700cda4..18d4c2b3260cc44568dc35f51c0267e1868a27c0 100644 (file)
@@ -1,3 +1,9 @@
+wimlib (1.10.0-1) unstable; urgency=low
+
+  * Update to v1.10.0
+
+ -- Eric Biggers <ebiggers3@gmail.com>  Fri, 19 Aug 2016 20:12:30 -0700
+
 wimlib (1.9.2-1) unstable; urgency=low
 
   * Update to v1.9.2
index cca04bd511f8043c773a54bd65960eba3145b971..2d8dfa63d78f56c86ac3530da04dc4b92bdfeb44 100644 (file)
@@ -1,4 +1,4 @@
-.TH MKWINPEIMG "1" "June 2016" "wimlib 1.9.2" "User Commands"
+.TH MKWINPEIMG "1" "August 2016" "wimlib 1.10.0" "User Commands"
 .SH NAME
 mkwinpeimg \- Make a customized bootable image of Windows PE
 .SH SYNOPSIS
index 7d7642b720671d7998030f9e8504be0bfd244b79..b0ab1354ea8c8e915ad41865777ae6d5802abb8c 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2016" "wimlib 1.9.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 2016" "wimlib 1.10.0" "User Commands"
 .SH NAME
 wimlib-imagex-apply \- Extract one image, or all images, from a WIM archive
 .SH SYNOPSIS
index 3b0db0ad40b260244ec86e4f81bbb6fbe4740e4d..e78f6159ae4db3f33d0ed16b3fe85b360153ee3a 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2016" "wimlib 1.9.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 2016" "wimlib 1.10.0" "User Commands"
 .SH NAME
 wimlib-imagex-capture, wimlib-imagex-append \- Create or append a WIM image
 .SH SYNOPSIS
index 33cd945004e072ccfa07a246d955486150856229..729b28c7d18df581a12693931b0b7b6eead9225d 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2016" "wimlib 1.9.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 2016" "wimlib 1.10.0" "User Commands"
 .SH NAME
 wimlib-imagex-delete \- Delete an image from a WIM archive
 .SH SYNOPSIS
index 0efcd55778b09068fbe36de91661438e5e616ad3..0036e6e60870b0243fd71cc35f36a56c5c853147 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2016" "wimlib 1.9.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 2016" "wimlib 1.10.0" "User Commands"
 .SH NAME
 wimlib-imagex-dir \- Show the files contained in a WIM archive
 .SH SYNOPSIS
index f5dbc35d0f36dc36f95a4ee66baaaa913b67dfd1..9eaf5be08029f7d04af416050611cbb4f0f99712 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2016" "wimlib 1.9.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 2016" "wimlib 1.10.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 5ba8a7aed3a6f6bbc30d47be7b690b00a2da0c70..6a9f3fcbb7ca465d5ce1636031b7cfaf08f70f91 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2016" "wimlib 1.9.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 2016" "wimlib 1.10.0" "User Commands"
 .SH NAME
 wimlib-imagex-extract \- Extract files or directories from a WIM image
 .SH SYNOPSIS
index 8d0a7d85023867a34725c9f2c120550525ab9a87..17cc6f36ec273cd53be278a65dfce3796518d8f1 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2016" "wimlib 1.9.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 2016" "wimlib 1.10.0" "User Commands"
 .SH NAME
 wimlib-imagex-info \- Display information about a WIM file, or change information about
 an image
index e02e6c6655c0e4b7843f6587dc173c98ebbf1876..9b683ef0717d74de3a4461f9e29535dc43df38d5 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2016" "wimlib 1.9.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 2016" "wimlib 1.10.0" "User Commands"
 .SH NAME
 wimlib-imagex-join \- Join split WIMs into a standalone one-part WIM
 .SH SYNOPSIS
index 306d8d90870a9c9982f8bfc7fb50118871b089e4..b5b6c6307b865c03b15bdcb7523e350add48fc61 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2016" "wimlib 1.9.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 2016" "wimlib 1.10.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 84cd3b510a8acb12f6bc8e0b205414ff5bf73df1..1f74553e035104458927eadcea6acb2bbc601c8d 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2016" "wimlib 1.9.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 2016" "wimlib 1.10.0" "User Commands"
 .SH NAME
 wimlib-imagex-optimize \- Optimize a WIM archive
 .SH SYNOPSIS
index 4fb582bfd039f10d695300e594ce2514feccf4d0..aacf7b3932cb538060c516f8b0bdacb13abd9a73 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2016" "wimlib 1.9.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 2016" "wimlib 1.10.0" "User Commands"
 .SH NAME
 wimlib-imagex-split \- Split a WIM into multiple parts
 .SH SYNOPSIS
index 2edb0d0ce971e5ea449bf989b289b4ae83405974..107da3681fa7f67bf7ebf9b64d2824ad5c3aa17c 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2016" "wimlib 1.9.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 2016" "wimlib 1.10.0" "User Commands"
 .SH NAME
 wimlib-imagex-update \- Update a WIM image
 .SH SYNOPSIS
index 9fcae7e12692c06123a2347844ceeae10ff5c8a3..6290a5e6eb93d35741e5e003f4f79526ccb966bf 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "June 2016" "wimlib 1.9.2" "User Commands"
+.TH WIMLIB-IMAGEX "1" "August 2016" "wimlib 1.10.0" "User Commands"
 .SH NAME
 wimlib-imagex-verify \- Verify a WIM file
 .SH SYNOPSIS
index 9ec74282af8a01b6b25ef0d45e7e535c0ab733bd..9508da2dc8c3c9ad54bb964c0db7bd15b87b74ef 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX 1 "June 2016" "wimlib 1.9.2" "User Commands"
+.TH WIMLIB-IMAGEX 1 "August 2016" "wimlib 1.10.0" "User Commands"
 .SH NAME
 wimlib-imagex \- Extract, create, modify, or mount a WIM (Windows Imaging Format) archive
 .SH SYNOPSIS
index 277932d61cc8f340cac5ac6b281d58051fea2aaa..09bf1052331b0369fecf6de5b8711621e30c6760 100644 (file)
@@ -11,7 +11,7 @@
 /**
  * @mainpage
  *
- * This is the documentation for the library interface of wimlib 1.9.2, a C
+ * This is the documentation for the library interface of wimlib 1.10.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 9
+#define WIMLIB_MINOR_VERSION 10
 
 /** Patch version of the library (for example, the 5 in 1.2.5). */
-#define WIMLIB_PATCH_VERSION 2
+#define WIMLIB_PATCH_VERSION 0
 
 #ifdef __cplusplus
 extern "C" {
index fe437c2039d16588acaeb8475f0504797b9f030c..03cbb3ee34b9f30c85a5d1be3fe89692d1ce0838 100644 (file)
@@ -1,6 +1,6 @@
 Name:      wimtools
 Summary:   Tools to create, extract, modify, and mount WIM files
-Version:   1.9.2
+Version:   1.10.0
 Release:   1
 License:   GPLv3+
 URL:       https://wimlib.net
index 45acebc6b9009199ade88e8129656745ce9dc03d..4868d89065277329a9ba4cfb6f0887a98d2f0454 100755 (executable)
@@ -1,13 +1,13 @@
 #!/bin/bash
 
-oldver='1\.9\.1'
-oldmonth=March
+oldver='1\.9\.2'
+oldmonth=June
 oldyear=2016
 
 newmajor=1
-newminor=9
-newpatch=2
-newmonth=June
+newminor=10
+newpatch=0
+newmonth=August
 newyear=2016