]> wimlib.net Git - wimlib/commitdiff
Update version number to v1.6.0
authorEric Biggers <ebiggers3@gmail.com>
Sat, 28 Dec 2013 17:15:41 +0000 (11:15 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 28 Dec 2013 17:15:45 +0000 (11:15 -0600)
22 files changed:
Makefile.am
README
archlinux/PKGBUILD
configure.ac
debian/changelog
doc/imagex-apply.1.in
doc/imagex-capture.1.in
doc/imagex-delete.1.in
doc/imagex-dir.1.in
doc/imagex-export.1.in
doc/imagex-extract.1.in
doc/imagex-info.1.in
doc/imagex-join.1.in
doc/imagex-mount.1.in
doc/imagex-optimize.1.in
doc/imagex-split.1.in
doc/imagex-update.1.in
doc/imagex.1.in
doc/mkwinpeimg.1.in
include/wimlib.h
rpm/wimtools.spec
update-version

index b41b826d6e57733b52a4409bb3ee02ae85b807d7..29071d12547a37db485f92c475cc40bb7e2b0ca8 100644 (file)
@@ -15,7 +15,7 @@ endif
 
 lib_LTLIBRARIES = libwim.la
 
-libwim_la_LDFLAGS = -version-info 11:0:2 $(WINDOWS_LDFLAGS)
+libwim_la_LDFLAGS = -version-info 12:0:3 $(WINDOWS_LDFLAGS)
 
 libwim_la_SOURCES =            \
        src/add_image.c         \
diff --git a/README b/README
index 6fe37385d4b0efa16e8ccd1fad89a1de7950b9ac..a01d5116fb14d085a5811ce1d24a42c704def77d 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.5.3 (December 2013).  wimlib is a C library for
+This is wimlib version 1.6.0 (January 2014).  wimlib is a C library for
 creating, modifying, extracting, and mounting files in the Windows Imaging
 Format (WIM files).  These files are normally created using the ImageX
 (imagex.exe) or Dism (Dism.exe) utilities on Windows, but wimlib is distributed
index 11138a861008d44f8963b0aa4e06952e1eb91d03..31b1069599ddd1258ab941f63c89ba89951e23f0 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
 pkgname=wimlib
-pkgver=1.5.3
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="A library and program to extract, create, and modify WIM files"
 arch=("i686" "x86_64")
index 50a8e056d13fe4d45f7332c0fd7273fef02ef24c..c5443fa2b6e0f2c80cf6376cb458cf53a63796c0 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([wimlib], [1.5.3], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.6.0], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index 77757d7642a133043bddf5903e6692f866f13034..c91e2bf6ea839b910b229e6dfebebac31fdd5d9b 100644 (file)
@@ -1,3 +1,9 @@
+wimlib (1.6.0-1) unstable; urgency=low
+
+  * Update to v1.6.0
+
+ -- Eric Biggers <ebiggers3@gmail.com>  Sat, 28 Dec 2013 11:13:54 -0600
+
 wimlib (1.5.3-1) unstable; urgency=low
 
   * Update to v1.5.3
index 663cad5fd66c8deb8817be3b5bb723b7567bb7d5..759bbd86e3b0cd02ed4df137f1c5f50ba3232569 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "December 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-apply \- Extract one image, or all images, from a WIM archive
 .SH SYNOPSIS
index 8b70c9ba3e301ea585ff0a2369bf0d56c41ab9d4..bee9b48b9143af9976022baf59f1467ddbe6cb93 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "December 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-capture, @IMAGEX_PROGNAME@-append \- Create or append a WIM image
 .SH SYNOPSIS
index ead4afcf348ec10648bb7387e60a9203515038ff..eb98a023c69fecec3d08dba1a07021124de875c4 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "December 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-delete \- Delete an image from a WIM archive
 .SH SYNOPSIS
index ab80a2264dbfa3f489789042a6e59b9fad104180..d7937b51236af2d549ef793a7d58022df08b7a52 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "December 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-dir \- Show the files contained in a WIM archive
 .SH SYNOPSIS
index ba80bf54d119fa905ef452bbad14cce5a9b45205..80c31ebe156cb7310e5652e6bfa261502c2938de 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "December 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-export \- Exports an image from a WIM archive to an existing or new WIM archive
 .SH SYNOPSIS
index 2b9afc18ce6a1d92688429fc6ffaf4c8731f0ffe..c38fa14953f93a424303c1d6e5c8b26578f963ac 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "December 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-extract \- Extract files or directories from a WIM image
 .SH SYNOPSIS
index 8255c0e3e23b8bc9b6890c794f25275c7f2ed686..22bae39ad76401503c4e9827aa51895b06c75a9e 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "December 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-info \- Display information about a WIM file, or change information about
 an image
index f2269786aaa204e7139b4624966db0bfe9bfe69e..605e2af4a34fd6834d4fc956adab62afb9de7c2d 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "December 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-join \- Join split WIMs into a standalone one-part WIM
 .SH SYNOPSIS
index 4875b162367f60c5baf099b8c0ace23aee1f0431..fc2884369c3dc09435ab71857862ca5a3b2c754b 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "December 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-mount, @IMAGEX_PROGNAME@-mountrw, @IMAGEX_PROGNAME@-unmount \- Mount and unmount an image from a WIM archive
 .SH SYNOPSIS
index c14456fff087e564f8fed048b4b55f2c1c652f74..234b331022d267af46248fbf5cf362f2304bbf06 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "December 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-optimize \- Optimize a WIM archive
 .SH SYNOPSIS
index ef7203ca6aca719f5362ab1c65079c7ff729d16b..9319f972af18fc0aa2469c0fe22f2e40efff5572 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "December 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-split \- Split a WIM into multiple parts
 .SH SYNOPSIS
index 39349ac3bf7d999a3c904af819bf0d8382d0747c..d7164b07c952744f143e8709a87506bdde1f5da7 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX "1" "December 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-update \- Update a WIM image
 .SH SYNOPSIS
index 7f13df5eeb90f7aef1f9fba4af75887b0916ea02..d9543c70f187f89c6a161f13450648a7c6c11ae1 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX 1 "December 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX 1 "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@ \- Create, modify, extract, mount, or unmount a WIM (Windows Imaging Format) archive
 .SH SYNOPSIS
index f009ebef05445c667c1f55ce784f7ea63d49c80d..91e4031059f52fa840eaf37ea89b30cf5325c2b3 100644 (file)
@@ -1,4 +1,4 @@
-.TH MKWINPEIMG "1" "December 2013" "mkwinpeimg (wimlib @VERSION@)" "User Commands"
+.TH MKWINPEIMG "1" "January 2014" "mkwinpeimg (wimlib @VERSION@)" "User Commands"
 .SH NAME
 mkwinpeimg \- Make a customized bootable image of Windows PE
 .SH SYNOPSIS
index 9bd9ac105431748fa83322eaf8a8b32b9973ed2d..c2cd9f03043231272b2ad9bc7843d22c31d18e45 100644 (file)
@@ -33,7 +33,7 @@
  *
  * @section sec_intro Introduction
  *
- * This is the documentation for the library interface of wimlib 1.5.3, a C
+ * This is the documentation for the library interface of wimlib 1.6.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 5
+#define WIMLIB_MINOR_VERSION 6
 
 /** 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 c77a85d6fd8442fafeb909ecb87310a99cd57624..68b655980a7616d5f739e4eab0dbe0c87c12ab4d 100644 (file)
@@ -1,6 +1,6 @@
 Name:      wimtools
 Summary:   Tools to create, extract, modify, and mount WIM files
-Version:   1.5.3
+Version:   1.6.0
 Release:   1
 License:   GPLv3+
 URL:       http://sourceforge.net/projects/wimlib
index 8c1f15e2365f2200aa4b1bc32296069c60ffdca9..4dc5db425ff3267b69f23bb7b5fe01a8bed9b1d1 100755 (executable)
@@ -1,14 +1,14 @@
 #!/bin/bash
 
-oldver='1\.5\.2'
-oldmonth=November
+oldver='1\.5\.3'
+oldmonth=December
 oldyear=2013
 
 newmajor=1
-newminor=5
-newpatch=3
-newmonth=December
-newyear=2013
+newminor=6
+newpatch=0
+newmonth=January
+newyear=2014
 
 
 newver="${newmajor}.${newminor}.${newpatch}"