summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Sanin <aleksey@src.gnome.org>2006-06-12 20:10:22 +0000
committerAleksey Sanin <aleksey@src.gnome.org>2006-06-12 20:10:22 +0000
commitd76cb664b5dfa55e5d92441b4063a12fdbc479a7 (patch)
treecdf642783be828724f327c4cede77cbc856625b2
parenta4f9fa42f19da0307020e702484c070992bca388 (diff)
downloadxmlsec1-d76cb664b5dfa55e5d92441b4063a12fdbc479a7.tar.gz
xmlsec1-d76cb664b5dfa55e5d92441b4063a12fdbc479a7.tar.bz2
xmlsec1-d76cb664b5dfa55e5d92441b4063a12fdbc479a7.zip
1.2.10 release preparationxmlsec-1_2_10
-rw-r--r--ChangeLog5
-rw-r--r--configure.in4
-rw-r--r--docs/authors.html1
-rw-r--r--docs/download.html4
-rw-r--r--docs/index.html15
-rw-r--r--docs/news.html15
-rw-r--r--include/xmlsec/version.h6
7 files changed, 42 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index affd910d..da6fe59e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
2006-06-12 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.10 release
+
+2006-06-12 Aleksey Sanin <aleksey@aleksey.com>
* xmlsec-config.in: lib64/ folder patch from Daniel
diff --git a/configure.in b/configure.in
index 5c2a8c3d..24f3ce35 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.9, [http://www.aleksey.com/xmlsec])
+AC_INIT([xmlsec1], 1.2.10, [http://www.aleksey.com/xmlsec])
XMLSEC_PACKAGE=xmlsec1
XMLSEC_VERSION_MAJOR=1
XMLSEC_VERSION_MINOR=2
-XMLSEC_VERSION_SUBMINOR=9
+XMLSEC_VERSION_SUBMINOR=10
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/authors.html b/docs/authors.html
index c65490a7..e7135e02 100644
--- a/docs/authors.html
+++ b/docs/authors.html
@@ -53,7 +53,6 @@
<li>Tej Arora &lt;tej-at-netscape-dot-com&gt; (<a href="http://www.aol.com">AOL, Inc.</a>)</li>
<li>Wouter Ketting &lt;wsh-at-xs4all-dot-nl&gt; (<a href="http://www.cordys.com">Cordys R&D BV</a>)</li>
<li>Dmitry Belyavsky &lt;beldmit-at-cryptocom-dot-ru&gt; (<a href="http://www.cryptocom.ru">Cryptocom LTD</a>)</li>
-
</ul>
</td></tr></table></td>
</tr></table></body>
diff --git a/docs/download.html b/docs/download.html
index 66878585..01c53d98 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.9</b>:</p>
+<p>The latest stable XML Security Library version is <b>1.2.10</b>:</p>
<ul>
<li>
- <a href="http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.9.tar.gz">Sources
+ <a href="http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.10.tar.gz">Sources
for latest version</a>
(<a href="ftp://ftp.xmlsoft.org/xmlsec/releases">XMLSoft.org</a> mirrors).
</li>
diff --git a/docs/index.html b/docs/index.html
index 2024bcc7..a72953cd 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -72,6 +72,21 @@
see the Copyright file in the distribution for details.<br><br></p>
<p><b>News</b></p>
<ul>
+<li>June 12 2006<br>
+ The new <a href="download.html">XML Security Library 1.2.10</a> release
+ includes the following changes:
+ <ul>
+ <li>GOST algorithms support (Dmitry Belyavsky)</li>
+ <li>Ability to disable system trusted certs in xmlsec-mscrypto
+ (Dmitry Belyavsky)</li>
+ <li>New functions for adding X509IssuerName and X509SerialNumber
+ nodes to the template (Dmitry Belyavsky)
+ <li>Better packaging support for Fedora and Debian (Daniel Veillard, John Belmonte)</li>
+ <li>Cleanups from Coverity tool reports</li>
+ <li>Bug fixes</li>
+ </ul>
+</li>
+<br>
<li>July 12 2005<br>
The new <a href="download.html">XML Security Library 1.2.9</a> release
includes few bug fixes and adds support for the recently released
diff --git a/docs/news.html b/docs/news.html
index dd9525f0..9cb924d8 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -47,6 +47,21 @@
<h1>XML Security Library News</h1>
</div>
<ul>
+<li>June 12 2006<br>
+ The new <a href="download.html">XML Security Library 1.2.10</a> release
+ includes the following changes:
+ <ul>
+ <li>GOST algorithms support (Dmitry Belyavsky)</li>
+ <li>Ability to disable system trusted certs in xmlsec-mscrypto
+ (Dmitry Belyavsky)</li>
+ <li>New functions for adding X509IssuerName and X509SerialNumber
+ nodes to the template (Dmitry Belyavsky)
+ <li>Better packaging support for Fedora and Debian (Daniel Veillard, John Belmonte)</li>
+ <li>Cleanups from Coverity tool reports</li>
+ <li>Bug fixes</li>
+ </ul>
+</li>
+<br>
<li>July 12 2005<br>
The new <a href="download.html">XML Security Library 1.2.9</a> release
includes few bug fixes and adds support for the recently released
diff --git a/include/xmlsec/version.h b/include/xmlsec/version.h
index cbb9b9f7..7be99fcc 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.9"
+#define XMLSEC_VERSION "1.2.10"
/**
* XMLSEC_VERSION_MAJOR:
@@ -42,7 +42,7 @@ extern "C" {
*
* The library sub-minor version number.
*/
-#define XMLSEC_VERSION_SUBMINOR 9
+#define XMLSEC_VERSION_SUBMINOR 10
/**
* 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:9:2"
+#define XMLSEC_VERSION_INFO "3:10:2"
#ifdef __cplusplus