]> granicus.if.org Git - libexpat/commitdiff
Bump version to 2.1.1
authorSebastian Pipping <sebastian@pipping.org>
Wed, 2 Mar 2016 17:59:36 +0000 (18:59 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Fri, 11 Mar 2016 23:23:16 +0000 (00:23 +0100)
expat/CMake.README
expat/CMakeLists.txt
expat/README
expat/expat.spec
expat/lib/expat.h
expat/win32/expat.iss

index 4db6399c19139ed9b9f5192d3df6d52bd5ca77a6..0b081ee7296876a4f576d92b68fd02bbf518ddc4 100755 (executable)
@@ -3,25 +3,25 @@
 The cmake based buildsystem for expat works on Windows (cygwin, mingw, Visual \r
 Studio) and should work on all other platform cmake supports.\r
 \r
-Assuming ~/expat-2.1.0 is the source directory of expat, add a subdirectory\r
+Assuming ~/expat-2.1.1 is the source directory of expat, add a subdirectory\r
 build and change into that directory:\r
-~/expat-2.1.0$ mkdir build && cd build\r
-~/expat-2.1.0/build$\r
+~/expat-2.1.1$ mkdir build && cd build\r
+~/expat-2.1.1/build$\r
 \r
 From that directory, call cmake first, then call make, make test and \r
 make install in the usual way:\r
-~/expat-2.1.0/build$ cmake ..\r
+~/expat-2.1.1/build$ cmake ..\r
 -- The C compiler identification is GNU\r
 -- The CXX compiler identification is GNU\r
 ....\r
 -- Configuring done\r
 -- Generating done\r
--- Build files have been written to: /home/patrick/expat-2.1.0/build\r
+-- Build files have been written to: /home/patrick/expat-2.1.1/build\r
 \r
 If you want to specify the install location for your files, append \r
 -DCMAKE_INSTALL_PREFIX=/your/install/path to the cmake call.\r
 \r
-~/expat-2.1.0/build$ make && make test && make install\r
+~/expat-2.1.1/build$ make && make test && make install\r
 Scanning dependencies of target expat\r
 [  5%] Building C object CMakeFiles/expat.dir/lib/xmlparse.c.o\r
 [ 11%] Building C object CMakeFiles/expat.dir/lib/xmlrole.c.o\r
index 322add90db0af72ecc04145278e7cc9e6fb40760..353627e2fcecd881df9028c5ccbca0734b063a26 100755 (executable)
@@ -6,7 +6,7 @@ project(expat)
 cmake_minimum_required(VERSION 2.6)\r
 set(PACKAGE_BUGREPORT "expat-bugs@libexpat.org")\r
 set(PACKAGE_NAME "expat")\r
-set(PACKAGE_VERSION "2.1.0")\r
+set(PACKAGE_VERSION "2.1.1")\r
 set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")\r
 set(PACKAGE_TARNAME "${PACKAGE_NAME}")\r
 \r
index 1f88467d1b0405d47093e74cd064a62bf1e4a875..9ec8d0c6adefa0d79321c9760a3f52d9e1812ef5 100644 (file)
@@ -1,5 +1,5 @@
 
-                        Expat, Release 2.1.0
+                        Expat, Release 2.1.1
 
 This is Expat, a C library for parsing XML, written by James Clark.
 Expat is a stream-oriented XML parser.  This means that you register
index 845bcc1239b5f2149837cebc8f2d3bbbfd232009..664aceda869e099b09cd86fdf82bdc4a34e499d3 100644 (file)
@@ -1,4 +1,4 @@
-%define version 2.1.0
+%define version 2.1.1
 %define release 1
 
 Summary: Expat is an XML 1.0 parser written in C.
@@ -40,6 +40,10 @@ install -D xmlwf/xmlwf $RPM_BUILD_ROOT/usr/bin/xmlwf
 /usr/share/man/man1/xmlwf.1.gz
 
 %changelog
+* Wed Mar 2 2016 Sebastian Pipping <sebastian@pipping.org>
+[Release 2.1.1-1]
+- Update for the 2.1.1 release.
+
 * Sat Mar 3 2012 Karl Waclawek <karl@waclawek.net>
 [Release 2.1.0-1]
 - Update for the 2.1.0 release.
index 9a21680be468cad28a05d2daec71102333024efa..ec62f140515a18110bd0eb8697f11c7dd80dac44 100644 (file)
@@ -1038,7 +1038,7 @@ XML_GetFeatureList(void);
 */
 #define XML_MAJOR_VERSION 2
 #define XML_MINOR_VERSION 1
-#define XML_MICRO_VERSION 0
+#define XML_MICRO_VERSION 1
 
 #ifdef __cplusplus
 }
index de5b6efdd9b872f5c3d23a2558c6df67a500ac72..793887b6474a6d9f8fd6f2d8b27b5ab4ada3ea2a 100644 (file)
@@ -7,17 +7,17 @@
 [Setup]
 AppName=Expat
 AppId=expat
-AppVersion=2.1.0
-AppVerName=Expat 2.1.0
+AppVersion=2.1.1
+AppVerName=Expat 2.1.1
 AppCopyright=Copyright © 1998-2012 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
 AppPublisher=The Expat Developers
 AppPublisherURL=http://www.libexpat.org/
 AppSupportURL=http://www.libexpat.org/
 AppUpdatesURL=http://www.libexpat.org/
-UninstallDisplayName=Expat XML Parser 2.1.0
-VersionInfoVersion=2.1.0
+UninstallDisplayName=Expat XML Parser 2.1.1
+VersionInfoVersion=2.1.1
 
-DefaultDirName={pf}\Expat 2.1.0
+DefaultDirName={pf}\Expat 2.1.1
 UninstallFilesDir={app}\Uninstall
 
 Compression=lzma