Skip to content

Commit

Permalink
prepare for 1.2.30 release (lsh123#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsh123 authored Apr 20, 2020
1 parent dd08497 commit cd6fe1c
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -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'`
Expand Down
6 changes: 3 additions & 3 deletions docs/api/xmlsec-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h2><span class="refentrytitle"><a name="xmlsec-version.top_of_page"></a>version
<a name="xmlsec-version.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="XMLSEC-VERSION:CAPS"></a><h3>XMLSEC_VERSION</h3>
<pre class="programlisting">#define XMLSEC_VERSION "1.2.29"
<pre class="programlisting">#define XMLSEC_VERSION "1.2.30"
</pre>
<p>The library version string in the format
"$major_number.$minor_number.$sub_minor_number".</p>
Expand All @@ -100,14 +100,14 @@ <h2><span class="refentrytitle"><a name="xmlsec-version.top_of_page"></a>version
<hr>
<div class="refsect2">
<a name="XMLSEC-VERSION-SUBMINOR:CAPS"></a><h3>XMLSEC_VERSION_SUBMINOR</h3>
<pre class="programlisting">#define XMLSEC_VERSION_SUBMINOR 29
<pre class="programlisting">#define XMLSEC_VERSION_SUBMINOR 30
</pre>
<p>The library sub-minor version number.</p>
</div>
<hr>
<div class="refsect2">
<a name="XMLSEC-VERSION-INFO:CAPS"></a><h3>XMLSEC_VERSION_INFO</h3>
<pre class="programlisting">#define XMLSEC_VERSION_INFO "3:29:2"
<pre class="programlisting">#define XMLSEC_VERSION_INFO "3:30:2"
</pre>
<p>The library version info string in the format
"$major_number+$minor_number:$sub_minor_number:$minor_number".</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -420,10 +420,10 @@
<h1>Download</h1>
</div>
<h2>Stable releases.</h2>
<p>The latest stable XML Security Library version is <b>1.2.29</b>:</p>
<p>The latest stable XML Security Library version is <b>1.2.30</b>:</p>
<ul>
<li>
<a href="http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.29.tar.gz">Sources for latest version</a>.</li>
<a href="http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.30.tar.gz">Sources for latest version</a>.</li>
<li>
<a href="http://www.zlatkovic.com/projects/libxml/index.html">Windows binaries</a> for XMLSec Library
(as well as LibXML2, LibXSLT and OpenSSL) from <a href="mailto:[email protected]">Igor Zlatkovic</a>.</li>
Expand Down
10 changes: 9 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,15 @@ <h1>XML Security Library</h1>
see the Copyright file in the distribution for details.<br><br></p>
<p><b>News</b></p>
<ul>
<li>October 15 2019<br>
<li>April 21 2020<br>
The <a href="download.html">XML Security Library 1.2.30</a> release includes the following changes:
<ul>
<li>Enabled XML_PARSE_HUGE for all xml parsers.</li>
<li>Added s390x support for travis (nayana-ibm).</li>
<li>Several other small fixes (<a href="https://github.com/lsh123/xmlsec/commits/master">more details</a>).</li>
</ul>
</li>
<br><li>October 15 2019<br>
The <a href="download.html">XML Security Library 1.2.29</a> release includes the following changes:
<ul>
<li>Various build and tests fixes and improvements.</li>
Expand Down
10 changes: 9 additions & 1 deletion docs/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,15 @@
<h1>XML Security Library News</h1>
</div>
<ul>
<li>October 15 2019<br>
<li>April 21 2020<br>
The <a href="download.html">XML Security Library 1.2.30</a> release includes the following changes:
<ul>
<li>Enabled XML_PARSE_HUGE for all xml parsers.</li>
<li>Added s390x support for travis (nayana-ibm).</li>
<li>Several other small fixes (<a href="https://github.com/lsh123/xmlsec/commits/master">more details</a>).</li>
</ul>
</li>
<br><li>October 15 2019<br>
The <a href="download.html">XML Security Library 1.2.29</a> release includes the following changes:
<ul>
<li>Various build and tests fixes and improvements.</li>
Expand Down
2 changes: 1 addition & 1 deletion man/xmlsec1-config.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH XMLSEC1-CONFIG "1" "October 2019" "xmlsec1-config 1.2.29" "User Commands"
.TH XMLSEC1-CONFIG "1" "April 2020" "xmlsec1-config 1.2.30" "User Commands"
.SH NAME
xmlsec1-config \- detail installed version of xmlsec library
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/xmlsec1.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH XMLSEC1 "1" "October 2019" "xmlsec1 1.2.29 (openssl)" "User Commands"
.TH XMLSEC1 "1" "April 2020" "xmlsec1 1.2.30 (openssl)" "User Commands"
.SH NAME
xmlsec1 \- sign, verify, encrypt and decrypt XML documents
.SH SYNOPSIS
Expand Down

0 comments on commit cd6fe1c

Please sign in to comment.