Skip to content

Commit 637467c

Browse files
authored
xmlsec 1.2.29 release (lsh123#274)
xmlsec 1.2.29 release
1 parent aec2e03 commit 637467c

File tree

8 files changed

+28
-21
lines changed

8 files changed

+28
-21
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# You can check the whole build process in the logs, and any later commit will start
1313
# a new build using a fresh virtual machine.
1414

15-
version: '1.2.28-{build}'
15+
version: '1.2.29-{build}'
1616

1717
shallow_clone: true
1818
skip_branch_with_pr: true

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
AC_INIT([xmlsec1],[1.2.28],[http://www.aleksey.com/xmlsec])
2+
AC_INIT([xmlsec1],[1.2.29],[http://www.aleksey.com/xmlsec])
33

44
XMLSEC_PACKAGE=xmlsec1
55
XMLSEC_VERSION_MAJOR=1
66
XMLSEC_VERSION_MINOR=2
7-
XMLSEC_VERSION_SUBMINOR=28
7+
XMLSEC_VERSION_SUBMINOR=29
88
XMLSEC_VERSION="$XMLSEC_VERSION_MAJOR.$XMLSEC_VERSION_MINOR.$XMLSEC_VERSION_SUBMINOR"
99
XMLSEC_VERSION_INFO=`echo $XMLSEC_VERSION | awk -F. '{ printf "%d:%d:%d", $1+$2, $3, $2 }'`
1010
XMLSEC_VERSION_SAFE=`echo $XMLSEC_VERSION | sed 's/\./_/g'`

docs/api/xmlsec-version.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2><span class="refentrytitle"><a name="xmlsec-version.top_of_page"></a>version
7878
<a name="xmlsec-version.other_details"></a><h2>Types and Values</h2>
7979
<div class="refsect2">
8080
<a name="XMLSEC-VERSION:CAPS"></a><h3>XMLSEC_VERSION</h3>
81-
<pre class="programlisting">#define XMLSEC_VERSION "1.2.28"
81+
<pre class="programlisting">#define XMLSEC_VERSION "1.2.29"
8282
</pre>
8383
<p>The library version string in the format
8484
"$major_number.$minor_number.$sub_minor_number".</p>
@@ -100,14 +100,14 @@ <h2><span class="refentrytitle"><a name="xmlsec-version.top_of_page"></a>version
100100
<hr>
101101
<div class="refsect2">
102102
<a name="XMLSEC-VERSION-SUBMINOR:CAPS"></a><h3>XMLSEC_VERSION_SUBMINOR</h3>
103-
<pre class="programlisting">#define XMLSEC_VERSION_SUBMINOR 28
103+
<pre class="programlisting">#define XMLSEC_VERSION_SUBMINOR 29
104104
</pre>
105105
<p>The library sub-minor version number.</p>
106106
</div>
107107
<hr>
108108
<div class="refsect2">
109109
<a name="XMLSEC-VERSION-INFO:CAPS"></a><h3>XMLSEC_VERSION_INFO</h3>
110-
<pre class="programlisting">#define XMLSEC_VERSION_INFO "3:28:2"
110+
<pre class="programlisting">#define XMLSEC_VERSION_INFO "3:29:2"
111111
</pre>
112112
<p>The library version info string in the format
113113
"$major_number+$minor_number:$sub_minor_number:$minor_number".</p>

docs/download.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,10 +420,10 @@
420420
<h1>Download</h1>
421421
</div>
422422
<h2>Stable releases.</h2>
423-
<p>The latest stable XML Security Library version is <b>1.2.28</b>:</p>
423+
<p>The latest stable XML Security Library version is <b>1.2.29</b>:</p>
424424
<ul>
425425
<li>
426-
<a href="http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.28.tar.gz">Sources for latest version</a>.</li>
426+
<a href="http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.29.tar.gz">Sources for latest version</a>.</li>
427427
<li>
428428
<a href="http://www.zlatkovic.com/projects/libxml/index.html">Windows binaries</a> for XMLSec Library
429429
(as well as LibXML2, LibXSLT and OpenSSL) from <a href="mailto:[email protected]">Igor Zlatkovic</a>.</li>

docs/index.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,15 @@ <h1>XML Security Library</h1>
439439
see the Copyright file in the distribution for details.<br><br></p>
440440
<p><b>News</b></p>
441441
<ul>
442-
<li>April 16 2019<br>
442+
<li>October 15 2019<br>
443+
The <a href="download.html">XML Security Library 1.2.29</a> release includes the following changes:
444+
<ul>
445+
<li>Various build and tests fixes and improvements.</li>
446+
<li>Move remaining private header files away from xmlsec/include/ folder.</li>
447+
<li>Several other small fixes (<a href="https://github.com/lsh123/xmlsec/commits/master">more details</a>).</li>
448+
</ul>
449+
</li>
450+
<br><li>April 16 2019<br>
443451
The <a href="download.html">XML Security Library 1.2.28</a> release includes the following changes:
444452
<ul>
445453
<li>Added BoringSSL support (chenbd).</li>
@@ -470,15 +478,6 @@ <h1>XML Security Library</h1>
470478
<li>Several other small fixes (<a href="https://github.com/lsh123/xmlsec/commits/master">more details</a>).</li>
471479
</ul>
472480
</li>
473-
<br><li>September 12 2017<br>
474-
The <a href="download.html">XML Security Library 1.2.25</a> release includes the following changes:
475-
<ul>
476-
<li>Removed OpenSSL 0.9.8 support and several previously deprecated functions.</li>
477-
<li>Added SHA224 support for xmlsec-nss (vmiklos).</li>
478-
<li>Added configurable default linefeed for xmltree module (pablogallardo).</li>
479-
<li>Several other small fixes (<a href="https://github.com/lsh123/xmlsec/commits/master">more details</a>).</li>
480-
</ul>
481-
</li>
482481
</ul>
483482
</td></tr></table></td>
484483
</tr></table></body>

docs/news.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,15 @@
420420
<h1>XML Security Library News</h1>
421421
</div>
422422
<ul>
423-
<li>April 16 2019<br>
423+
<li>October 15 2019<br>
424+
The <a href="download.html">XML Security Library 1.2.29</a> release includes the following changes:
425+
<ul>
426+
<li>Various build and tests fixes and improvements.</li>
427+
<li>Move remaining private header files away from xmlsec/include/ folder.</li>
428+
<li>Several other small fixes (<a href="https://github.com/lsh123/xmlsec/commits/master">more details</a>).</li>
429+
</ul>
430+
</li>
431+
<br><li>April 16 2019<br>
424432
The <a href="download.html">XML Security Library 1.2.28</a> release includes the following changes:
425433
<ul>
426434
<li>Added BoringSSL support (chenbd).</li>

man/xmlsec1-config.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
2-
.TH XMLSEC1-CONFIG "1" "April 2019" "xmlsec1-config 1.2.28" "User Commands"
2+
.TH XMLSEC1-CONFIG "1" "October 2019" "xmlsec1-config 1.2.29" "User Commands"
33
.SH NAME
44
xmlsec1-config \- detail installed version of xmlsec library
55
.SH SYNOPSIS

man/xmlsec1.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
2-
.TH XMLSEC1 "1" "April 2019" "xmlsec1 1.2.28 (openssl)" "User Commands"
2+
.TH XMLSEC1 "1" "October 2019" "xmlsec1 1.2.29 (openssl)" "User Commands"
33
.SH NAME
44
xmlsec1 \- sign, verify, encrypt and decrypt XML documents
55
.SH SYNOPSIS

0 commit comments

Comments
 (0)