summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Sanin <aleksey@src.gnome.org>2003-10-14 02:48:29 +0000
committerAleksey Sanin <aleksey@src.gnome.org>2003-10-14 02:48:29 +0000
commitbc79eba8059582c76b79c3b70a3b8a9203a27951 (patch)
tree8e2462fb754e0864e5500c1f2d53b5756c9c32d3
parentd01905819fefb9a740778ba368b666bbb8eee393 (diff)
downloadxmlsec1-bc79eba8059582c76b79c3b70a3b8a9203a27951.tar.gz
xmlsec1-bc79eba8059582c76b79c3b70a3b8a9203a27951.tar.bz2
xmlsec1-bc79eba8059582c76b79c3b70a3b8a9203a27951.zip
preparation for new 1.2.1 releasexmlsec-1_2_1
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
-rw-r--r--docs/download.html4
-rw-r--r--docs/index.html13
-rw-r--r--docs/news.html13
-rw-r--r--include/xmlsec/version.h6
6 files changed, 35 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 21dfcce9..a9a3a8c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Oct 13 19:43:52 2003 Aleksey Sanin <aleksey@aleksey.com>
+
+ * configure.in docs/download.html docs/index.html docs/news.html
+ include/xmlsec/version.h: new 1.2.1 release
+
Mon Oct 13 19:29:55 2003 Aleksey Sanin <aleksey@aleksey.com>
* configure.in docs/Makefile.am: added support for XMLSEC_DOCDIR
diff --git a/configure.in b/configure.in
index 8d78c8c0..c6c85af5 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@ AC_CANONICAL_HOST
XMLSEC_PACKAGE=xmlsec1
XMLSEC_VERSION_MAJOR=1
XMLSEC_VERSION_MINOR=2
-XMLSEC_VERSION_SUBMINOR=0
+XMLSEC_VERSION_SUBMINOR=1
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/download.html b/docs/download.html
index dcd0accf..a4011e9b 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.0</b>:</p>
+<p>The latest stable XML Security Library version is <b>1.2.1</b>:</p>
<ul>
<li>
- <a href="http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.0.tar.gz">Sources for latest version</a>
+ <a href="http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.1.tar.gz">Sources for latest version</a>
(<a href="ftp://ftp.xmlsoft.org/xmlsec/releases">XMLSoft.org</a> and
<a href="ftp://ftp.rpmfind.net/pub/XML/xmlsec/releases">RPMFind.net</a>
mirrors).
diff --git a/docs/index.html b/docs/index.html
index 10f04138..5e5fd919 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -73,7 +73,18 @@
</p>
<p><b>News</b></p>
<ul>
-<li>September 30 2003<br>
+<li>October 14 2003<br>
+ The new <a href="download.html">XML Security Library 1.2.1</a>
+ release includes a special "hack" for supporting ID attributes
+ with invalid values in Visa 3D; fixed processing of root element
+ node siblings (bug #124245); template functions for creating
+ &lt;enc:KeyReference/&gt; and &lt;enc:DataReference/&gt
+ nodes (Wouter); new "XMLSEC_DOCDIR" environment variable
+ for ./configure script; updated README files for xmlsec-crypto
+ libraries.
+</li>
+
+<br><li>September 30 2003<br>
The major change in the new <a href="download.html">XML Security Library 1.2.0</a>
release is the MS Crypto API support implemented by Wouter. Other changes
include loading public keys from certificates and improved namespaces
diff --git a/docs/news.html b/docs/news.html
index 9233d396..bf771bf5 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -47,7 +47,18 @@
<h1>XML Security Library News</h1>
</div>
<ul>
-<li>September 30 2003<br>
+<li>October 14 2003<br>
+ The new <a href="download.html">XML Security Library 1.2.1</a>
+ release includes a special "hack" for supporting ID attributes
+ with invalid values in Visa 3D; fixed processing of root element
+ node siblings (bug #124245); template functions for creating
+ &lt;enc:KeyReference/&gt; and &lt;enc:DataReference/&gt
+ nodes (Wouter); new "XMLSEC_DOCDIR" environment variable
+ for ./configure script; updated README files for xmlsec-crypto
+ libraries.
+</li>
+
+<br><li>September 30 2003<br>
The major change in the new <a href="download.html">XML Security Library 1.2.0</a>
release is the MS Crypto API support implemented by Wouter. Other changes
include loading public keys from certificates and improved namespaces
diff --git a/include/xmlsec/version.h b/include/xmlsec/version.h
index 4c4d1219..5cec162a 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.0"
+#define XMLSEC_VERSION "1.2.1"
/**
* XMLSEC_VERSION_MAJOR:
@@ -42,7 +42,7 @@ extern "C" {
*
* The library sub-minor version number.
*/
-#define XMLSEC_VERSION_SUBMINOR 0
+#define XMLSEC_VERSION_SUBMINOR 1
/**
* 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:0:2"
+#define XMLSEC_VERSION_INFO "3:1:2"
#ifdef __cplusplus