[xmlsec] preparation for 1.2.19 release
- From: Aleksey Sanin <aleksey src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [xmlsec] preparation for 1.2.19 release
- Date: Sun, 24 Mar 2013 21:15:38 +0000 (UTC)
commit b6479dfc6d6e7f8749cefb77d6030377fd0be26d
Author: Aleksey Sanin <aleksey aleksey com>
Date: Sun Mar 24 21:12:15 2013 +0000
preparation for 1.2.19 release
ChangeLog | 6 ++++++
configure.in | 4 ++--
docs/download.html | 4 ++--
docs/index.html | 37 +++++++++----------------------------
docs/news.html | 26 ++++++++++++++++++--------
5 files changed, 37 insertions(+), 40 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 388be65..5789143 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-03-24 Aleksey Sanin <aleksey aleksey com>
+ * 1.2.19 release
+
+2013-01-18 Aleksey Sanin <aleksey aleksey com>
+ * Added support for DSA-SHA256, ECDSA-SHA1, ECDSA-SHA224, ECDSA-SHA256, ECDSA-SHA384, ECDSA-SHA512
(Mak Kolybabi)
+
2011-09-06 Aleksey Sanin <aleksey aleksey com>
* GOST support for xmlsec-openssl (patch from Dmitry Belyavsky)
diff --git a/configure.in b/configure.in
index 07e1da4..1b46a92 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.18],[http://www.aleksey.com/xmlsec])
+AC_INIT([xmlsec1],[1.2.19],[http://www.aleksey.com/xmlsec])
XMLSEC_PACKAGE=xmlsec1
XMLSEC_VERSION_MAJOR=1
XMLSEC_VERSION_MINOR=2
-XMLSEC_VERSION_SUBMINOR=18
+XMLSEC_VERSION_SUBMINOR=19
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 4f3cff9..6598cbf 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.18</b>:</p>
+<p>The latest stable XML Security Library version is <b>1.2.19</b>:</p>
<ul>
<li>
- <a href="http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.18.tar.gz">Sources
+ <a href="http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.19.tar.gz">Sources
for latest version</a>.
</li>
<li>
diff --git a/docs/index.html b/docs/index.html
index 8c07d09..5a919d0 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -66,44 +66,25 @@ 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>March 24 2013<br>
+ The <a href="download.html">XML Security Library 1.2.19</a> release adds support for DSA-SHA256,
ECDSA-SHA1,
+ ECDSA-SHA224, ECDSA-SHA256, ECDSA-SHA384, ECDSA-SHA512 and fixes a number of miscellaneous bugs.
+</li>
+
<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>
-<li>Fixed security issue with libxslt (CVE-2011-1425, reported by Nicolas Gregoire).</li>
+ <li>Fixed security issue with libxslt (CVE-2011-1425, reported by Nicolas Gregoire).</li>
<li>Fixed a number of build configuration problems, pkcs12 file loading, and gcrypt
init/shutdown.</li>
</ul>
</li>
-<li>May 26 2010<br>
- Changes in <a href="download.html">XML Security Library 1.2.16</a> release:
- <ul>
-<li>New xmlsec-gcrypt library.</li>
- <li>xmlsec-gcrypt: Added RSA with SHA1/SHA256/SHA384/SHA512/MD5/RIPEMD160,
- 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.</ul>
-</li>
- <li>Several minor bug fixes and code cleanups.</li>
- </ul>
-<li>April 29 2010<br>
- Changes in <a href="download.html">XML Security Library 1.2.15</a> release:
- <ul>
-<li>xmlsec-mscrypto: Added HMAC with MD5, SHA1, SHA256/384/512;
- RSA with MD5, SHA256/384/512 support.</li>
- <li>xmlsec-mscrypto: Converted to Unicode (the non-Unicode builds are still available as compile time
option).</li>
- <li>xmlsec-nss: Added MD5 and SHA256/384/512 support for digest, HMAC
- and RSA (the new minimum required version for NSS library is 3.9).</li>
- <li>xmlsec-gnutls: Added SHA256/384/512 for digest and HMAC;
- MD5 and RIPEMD160 digests support (the new minimum required version for
- GnuTLS library is 2.8.0).</li>
- <li>Fixed typo: "Copyrigth" should be "Copyright".</li>
- <li>Several critical bug fixes and code cleanups.</li>
- </ul>
-</li>
+</ul>
</td></tr></table></td>
</tr></table></body>
</html>
diff --git a/docs/news.html b/docs/news.html
index 7a95943..63eafb1 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -47,6 +47,11 @@
<h1>XML Security Library News</h1>
</div>
<ul>
+<li>March 24 2013<br>
+ The <a href="download.html">XML Security Library 1.2.19</a> release adds support for DSA-SHA256,
ECDSA-SHA1,
+ ECDSA-SHA224, ECDSA-SHA256, ECDSA-SHA384, ECDSA-SHA512 and fixes a number of miscellaneous bugs.
+</li>
+
<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.
@@ -55,26 +60,28 @@
<li>March 31 2011<br>
Changes in <a href="download.html">XML Security Library 1.2.17</a> release:
<ul>
-<li>Fixed security issue with libxslt (CVE-2011-1425, reported by Nicolas Gregoire).</li>
+ <li>Fixed security issue with libxslt (CVE-2011-1425, reported by Nicolas Gregoire).</li>
<li>Fixed a number of build configuration problems, pkcs12 file loading, and gcrypt
init/shutdown.</li>
</ul>
</li>
+
<li>May 26 2010<br>
Changes in <a href="download.html">XML Security Library 1.2.16</a> release:
<ul>
-<li>New xmlsec-gcrypt library.</li>
+ <li>New xmlsec-gcrypt library.</li>
<li>xmlsec-gcrypt: Added RSA with SHA1/SHA256/SHA384/SHA512/MD5/RIPEMD160,
- DSA with SHA1, AES/DES KW support.</li>
+ 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.</ul>
-</li>
+ xmlsec-gcrypt library for all crypto operations.</li>
+ <li>xmlsec-mscrypto: RSA/OAEP and AES/DES KW support.</li>
<li>Several minor bug fixes and code cleanups.</li>
</ul>
+</li>
+
<li>April 29 2010<br>
Changes in <a href="download.html">XML Security Library 1.2.15</a> release:
<ul>
-<li>xmlsec-mscrypto: Added HMAC with MD5, SHA1, SHA256/384/512;
+ <li>xmlsec-mscrypto: Added HMAC with MD5, SHA1, SHA256/384/512;
RSA with MD5, SHA256/384/512 support.</li>
<li>xmlsec-mscrypto: Converted to Unicode (the non-Unicode builds are still available as compile time
option).</li>
<li>xmlsec-nss: Added MD5 and SHA256/384/512 support for digest, HMAC
@@ -86,10 +93,11 @@
<li>Several critical bug fixes and code cleanups.</li>
</ul>
</li>
+
<li>December 5 2009<br>
Changes in <a href="download.html">XML Security Library 1.2.14</a> release:
<ul>
-<li>XMLSec library is switched from built-in LTDL library to the system
+ <li>XMLSec library is switched from built-in LTDL library to the system
LTDL library on Linux/Unix and native calls on Windows to fix
<a href="https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2009-3736">security
issue</a> in LTDL.</li>
@@ -97,6 +105,7 @@
for complete list).</li>
</ul>
</li>
+
<li>September 12 2009<br>
Changes in <a href="download.html">XML Security Library 1.2.13</a> release:
<ul>
@@ -540,6 +549,7 @@
and available for download! Please try it out and send
me your comments/suggestions.
</li>
+</ul>
</td></tr></table></td>
</tr></table></body>
</html>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]