[xmlsec] 1.2.18 release
- From: Aleksey Sanin <aleksey src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [xmlsec] 1.2.18 release
- Date: Wed, 11 May 2011 21:56:56 +0000 (UTC)
commit c707e778e54815294845a400e3e1206d3e8250f1
Author: Aleksey Sanin <aleksey aleksey com>
Date: Wed May 11 14:57:16 2011 -0700
1.2.18 release
ChangeLog | 6 ++++++
configure.in | 4 ++--
docs/api/sgml/version.sgml | 6 +++---
docs/api/xmlsec-version.html | 6 +++---
docs/download.html | 4 ++--
docs/index.html | 7 ++++++-
docs/news.html | 8 +++++++-
man/xmlsec1-config.1 | 2 +-
man/xmlsec1.1 | 2 +-
9 files changed, 31 insertions(+), 14 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 060f0a2..7941b6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-11 Aleksey Sanin <aleksey aleksey com>
+ * 1.2.18 release
+
+2011-05-01 Aleksey Sanin <aleksey aleksey com>
+ * Fixed crasher in 64 bit (reported by Roumen)
+
2011-03-31 Aleksey Sanin <aleksey aleksey com>
* 1.2.17 release
diff --git a/configure.in b/configure.in
index 7347a6e..ee2f3c4 100644
--- a/configure.in
+++ b/configure.in
@@ -1,10 +1,10 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([xmlsec1],[1.2.17],[http://www.aleksey.com/xmlsec])
+AC_INIT([xmlsec1],[1.2.18],[http://www.aleksey.com/xmlsec])
XMLSEC_PACKAGE=xmlsec1
XMLSEC_VERSION_MAJOR=1
XMLSEC_VERSION_MINOR=2
-XMLSEC_VERSION_SUBMINOR=17
+XMLSEC_VERSION_SUBMINOR=18
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/sgml/version.sgml b/docs/api/sgml/version.sgml
index e04eeac..8d961dd 100644
--- a/docs/api/sgml/version.sgml
+++ b/docs/api/sgml/version.sgml
@@ -33,7 +33,7 @@ Version macros.
<refsect2 id="XMLSEC-VERSION:CAPS" role="macro">
<title>XMLSEC_VERSION</title>
<indexterm zone="XMLSEC-VERSION:CAPS"><primary>XMLSEC_VERSION</primary></indexterm>
-<programlisting>#define XMLSEC_VERSION "1.2.17"
+<programlisting>#define XMLSEC_VERSION "1.2.18"
</programlisting>
<para>
The library version string in the format
@@ -58,7 +58,7 @@ The library minor version number.
<refsect2 id="XMLSEC-VERSION-SUBMINOR:CAPS" role="macro">
<title>XMLSEC_VERSION_SUBMINOR</title>
<indexterm zone="XMLSEC-VERSION-SUBMINOR:CAPS"><primary>XMLSEC_VERSION_SUBMINOR</primary></indexterm>
-<programlisting>#define XMLSEC_VERSION_SUBMINOR 17
+<programlisting>#define XMLSEC_VERSION_SUBMINOR 18
</programlisting>
<para>
The library sub-minor version number.
@@ -66,7 +66,7 @@ The library sub-minor version number.
<refsect2 id="XMLSEC-VERSION-INFO:CAPS" role="macro">
<title>XMLSEC_VERSION_INFO</title>
<indexterm zone="XMLSEC-VERSION-INFO:CAPS"><primary>XMLSEC_VERSION_INFO</primary></indexterm>
-<programlisting>#define XMLSEC_VERSION_INFO "3:17:2"
+<programlisting>#define XMLSEC_VERSION_INFO "3:18:2"
</programlisting>
<para>
The library version info string in the format
diff --git a/docs/api/xmlsec-version.html b/docs/api/xmlsec-version.html
index cdcddc7..db8c040 100644
--- a/docs/api/xmlsec-version.html
+++ b/docs/api/xmlsec-version.html
@@ -104,7 +104,7 @@
<a name="XMLSEC-VERSION.DETAILS"></a><h2>Details</h2>
<div class="REFSECT2">
<a name="XMLSEC-VERSION:CAPS"></a><h3>XMLSEC_VERSION</h3>
-<pre class="PROGRAMLISTING">#define XMLSEC_VERSION "1.2.17"</pre>
+<pre class="PROGRAMLISTING">#define XMLSEC_VERSION "1.2.18"</pre>
<p>The library version string in the format
"<major-number>.<minor-number>.<sub-minor-number>".</p>
</div>
@@ -123,13 +123,13 @@
<hr>
<div class="REFSECT2">
<a name="XMLSEC-VERSION-SUBMINOR:CAPS"></a><h3>XMLSEC_VERSION_SUBMINOR</h3>
-<pre class="PROGRAMLISTING">#define XMLSEC_VERSION_SUBMINOR 17</pre>
+<pre class="PROGRAMLISTING">#define XMLSEC_VERSION_SUBMINOR 18</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:17:2"</pre>
+<pre class="PROGRAMLISTING">#define XMLSEC_VERSION_INFO "3:18:2"</pre>
<p>The library version info string in the format
"<major-number>+<minor-number>:<sub-minor-number>:<minor-number>".</p>
</div>
diff --git a/docs/download.html b/docs/download.html
index c4e507c..4f3cff9 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -47,10 +47,10 @@
<h1>Download</h1>
</div>
<h2>Stable releases.</h2>
-<p>The latest stable XML Security Library version is <b>1.2.17</b>:</p>
+<p>The latest stable XML Security Library version is <b>1.2.18</b>:</p>
<ul>
<li>
- <a href="http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.17.tar.gz">Sources
+ <a href="http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.18.tar.gz">Sources
for latest version</a>.
</li>
<li>
diff --git a/docs/index.html b/docs/index.html
index 5781888..8c07d09 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -66,6 +66,10 @@ XML Security Library is released under the
see the Copyright file in the distribution for details.<br><br></p>
<p><b>News</b></p>
<ul>
+<li>May 11 2011<br>
+ The <a href="download.html">XML Security Library 1.2.18</a> release fixes
+ a serious crasher. All users are advised to upgraded as soon as possible.
+</li>
<li>March 31 2011<br>
Changes in <a href="download.html">XML Security Library 1.2.17</a> release:
<ul>
@@ -81,7 +85,8 @@ see the Copyright file in the distribution for details.<br><br></p>
DSA with SHA1, AES/DES KW support.</li>
<li>xmlsec-gnutls: Added X509 support and converted the library to use
xmlsec-gcrypt library for all crypto operations.</li>
- xmlsec-mscrypto: RSA/OAEP and AES/DES KW support.</li>
+ xmlsec-mscrypto: RSA/OAEP and AES/DES KW support.</ul>
+</li>
<li>Several minor bug fixes and code cleanups.</li>
</ul>
<li>April 29 2010<br>
diff --git a/docs/news.html b/docs/news.html
index ef9616f..7a95943 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -47,6 +47,11 @@
<h1>XML Security Library News</h1>
</div>
<ul>
+<li>May 11 2011<br>
+ The <a href="download.html">XML Security Library 1.2.18</a> release fixes
+ a serious crasher. All users are advised to upgraded as soon as possible.
+</li>
+
<li>March 31 2011<br>
Changes in <a href="download.html">XML Security Library 1.2.17</a> release:
<ul>
@@ -62,7 +67,8 @@
DSA with SHA1, AES/DES KW support.</li>
<li>xmlsec-gnutls: Added X509 support and converted the library to use
xmlsec-gcrypt library for all crypto operations.</li>
- xmlsec-mscrypto: RSA/OAEP and AES/DES KW support.</li>
+ xmlsec-mscrypto: RSA/OAEP and AES/DES KW support.</ul>
+</li>
<li>Several minor bug fixes and code cleanups.</li>
</ul>
<li>April 29 2010<br>
diff --git a/man/xmlsec1-config.1 b/man/xmlsec1-config.1
index b10767b..8e14e6c 100644
--- a/man/xmlsec1-config.1
+++ b/man/xmlsec1-config.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2.
-.TH XMLSEC1-CONFIG "1" "March 2011" "xmlsec1-config 1.2.17" "User Commands"
+.TH XMLSEC1-CONFIG "1" "May 2011" "xmlsec1-config 1.2.18" "User Commands"
.SH NAME
xmlsec1-config \- detail installed version of xmlsec library
.SH SYNOPSIS
diff --git a/man/xmlsec1.1 b/man/xmlsec1.1
index f9d4f49..d9414c1 100644
--- a/man/xmlsec1.1
+++ b/man/xmlsec1.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2.
-.TH XMLSEC1 "1" "March 2011" "xmlsec1 1.2.17 (openssl)" "User Commands"
+.TH XMLSEC1 "1" "May 2011" "xmlsec1 1.2.18 (openssl)" "User Commands"
.SH NAME
xmlsec1 \- sign, verify, encrypt and decrypt XML documents
.SH SYNOPSIS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]