[xmlsec] preparation for 1.2.13 release
- From: Aleksey Sanin <aleksey src gnome org>
- To: svn-commits-list gnome org
- Subject: [xmlsec] preparation for 1.2.13 release
- Date: Fri, 17 Jul 2009 17:34:53 +0000 (UTC)
commit fcf95d74f3b33c82e507304466986aa8a584a991
Author: Aleksey Sanin <aleksey aleksey com>
Date: Fri Jul 17 10:34:28 2009 -0700
preparation for 1.2.13 release
ChangeLog | 11 +++++++++++
configure.in | 2 +-
docs/api/sgml/version.sgml | 4 ++--
docs/api/xmlsec-version.html | 6 +++---
docs/download.html | 4 ++--
docs/index.html | 10 ++++++++++
docs/news.html | 9 +++++++++
include/xmlsec/version.h | 6 +++---
8 files changed, 41 insertions(+), 11 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 97c4a17..10976f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-07-17 Aleksey Sanin <aleksey aleksey com>
+ * preparation for 1.2.13 release
+
+2009-07-14 Aleksey Sanin <aleksey aleksey com>
+ * increase default min hmac size to 80 bits
+ * added support for --with-libxml-src and --with-libxslt-src
+ ./configure options
+
+2009-06-25 Aleksey Sanin <aleksey aleksey com>
+ * implemented c14n 1.1 transform + tests
+
2009-06-15 Aleksey Sanin <aleksey aleksey com>
* configure.in docs/download.html docs/index.html docs/news.html
include/xmlsec/version.h: preparation for new 1.2.12 release
diff --git a/configure.in b/configure.in
index 3e77e43..027a43e 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ AC_INIT([xmlsec1], 1.2.12, [http://www.aleksey.com/xmlsec])
XMLSEC_PACKAGE=xmlsec1
XMLSEC_VERSION_MAJOR=1
XMLSEC_VERSION_MINOR=2
-XMLSEC_VERSION_SUBMINOR=12
+XMLSEC_VERSION_SUBMINOR=13
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 84e29dc..be7ff33 100644
--- a/docs/api/sgml/version.sgml
+++ b/docs/api/sgml/version.sgml
@@ -42,7 +42,7 @@ Version macros.
<title>Details</title>
<refsect2>
<title><anchor id="XMLSEC-VERSION-CAPS">XMLSEC_VERSION</title>
-<indexterm><primary>XMLSEC_VERSION</primary></indexterm><programlisting>#define XMLSEC_VERSION "1.2.12"
+<indexterm><primary>XMLSEC_VERSION</primary></indexterm><programlisting>#define XMLSEC_VERSION "1.2.13"
</programlisting>
<para>
The library version string in the format
@@ -79,7 +79,7 @@ The library sub-minor version number.</para>
</para></refsect2>
<refsect2>
<title><anchor id="XMLSEC-VERSION-INFO-CAPS">XMLSEC_VERSION_INFO</title>
-<indexterm><primary>XMLSEC_VERSION_INFO</primary></indexterm><programlisting>#define XMLSEC_VERSION_INFO "3:12:2"
+<indexterm><primary>XMLSEC_VERSION_INFO</primary></indexterm><programlisting>#define XMLSEC_VERSION_INFO "3:13: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 b6813fc..231fcf7 100644
--- a/docs/api/xmlsec-version.html
+++ b/docs/api/xmlsec-version.html
@@ -108,7 +108,7 @@
<div class="REFSECT2">
<a name="AEN18053"></a><h3>
<a name="XMLSEC-VERSION-CAPS"></a>XMLSEC_VERSION</h3>
-<pre class="PROGRAMLISTING">#define XMLSEC_VERSION "1.2.12"</pre>
+<pre class="PROGRAMLISTING">#define XMLSEC_VERSION "1.2.13"</pre>
<p>The library version string in the format
"<major-number>.<minor-number>.<sub-minor-number>".</p>
<p></p>
@@ -133,7 +133,7 @@
<div class="REFSECT2">
<a name="AEN18077"></a><h3>
<a name="XMLSEC-VERSION-SUBMINOR-CAPS"></a>XMLSEC_VERSION_SUBMINOR</h3>
-<pre class="PROGRAMLISTING">#define XMLSEC_VERSION_SUBMINOR 12</pre>
+<pre class="PROGRAMLISTING">#define XMLSEC_VERSION_SUBMINOR 13</pre>
<p>The library sub-minor version number.</p>
<p></p>
</div>
@@ -141,7 +141,7 @@
<div class="REFSECT2">
<a name="AEN18085"></a><h3>
<a name="XMLSEC-VERSION-INFO-CAPS"></a>XMLSEC_VERSION_INFO</h3>
-<pre class="PROGRAMLISTING">#define XMLSEC_VERSION_INFO "3:12:2"</pre>
+<pre class="PROGRAMLISTING">#define XMLSEC_VERSION_INFO "3:13:2"</pre>
<p>The library version info string in the format
"<major-number>+<minor-number>:<sub-minor-number>:<minor-number>".</p>
<p></p>
diff --git a/docs/download.html b/docs/download.html
index 6ce4215..0952d89 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.12</b>:</p>
+<p>The latest stable XML Security Library version is <b>1.2.13</b>:</p>
<ul>
<li>
- <a href="http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.12.tar.gz">Sources
+ <a href="http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.13.tar.gz">Sources
for latest version</a>.
</li>
<li>
diff --git a/docs/index.html b/docs/index.html
index 72cbf06..2601643 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -72,6 +72,16 @@
see the Copyright file in the distribution for details.<br><br></p>
<p><b>News</b></p>
<ul>
+
+<li>August ??? 2009<br>
+ Changes in <a href="download.html">XML Security Library 1.2.13</a> release:
+ <ul>
+ <li>Implemented support for <a href="http://www.w3.org/TR/xml-c14n11/">C14N version 1.1</a></li>
+ <li>Increase default minimum hmac size to 80 bits</li>
+ <li>Added support for --with-libxml-src and --with-libxslt-src ./configure options</li>
+ </ul>
+</li>
+
<li>July 14 2009<br>
The new <a href="download.html">XML Security Library 1.2.12</a> release
includes the following changes (see ChangeLog for the complete list of changes):
diff --git a/docs/news.html b/docs/news.html
index babac64..fc324d1 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -47,6 +47,15 @@
<h1>XML Security Library News</h1>
</div>
<ul>
+<li>August ??? 2009<br>
+ Changes in <a href="download.html">XML Security Library 1.2.13</a> release:
+ <ul>
+ <li>Implemented support for <a href="http://www.w3.org/TR/xml-c14n11/">C14N version 1.1</a></li>
+ <li>Increase default minimum hmac size to 80 bits</li>
+ <li>Added support for --with-libxml-src and --with-libxslt-src ./configure options</li>
+ </ul>
+</li>
+
<li>July 14 2009<br>
The new <a href="download.html">XML Security Library 1.2.12</a> release
includes the following changes (see ChangeLog for the complete list of changes):
diff --git a/include/xmlsec/version.h b/include/xmlsec/version.h
index 535c6c9..db59a59 100644
--- a/include/xmlsec/version.h
+++ b/include/xmlsec/version.h
@@ -21,7 +21,7 @@ extern "C" {
* The library version string in the format
* "<major-number>.<minor-number>.<sub-minor-number>".
*/
-#define XMLSEC_VERSION "1.2.12"
+#define XMLSEC_VERSION "1.2.13"
/**
* XMLSEC_VERSION_MAJOR:
@@ -42,7 +42,7 @@ extern "C" {
*
* The library sub-minor version number.
*/
-#define XMLSEC_VERSION_SUBMINOR 12
+#define XMLSEC_VERSION_SUBMINOR 13
/**
* XMLSEC_VERSION_INFO:
@@ -50,7 +50,7 @@ extern "C" {
* The library version info string in the format
* "<major-number>+<minor-number>:<sub-minor-number>:<minor-number>".
*/
-#define XMLSEC_VERSION_INFO "3:12:2"
+#define XMLSEC_VERSION_INFO "3:13:2"
#ifdef __cplusplus
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]