]> wimlib.net Git - wimlib/commitdiff
Update version to 1.2.4; update NEWS
authorEric Biggers <ebiggers3@gmail.com>
Wed, 30 Jan 2013 02:22:25 +0000 (20:22 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 30 Jan 2013 02:22:25 +0000 (20:22 -0600)
12 files changed:
Makefile.am
NEWS
README
archlinux/PKGBUILD
configure.ac
debian/changelog
make-release
programs/mkwinpeimg
rpm/wimlib-minimal.spec
rpm/wimlib-without-ntfs-3g.spec
rpm/wimlib.spec
src/wimlib.h

index 98a247eaabebd4a1ea050d60e1442bf92d26f7dc..dd1a0d34d94a74d69e4c090c3fd656e0de1be186 100644 (file)
@@ -7,7 +7,7 @@ AM_CFLAGS       = -std=gnu99 -D_LARGEFILE_SOURCE \
 
 lib_LTLIBRARIES = libwim.la
 
 
 lib_LTLIBRARIES = libwim.la
 
-libwim_la_LDFLAGS = -version-info 2:1:0
+libwim_la_LDFLAGS = -version-info 2:2:0
 
 libwim_la_SOURCES =            \
        src/add_image.c         \
 
 libwim_la_SOURCES =            \
        src/add_image.c         \
diff --git a/NEWS b/NEWS
index db29f510e06251adb358aeb8b90c09120abb9c58..528c3e7aeeec83b0a10105dc50fecfd901314a78 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 Only the most important changes more recent than version 0.6 are noted here.
 
 Only the most important changes more recent than version 0.6 are noted here.
 
+Version 1.2.4:
+       Added --arch switch to mkwinpeimg script to support getting AMD64 WinPE
+       from the WAIK.
+
+       Update to work with ntfs-3g version 2013.1.13.
+
 Version 1.2.3:
        Fixed truncating file to shorter but non-zero length on read-write
        mounted WIM image.
 Version 1.2.3:
        Fixed truncating file to shorter but non-zero length on read-write
        mounted WIM image.
diff --git a/README b/README
index ef60b7fe60e148e5508e3a939bad24b13c4aa764..10b8e0275d558d876d09d9f3d919d40de5c031d7 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   WIMLIB
 
                                   WIMLIB
 
-This is wimlib version 1.2.3 (January 2013).  wimlib can be used to read,
+This is wimlib version 1.2.4 (January 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 4d838ea709180fa8a59f4e4c4a4410a409932c60..1b6afd7725ecd12243ddca3752a2abaa91cf69b9 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.2.3
+pkgver=1.2.4
 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 bf1a6ff741416a078addf77d25d2f1d5386f6574..5dfcd0eabb970875710b7b2e69cf54ec120782aa 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([wimlib], [1.2.3], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.2.4], [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 0fd968d5518318cb75543a907e7dcaf390ea327d..30133b07fa61bf5064ee04306ec1ee2143098e36 100644 (file)
@@ -1,3 +1,9 @@
+wimlib (1.2.4-1) unstable; urgency=low
+
+  * Update to v1.2.4
+
+ -- Eric Biggers <ebiggers3gmail.com>  Tue, 29 Jan 2013 20:19:29 -0600
+
 wimlib (1.2.3-1) unstable; urgency=low
 
   * Update to v1.2.3
 wimlib (1.2.3-1) unstable; urgency=low
 
   * Update to v1.2.3
index 527491a4e14ec549a68e6773008970f72d604594..01065696b6a14f04a143714db457f11571990b44 100755 (executable)
@@ -1,12 +1,12 @@
 #!/bin/bash
 
 #!/bin/bash
 
-oldver='1\.2\.2'
-oldmonth=December
-oldyear=2012
+oldver='1\.2\.3'
+oldmonth=January
+oldyear=2013
 
 newmajor=1
 newminor=2
 
 newmajor=1
 newminor=2
-newpatch=3
+newpatch=4
 newmonth=January
 newyear=2013
 
 newmonth=January
 newyear=2013
 
index 48143b6dad04d111e5a95adf380ddf5c09b8ace2..def484f784014a7b5573e6d29acca738ca67f08f 100755 (executable)
@@ -20,7 +20,7 @@
 
 script_name="$(basename $0)"
 PREFIX_REG="::"
 
 script_name="$(basename $0)"
 PREFIX_REG="::"
-WIMLIB_VERSION=1.2.3
+WIMLIB_VERSION=1.2.4
 
 calc_columns () {
        STAT_COL=80
 
 calc_columns () {
        STAT_COL=80
index 7c3caf146e6245d9313dc3a6595e45e291ca5740..8fff40bad3c10c0f8634415becf03ca91c4c0feb 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.2.3
+Version:   1.2.4
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
index c0ec891f6203791a9437b41e8a238bbca25ae1fb..48eaa5a734d887fbf9db8183134fe778de389b67 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.2.3
+Version:   1.2.4
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
index 17894d506e1227f920155b8a82e41ed1e4437d03..bb25416ef259964c9b54bc1ebe1653c0459b76ad 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.2.3
+Version:   1.2.4
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
index d9a80c1c6c5a350531dd00d047d48af9089a948d..8774406475a0974c6eaa093d5e9a200c1549c86a 100644 (file)
@@ -31,7 +31,7 @@
  *
  * \section intro Introduction
  *
  *
  * \section intro Introduction
  *
- * This is the documentation for the library interface of wimlib 1.2.3.  If you
+ * This is the documentation for the library interface of wimlib 1.2.4.  If you
  * have installed wimlib and want to know how to use the @c imagex program,
  * please see the man pages instead.
  *
  * have installed wimlib and want to know how to use the @c imagex program,
  * please see the man pages instead.
  *
 
 #define WIMLIB_MAJOR_VERSION 1
 #define WIMLIB_MINOR_VERSION 2
 
 #define WIMLIB_MAJOR_VERSION 1
 #define WIMLIB_MINOR_VERSION 2
-#define WIMLIB_PATCH_VERSION 3
+#define WIMLIB_PATCH_VERSION 4
 
 /**
  * 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