]> granicus.if.org Git - libexpat/commitdiff
Bump version from 2.2.6 to 2.2.7 R_2_2_7
authorSebastian Pipping <sebastian@pipping.org>
Wed, 19 Jun 2019 16:33:02 +0000 (18:33 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Wed, 19 Jun 2019 16:41:14 +0000 (18:41 +0200)
expat/CMake.README
expat/CMakeLists.txt
expat/Changes
expat/README.md
expat/expat.spec
expat/lib/expat.h
expat/lib/xmlparse.c
expat/tests/runtests.c
expat/win32/expat.iss

index 57824a46a2c8d76a00a7f29d8c99360f0a03bfbb..fa6823a9bb3117927b363e808d1826686e5a8c1b 100644 (file)
@@ -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.2.6 is the source directory of expat, add a subdirectory\r
+Assuming ~/expat-2.2.7 is the source directory of expat, add a subdirectory\r
 build and change into that directory:\r
-~/expat-2.2.6$ mkdir build && cd build\r
-~/expat-2.2.6/build$\r
+~/expat-2.2.7$ mkdir build && cd build\r
+~/expat-2.2.7/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.2.6/build$ cmake ..\r
+~/expat-2.2.7/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.2.6/build\r
+-- Build files have been written to: /home/patrick/expat-2.2.7/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.2.6/build$ make && make test && make install\r
+~/expat-2.2.7/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 76830abba992abc145de0299c49a7a550001a483..bcd91ba679557fde5d02076db4330fd840f4da21 100644 (file)
@@ -6,7 +6,7 @@ project(expat)
 cmake_minimum_required(VERSION 2.8.10)\r
 set(PACKAGE_BUGREPORT "expat-bugs@libexpat.org")\r
 set(PACKAGE_NAME "expat")\r
-set(PACKAGE_VERSION "2.2.6")\r
+set(PACKAGE_VERSION "2.2.7")\r
 set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")\r
 set(PACKAGE_TARNAME "${PACKAGE_NAME}")\r
 \r
index e1f7bcaa15cb004c3967a1b7b4a67c213344cd33..a587e9ab7a0a98d46d72357b3d6f646bf8b6720f 100644 (file)
@@ -2,7 +2,7 @@ NOTE: We are looking for help with a few things:
       https://github.com/libexpat/libexpat/labels/help%20wanted
       If you can help, please get in touch.  Thanks!
 
-Release x.x.x XXX XXXXXX XX XXXX
+Release 2.2.7 Wed June 19 2019
         Security fixes:
        #186 #262  Fix extraction of namespace prefixes from XML names;
                     XML names with multiple colons could end up in the
index 505d9dfe53b8e6f789f146e8bc62e639d6eec7ff..fd3911ebc6812f4959fccf4840450a7933f44334 100644 (file)
@@ -3,7 +3,7 @@
 [![Packaging status](https://repology.org/badge/tiny-repos/expat.svg)](https://repology.org/metapackage/expat/versions)
 
 
-# Expat, Release 2.2.6
+# Expat, Release 2.2.7
 
 This is Expat, a C library for parsing XML, started by
 [James Clark](https://en.wikipedia.org/wiki/James_Clark_(programmer)) in 1997.
index 3fe7863ba385dd45d2f5e365564b9d057929f96c..634dfafdd8767cead94ea9022463db2f8e74869d 100644 (file)
@@ -1,4 +1,4 @@
-%define version 2.2.6
+%define version 2.2.7
 %define release 1
 
 Summary: Expat is an XML 1.0 parser written in C.
@@ -42,6 +42,10 @@ install -D xmlwf/xmlwf $RPM_BUILD_ROOT/usr/bin/xmlwf
 /usr/share/man/man1/xmlwf.1.gz
 
 %changelog
+* Wed Jun 19 2019 Sebastian Pipping <sebastian@pipping.org>
+[Release 2.2.7-1]
+- Update for the 2.2.7 release.
+
 * Sun Aug 12 2018 Sebastian Pipping <sebastian@pipping.org>
 [Release 2.2.6-1]
 - Update for the 2.2.6 release.
index 174c3fafda3f27342f78666ce241abf4519e2464..c050f1d918cef04b8b28f3aeea06e43f38a538c4 100644 (file)
@@ -1076,7 +1076,7 @@ XML_GetFeatureList(void);
 */
 #define XML_MAJOR_VERSION 2
 #define XML_MINOR_VERSION 2
-#define XML_MICRO_VERSION 6
+#define XML_MICRO_VERSION 7
 
 #ifdef __cplusplus
 }
index 737d7cd2db20a6bac14ab77ef10580281a68171a..9c0987f4f6d8749d2d3a0885219e366c1ac67393 100644 (file)
@@ -1,4 +1,4 @@
-/* 19ac4776051591216f1874e34ee99b6a43a3784c8bd7d70efeb9258dd22b906a (2.2.6+)
+/* 69df5be70289a11fb834869ce4a91c23c1d9dd04baffcbd10e86742d149a080c (2.2.7+)
                             __  __            _
                          ___\ \/ /_ __   __ _| |_
                         / _ \\  /| '_ \ / _` | __|
index 4f4d2687f113060d1838ecb1b1803a27fb614b77..ccad50f4ea21a597c7ae52e27fce5d7091507265 100644 (file)
@@ -8062,7 +8062,7 @@ START_TEST(test_misc_version)
         fail("Version mismatch");
 
 #if ! defined(XML_UNICODE) || defined(XML_UNICODE_WCHAR_T)
-    if (xcstrcmp(version_text, XCS("expat_2.2.6")))  /* needs bump on releases */
+    if (xcstrcmp(version_text, XCS("expat_2.2.7")))  /* needs bump on releases */
         fail("XML_*_VERSION in expat.h out of sync?\n");
 #else
     /* If we have XML_UNICODE defined but not XML_UNICODE_WCHAR_T
index 20ca746043763f928c601a1707386dd2c7891180..20f50815cf1cf50f151461db9ea40087461a6c96 100644 (file)
@@ -4,7 +4,7 @@
 ; This script was contributed by Tim Peters.
 ; It was designed for Inno Setup 2.0.19 but works with later versions as well.
 
-#define expatVer "2.2.6"
+#define expatVer "2.2.7"
 
 [Setup]
 AppName=Expat