diff --git a/.travis.yml b/.travis.yml index 5d225e1fb..f3da56057 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: sudo apt-get install automake autoconf libtool; fi; fi -- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install libtool pkg-config; fi +- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install libtool; fi # install libxml2/libxslt libraries - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install libxml2 libxml2-dev libxslt1.1 libxslt1-dev; fi # install openssl libraries diff --git a/appveyor.yml b/appveyor.yml index 4d956a1ae..00d15e2cf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,7 @@ # You can check the whole build process in the logs, and any later commit will start # a new build using a fresh virtual machine. -version: '1.2.29-{build}' +version: '1.2.30-{build}' shallow_clone: true skip_branch_with_pr: true diff --git a/configure.ac b/configure.ac index e2f6393d3..2af551e47 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([xmlsec1],[1.2.29],[http://www.aleksey.com/xmlsec]) +AC_INIT([xmlsec1],[1.2.30],[http://www.aleksey.com/xmlsec]) XMLSEC_PACKAGE=xmlsec1 XMLSEC_VERSION_MAJOR=1 XMLSEC_VERSION_MINOR=2 -XMLSEC_VERSION_SUBMINOR=29 +XMLSEC_VERSION_SUBMINOR=30 XMLSEC_VERSION="$XMLSEC_VERSION_MAJOR.$XMLSEC_VERSION_MINOR.$XMLSEC_VERSION_SUBMINOR" XMLSEC_VERSION_INFO=`echo $XMLSEC_VERSION | awk -F. '{ printf "%d:%d:%d", $1+$2, $3, $2 }'` XMLSEC_VERSION_SAFE=`echo $XMLSEC_VERSION | sed 's/\./_/g'` diff --git a/docs/api/xmlsec-version.html b/docs/api/xmlsec-version.html index d669ce78a..915f5f44e 100644 --- a/docs/api/xmlsec-version.html +++ b/docs/api/xmlsec-version.html @@ -78,7 +78,7 @@
#define XMLSEC_VERSION "1.2.29" +#define XMLSEC_VERSION "1.2.30"The library version string in the format "$major_number.$minor_number.$sub_minor_number".
@@ -100,14 +100,14 @@version
XMLSEC_VERSION_SUBMINOR
-#define XMLSEC_VERSION_SUBMINOR 29 +#define XMLSEC_VERSION_SUBMINOR 30The library sub-minor version number.
XMLSEC_VERSION_INFO
-#define XMLSEC_VERSION_INFO "3:29:2" +#define XMLSEC_VERSION_INFO "3:30:2"The library version info string in the format "$major_number+$minor_number:$sub_minor_number:$minor_number".
diff --git a/docs/download.html b/docs/download.html index 83fee364e..4c3e2263d 100644 --- a/docs/download.html +++ b/docs/download.html @@ -420,10 +420,10 @@Download
Stable releases.
-The latest stable XML Security Library version is 1.2.29:
+The latest stable XML Security Library version is 1.2.30:
- -Sources for latest version.
+Sources for latest version.- Windows binaries for XMLSec Library (as well as LibXML2, LibXSLT and OpenSSL) from Igor Zlatkovic.
diff --git a/docs/index.html b/docs/index.html index 2e8ec715c..150b5320d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -439,7 +439,15 @@XML Security Library
see the Copyright file in the distribution for details.
News
-
- October 15 2019
+- April 21 2020
+
+ The XML Security Library 1.2.30 release includes the following changes: ++
+- Enabled XML_PARSE_HUGE for all xml parsers.
+- Added s390x support for travis (nayana-ibm).
+- Several other small fixes (more details).
+- October 15 2019
The XML Security Library 1.2.29 release includes the following changes:
- Various build and tests fixes and improvements.
diff --git a/docs/news.html b/docs/news.html index 05c80c8e0..e55ac8906 100644 --- a/docs/news.html +++ b/docs/news.html @@ -420,7 +420,15 @@XML Security Library News