]> wimlib.net Git - wimlib/commitdiff
Update version to 1.3.2
authorEric Biggers <ebiggers3@gmail.com>
Sun, 24 Mar 2013 01:02:49 +0000 (20:02 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 24 Mar 2013 01:02:49 +0000 (20:02 -0500)
Makefile.am
README
archlinux/PKGBUILD
configure.ac
debian/changelog
make-release
rpm/wimlib-minimal.spec
rpm/wimlib-without-ntfs-3g.spec
rpm/wimlib.spec
src/wimlib.h

index 3ac56d436facbd35022fe245ff63496a8c5d7180..663691fb477ab6d3df45f29b79c4e811c4a655fc 100644 (file)
@@ -6,7 +6,7 @@ AM_CFLAGS       = -std=gnu99
 
 lib_LTLIBRARIES = libwim.la
 
 
 lib_LTLIBRARIES = libwim.la
 
-libwim_la_LDFLAGS = -version-info 4:0:2 $(WINDOWS_LDFLAGS)
+libwim_la_LDFLAGS = -version-info 5:0:3 $(WINDOWS_LDFLAGS)
 
 libwim_la_SOURCES =            \
        src/add_image.c         \
 
 libwim_la_SOURCES =            \
        src/add_image.c         \
diff --git a/README b/README
index b9a6a53e999ff316ebf018e9d21485828db55369..b1c6540d4e0c9fd56579c3eaa626082698027869 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   WIMLIB
 
                                   WIMLIB
 
-This is wimlib version 1.3.1 (March 2013).  wimlib can be used to read,
+This is wimlib version 1.3.2 (March 2013).  wimlib can be used to read,
 write, and mount files in the Windows Imaging Format (WIM files).  These files
 are normally created by using the `imagex.exe' utility on Windows, but this
 library provides a free implementation of imagex for UNIX-based systems.
 write, and mount files in the Windows Imaging Format (WIM files).  These files
 are normally created by using the `imagex.exe' utility on Windows, but this
 library provides a free implementation of imagex for UNIX-based systems.
index d7b63bb6dcf4b74701359714ec86de076bd7f36c..02134ce9e67b8ec3895b0f1d26fdba365c04a10c 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
 pkgname=wimlib
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
 pkgname=wimlib
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="A library to extract, create, and modify WIM files"
 arch=("i686" "x86_64")
 pkgrel=1
 pkgdesc="A library to extract, create, and modify WIM files"
 arch=("i686" "x86_64")
index fe07a3c7ad0b5e98531c36e20d767c7843418613..80ea8df2228e901d33b772637e396d3098628d04 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([wimlib], [1.3.1], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.3.2], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index b231ecf9dab12a46f194a81a17bd4e853c508564..54c86db84e1229e98c0f246cd025a091728809b8 100644 (file)
@@ -1,3 +1,9 @@
+wimlib (1.3.2-1) unstable; urgency=low
+
+  * Update to v1.3.2
+
+ -- Eric Biggers <ebiggers3gmail.com>  Sat, 23 Mar 2013 20:00:14 -0500
+
 wimlib (1.3.1-1) unstable; urgency=low
 
   * Update to v1.3.1
 wimlib (1.3.1-1) unstable; urgency=low
 
   * Update to v1.3.1
index 81a3962b69483b98d628b2906c6f98493833fcd9..ded3b14c7b94e1dc4be5361b1598254633087ae1 100755 (executable)
@@ -1,12 +1,12 @@
 #!/bin/bash
 
 #!/bin/bash
 
-oldver='1\.3\.0'
+oldver='1\.3\.1'
 oldmonth=March
 oldyear=2013
 
 newmajor=1
 newminor=3
 oldmonth=March
 oldyear=2013
 
 newmajor=1
 newminor=3
-newpatch=1
+newpatch=2
 newmonth=March
 newyear=2013
 
 newmonth=March
 newyear=2013
 
@@ -37,6 +37,3 @@ wimlib ($newver-1) unstable; urgency=low\\
 
 sed -i 's/\(Version:[[:space:]]*\)[^[:space:]]\+/\1'"$newver"'/' \
                rpm/*.spec
 
 sed -i 's/\(Version:[[:space:]]*\)[^[:space:]]\+/\1'"$newver"'/' \
                rpm/*.spec
-
-sed -i 's/WIMLIB_VERSION=[^[:space:]]\+/WIMLIB_VERSION='"$newver"'/' \
-               programs/mkwinpeimg
index 77d779ace89dbb186f33eb98494f5139ec16299e..0c93d4492bab9a50e24058fda0f582188a4288ff 100644 (file)
@@ -1,6 +1,6 @@
 Summary:   Library to extract, create, and modify WIM files
 Name:      wimlib
 Summary:   Library to extract, create, and modify WIM files
 Name:      wimlib
-Version:   1.3.1
+Version:   1.3.2
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
index 42f11cab27df6a55806b0971099af2a06b2d3275..872c5097999a1d3cb2e60088ea91bbdd99048a4b 100644 (file)
@@ -1,6 +1,6 @@
 Summary:   Library to extract, create, and modify WIM files
 Name:      wimlib
 Summary:   Library to extract, create, and modify WIM files
 Name:      wimlib
-Version:   1.3.1
+Version:   1.3.2
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
index b4ba27a15908f1c202cb494c4165fee3d5398931..4cd8e77f9867d8a0d1baaf0f31450ffb5c8f08d2 100644 (file)
@@ -1,6 +1,6 @@
 Summary:   Library to extract, create, and modify WIM files
 Name:      wimlib
 Summary:   Library to extract, create, and modify WIM files
 Name:      wimlib
-Version:   1.3.1
+Version:   1.3.2
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
index 4b46f21cac02965af253f4cb14cf1267afa00ab2..4308561c3b6917cff136b4fb5ee4c65e89cad4a9 100644 (file)
@@ -31,7 +31,7 @@
  *
  * \section intro Introduction
  *
  *
  * \section intro Introduction
  *
- * This is the documentation for the library interface of wimlib 1.3.1.  If you
+ * This is the documentation for the library interface of wimlib 1.3.2.  If you
  * have installed wimlib and want to know how to use the @b wimlib-imagex
  * program, please see the man pages instead.  Also: the actual project page
  * where you can download the source code for the library is at <a
  * have installed wimlib and want to know how to use the @b wimlib-imagex
  * program, please see the man pages instead.  Also: the actual project page
  * where you can download the source code for the library is at <a
 #define WIMLIB_MINOR_VERSION 3
 
 /** Patch version of the library (for example, the 5 in 1.2.5). */
 #define WIMLIB_MINOR_VERSION 3
 
 /** Patch version of the library (for example, the 5 in 1.2.5). */
-#define WIMLIB_PATCH_VERSION 1
+#define WIMLIB_PATCH_VERSION 2
 
 /**
  * Opaque structure that represents a WIM file.  This is an in-memory structure
 
 /**
  * Opaque structure that represents a WIM file.  This is an in-memory structure