Skip to content

Commit

Permalink
Prepare for 1.2.41 release (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsh123 authored Jul 18, 2024
1 parent f15b0cb commit fa0590e
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 14 deletions.
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.40],[http://www.aleksey.com/xmlsec])
AC_INIT([xmlsec1],[1.2.41],[http://www.aleksey.com/xmlsec])

XMLSEC_PACKAGE=xmlsec1
XMLSEC_VERSION_MAJOR=1
XMLSEC_VERSION_MINOR=2
XMLSEC_VERSION_SUBMINOR=40
XMLSEC_VERSION_SUBMINOR=41
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.40"
<pre class="programlisting">#define XMLSEC_VERSION "1.2.41"
</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 40
<pre class="programlisting">#define XMLSEC_VERSION_SUBMINOR 41
</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:40:2"
<pre class="programlisting">#define XMLSEC_VERSION_INFO "3:41:2"
</pre>
<p>The library version info string in the format
"$major_number+$minor_number:$sub_minor_number:$minor_number".</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1>Download</h1>
<h2>Stable releases.</h2>
<ul>
<li>
<a href="http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.40.tar.gz">Sources for latest version</a>.</li>
<a href="http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.41.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
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ <h1>XML Security Library</h1>
<p><b>News</b></p>
<ul>
<li>
TBD<br>
The <a href="download.html">XML Security Library 1.2.41</a> release includes the following changes:
July 19 2024<br>
The legacy <a href="download.html">XML Security Library 1.2.41</a> release includes the following changes:
<ul>
<li>(xmlsec-mscng,xmlsec-mscrypto) Improved certificates verification.</li>
<li>(xmlsec-gnutls) Added support for self-signed certificates.</li>
Expand All @@ -80,7 +80,7 @@ <h1>XML Security Library</h1>

<li>
July 11 2024<br>
The <a href="download.html">XML Security Library 1.2.40</a> release includes the following changes:
The legacy a href="download.html">XML Security Library 1.2.40</a> release includes the following changes:
<ul>
<li>(xmlsec-core) Fixed functions deprecated in LibXML2 2.13.1 (including disabling HTTP support by default).</li>
<li>(xmlsec-nss) Increased keys size in all tests to support NSS 3.101.</li>
Expand All @@ -91,7 +91,7 @@ <h1>XML Security Library</h1>
<br>
<li>
December 12 2023<br>
The <a href="download.html">XML Security Library 1.2.39</a> release includes the following changes:
The legacy <a href="download.html">XML Security Library 1.2.39</a> release includes the following changes:
<ul>
<li>Added options to enable/disable local files, HTTP, and FTP support. FTP is disabled by default.</li>
<li>Several other small fixes (<a href="https://github.com/lsh123/xmlsec/commits/xmlsec-1_2_x">more details</a>).</li>
Expand Down
15 changes: 13 additions & 2 deletions docs/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,19 @@
<h1>XML Security Library News</h1>
</div>
<ul>
<li>
July 19 2024<br>
The legacy <a href="download.html">XML Security Library 1.2.41</a> release includes the following changes:
<ul>
<li>(xmlsec-mscng,xmlsec-mscrypto) Improved certificates verification.</li>
<li>(xmlsec-gnutls) Added support for self-signed certificates.</li>
<li>Several other small fixes (see <a href="https://github.com/lsh123/xmlsec/commits/master">more details</a>).</li>
</ul>
</li>
<br>

<li>July 11 2024<br>
The <a href="download.html">XML Security Library 1.2.40</a> release includes the following changes:
The legacy <a href="download.html">XML Security Library 1.2.40</a> release includes the following changes:
<ul>
<li>(xmlsec-core) Fixed functions deprecated in LibXML2 2.13.1 (including disabling HTTP support by default).</li>
<li>(xmlsec-nss) Increased keys size in all tests to support NSS 3.101.</li>
Expand All @@ -59,7 +70,7 @@ <h1>XML Security Library News</h1>
</li>
<br>
<li>December 12 2023<br>
The <a href="download.html">XML Security Library 1.2.39</a> release includes the following changes:
The legacy <a href="download.html">XML Security Library 1.2.39</a> release includes the following changes:
<ul>
<li>Added options to enable/disable local files, HTTP, and FTP support. FTP is disabled by default.</li>
<li>Several other small fixes (<a href="https://github.com/lsh123/xmlsec/commits/xmlsec-1_2_x">more details</a>).</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.49.3.
.TH XMLSEC1-CONFIG "1" "July 2024" "xmlsec1-config 1.2.40" "User Commands"
.TH XMLSEC1-CONFIG "1" "July 2024" "xmlsec1-config 1.2.41" "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.49.3.
.TH XMLSEC1 "1" "July 2024" "xmlsec1 1.2.40 (openssl)" "User Commands"
.TH XMLSEC1 "1" "July 2024" "xmlsec1 1.2.41 (openssl)" "User Commands"
.SH NAME
xmlsec1 \- sign, verify, encrypt and decrypt XML documents
.SH SYNOPSIS
Expand Down

0 comments on commit fa0590e

Please sign in to comment.