diff options
author | Aleksey Sanin <aleksey@src.gnome.org> | 2003-07-14 18:12:46 +0000 |
---|---|---|
committer | Aleksey Sanin <aleksey@src.gnome.org> | 2003-07-14 18:12:46 +0000 |
commit | 9bb5febb58c8c3c357589685aeaaf3bef1c0e6ea (patch) | |
tree | 6771ac382da1e359dfa34ecaa4b3d4b68e290f96 | |
parent | 865ddc201000efcf2aa6e5dcfb6e1562a85be238 (diff) | |
download | xmlsec1-9bb5febb58c8c3c357589685aeaaf3bef1c0e6ea.tar.gz xmlsec1-9bb5febb58c8c3c357589685aeaaf3bef1c0e6ea.tar.bz2 xmlsec1-9bb5febb58c8c3c357589685aeaaf3bef1c0e6ea.zip |
preparation for 1.0.4 release
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | docs/api/sgml/version.sgml | 6 | ||||
-rw-r--r-- | docs/api/xmlsec-notes-encrypt.html | 2 | ||||
-rw-r--r-- | docs/api/xmlsec-notes-sign.html | 2 | ||||
-rw-r--r-- | docs/api/xmlsec-version.html | 6 | ||||
-rw-r--r-- | docs/download.html | 4 | ||||
-rwxr-xr-x | docs/extra/xmlsec_oscon_2003.ppt | bin | 840192 -> 474624 bytes | |||
-rw-r--r-- | docs/index.html | 13 | ||||
-rw-r--r-- | docs/news.html | 13 | ||||
-rw-r--r-- | docs/xmlsec-man.html | 6 | ||||
-rw-r--r-- | include/xmlsec/version.h | 6 | ||||
-rw-r--r-- | man/xmlsec1-config.1 | 4 | ||||
-rw-r--r-- | man/xmlsec1.1 | 4 |
14 files changed, 56 insertions, 24 deletions
@@ -1,3 +1,13 @@ +Mon Jul 14 11:06:16 2003 Aleksey Sanin <aleksey@aleksey.com> + + * configure.in docs/api/sgml/version.sgml docs/download.html + docs/api/xmlsec-version.html docs/index.html docs/news.html + docs/xmlsec-man.html include/xmlsec/version.h man/xmlsec1-config.1 + man/xmlsec1.1: preparation for 1.0.4 release + * docs/api/xmlsec-notes-encrypt.html docs/api/xmlsec-notes-sign.html: + fixed a mistype + * docs/extra/xmlsec_oscon_2003.ppt: minor update + Fri Jul 11 13:33:28 2003 Aleksey Sanin <aleksey@aleksey.com> * Makefile.am: fixed builddir != sourcedir one more time (use abs_top_* diff --git a/configure.in b/configure.in index 29951631..5fcfb385 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_CANONICAL_HOST XMLSEC_PACKAGE=xmlsec1 XMLSEC_VERSION_MAJOR=1 XMLSEC_VERSION_MINOR=0 -XMLSEC_VERSION_SUBMINOR=3 +XMLSEC_VERSION_SUBMINOR=4 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'` @@ -411,7 +411,7 @@ dnl ========================================================================== NSS_WITHOUT="no" NSS_MIN_VERSION="3.2" -MOZILLA_MIN_VERSION="1.2" +MOZILLA_MIN_VERSION="1.4" NSS_VERSION="" NSS_CFLAGS="-DXMLSEC_CRYPTO=\\\"nss\\\" -DXMLSEC_CRYPTO_NSS=1" NSS_LIBS="" diff --git a/docs/api/sgml/version.sgml b/docs/api/sgml/version.sgml index f3d69c5e..df0540a1 100644 --- a/docs/api/sgml/version.sgml +++ b/docs/api/sgml/version.sgml @@ -40,7 +40,7 @@ <title>Details</title> <refsect2> <title><anchor id="XMLSEC-VERSION-CAPS">XMLSEC_VERSION</title> -<programlisting>#define XMLSEC_VERSION "1.0.3" +<programlisting>#define XMLSEC_VERSION "1.0.4" </programlisting> <para> The library version string in the format @@ -77,7 +77,7 @@ The library minor version number.</para> </para></refsect2> <refsect2> <title><anchor id="XMLSEC-VERSION-SUBMINOR-CAPS">XMLSEC_VERSION_SUBMINOR</title> -<programlisting>#define XMLSEC_VERSION_SUBMINOR 3 +<programlisting>#define XMLSEC_VERSION_SUBMINOR 4 </programlisting> <para> The library sub-minor version number.</para> @@ -86,7 +86,7 @@ The library sub-minor version number.</para> </para></refsect2> <refsect2> <title><anchor id="XMLSEC-VERSION-INFO-CAPS">XMLSEC_VERSION_INFO</title> -<programlisting>#define XMLSEC_VERSION_INFO "1:3:0" +<programlisting>#define XMLSEC_VERSION_INFO "1:4:0" </programlisting> <para> The library version info string in the format diff --git a/docs/api/xmlsec-notes-encrypt.html b/docs/api/xmlsec-notes-encrypt.html index 61764737..92124525 100644 --- a/docs/api/xmlsec-notes-encrypt.html +++ b/docs/api/xmlsec-notes-encrypt.html @@ -75,7 +75,7 @@ functions. </p></li> <li><p> Load encryption key in <a href="xmlsec-keysmngr.html#XMLSECKEYSMNGR">keys manager</a> - or generate a sesison key and set it in the encryption context + or generate a session key and set it in the encryption context (<tt class="STRUCTFIELD"><i>encKey</i></tt> member of <a href="xmlsec-xmlenc.html#XMLSECENCCTX">xmlSecEncCtx</a> structure). </p></li> diff --git a/docs/api/xmlsec-notes-sign.html b/docs/api/xmlsec-notes-sign.html index 2cc9e3f9..4e8b03c2 100644 --- a/docs/api/xmlsec-notes-sign.html +++ b/docs/api/xmlsec-notes-sign.html @@ -76,7 +76,7 @@ functions. </p></li> <li><p> Load signature key in <a href="xmlsec-keysmngr.html#XMLSECKEYSMNGR">keys manager</a> - or generate a sesison key and set it in the signature context + or generate a session key and set it in the signature context (<tt class="STRUCTFIELD"><i>signKey</i></tt> member of <a href="xmlsec-xmldsig.html#XMLSECDSIGCTX">xmlSecDSigCtx</a> structure). </p></li> diff --git a/docs/api/xmlsec-version.html b/docs/api/xmlsec-version.html index fe622306..084a2a83 100644 --- a/docs/api/xmlsec-version.html +++ b/docs/api/xmlsec-version.html @@ -81,7 +81,7 @@ <div class="REFSECT2"> <a name="AEN12539"></a><h3> <a name="XMLSEC-VERSION-CAPS"></a>XMLSEC_VERSION</h3> -<table border="0" bgcolor="#D6E8FF" width="100%" cellpadding="6"><tr><td><pre class="PROGRAMLISTING">#define XMLSEC_VERSION "1.0.3"</pre></td></tr></table> +<table border="0" bgcolor="#D6E8FF" width="100%" cellpadding="6"><tr><td><pre class="PROGRAMLISTING">#define XMLSEC_VERSION "1.0.4"</pre></td></tr></table> <p>The library version string in the format "<major-number>.<minor-number>.<sub-minor-number>".</p> <p></p> @@ -114,7 +114,7 @@ <div class="REFSECT2"> <a name="AEN12563"></a><h3> <a name="XMLSEC-VERSION-SUBMINOR-CAPS"></a>XMLSEC_VERSION_SUBMINOR</h3> -<table border="0" bgcolor="#D6E8FF" width="100%" cellpadding="6"><tr><td><pre class="PROGRAMLISTING">#define XMLSEC_VERSION_SUBMINOR 3</pre></td></tr></table> +<table border="0" bgcolor="#D6E8FF" width="100%" cellpadding="6"><tr><td><pre class="PROGRAMLISTING">#define XMLSEC_VERSION_SUBMINOR 4</pre></td></tr></table> <p>The library sub-minor version number.</p> <p></p> </div> @@ -122,7 +122,7 @@ <div class="REFSECT2"> <a name="AEN12569"></a><h3> <a name="XMLSEC-VERSION-INFO-CAPS"></a>XMLSEC_VERSION_INFO</h3> -<table border="0" bgcolor="#D6E8FF" width="100%" cellpadding="6"><tr><td><pre class="PROGRAMLISTING">#define XMLSEC_VERSION_INFO "1:3:0"</pre></td></tr></table> +<table border="0" bgcolor="#D6E8FF" width="100%" cellpadding="6"><tr><td><pre class="PROGRAMLISTING">#define XMLSEC_VERSION_INFO "1:4:0"</pre></td></tr></table> <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 f114d140..b69f320a 100644 --- a/docs/download.html +++ b/docs/download.html @@ -46,10 +46,10 @@ <h1>Download</h1> </div> <h2>Stable releases.</h2> -<p>The latest stable XML Security Library version is <b>1.0.3</b>:</p> +<p>The latest stable XML Security Library version is <b>1.0.4</b>:</p> <ul> <li> - <a href="http://www.aleksey.com/xmlsec/download/xmlsec1-1.0.3.tar.gz">Sources for latest version</a> + <a href="http://www.aleksey.com/xmlsec/download/xmlsec1-1.0.4.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/extra/xmlsec_oscon_2003.ppt b/docs/extra/xmlsec_oscon_2003.ppt Binary files differindex 869e40ec..e0af7618 100755 --- a/docs/extra/xmlsec_oscon_2003.ppt +++ b/docs/extra/xmlsec_oscon_2003.ppt diff --git a/docs/index.html b/docs/index.html index 9128b79d..03009cd1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -72,7 +72,18 @@ </p> <p><b>News</b></p> <ul> -<li>June 17 2003<br> +<li>July 15 2003<br> + There were several minor patches during last month and it's time to do + a new <a href="download.html">XML Security Library 1.0.4</a> + release to pick up them: x509 certificates names comparison function + now supports multiple entries woth the same object name (Roumen); + multiple build fixes; documentation mistypes fixes.</br> + Also I gave an XML Security presentation at + <a href="http://oreillynet.com/oscon2003/">OSCON 2003</a> last week. + You can download slides <a href="http://www.aleksey.com/xmlsec/extra/xmlsec_oscon_2003.ppt">here</a>. +</li> + +<br><li>June 17 2003<br> The <a href="download.html">XML Security Library 1.0.3</a> release adds PKCS#8 support for xmlsec-openssl (Tej) and fixes several configuration and portability problems. diff --git a/docs/news.html b/docs/news.html index d7488dec..50c33319 100644 --- a/docs/news.html +++ b/docs/news.html @@ -46,7 +46,18 @@ <h1>XML Security Library News</h1> </div> <ul> -<li>June 17 2003<br> +<li>July 15 2003<br> + There were several minor patches during last month and it's time to do + a new <a href="download.html">XML Security Library 1.0.4</a> + release to pick up them: x509 certificates names comparison function + now supports multiple entries woth the same object name (Roumen); + multiple build fixes; documentation mistypes fixes.<br> + Also I gave an XML Security presentation at + <a href="http://oreillynet.com/oscon2003/">OSCON 2003</a> last week. + You can download slides <a href="http://www.aleksey.com/xmlsec/extra/xmlsec_oscon_2003.ppt">here</a>. +</li> + +<br><li>June 17 2003<br> The <a href="download.html">XML Security Library 1.0.3</a> release adds PKCS#8 support for xmlsec-openssl (Tej) and fixes several configuration and portability problems. diff --git a/docs/xmlsec-man.html b/docs/xmlsec-man.html index 8d603794..5826b8bf 100644 --- a/docs/xmlsec-man.html +++ b/docs/xmlsec-man.html @@ -43,11 +43,11 @@ <td valign="top"><table width="100%" valign="top"> <tr><td valign="top" align="left" id="xmlsecContent"> <h1>XMLSEC1</h1> -<p> Section: User Commands (1)<br>Updated: June 2003<br><a href="#index">Index</a> <a href="http://localhost/cgi-bin/man/man2html">Return to Main Contents</a> +<p> Section: User Commands (1)<br>Updated: July 2003<br><a href="#index">Index</a> <a href="http://localhost/cgi-bin/man/man2html">Return to Main Contents</a> </p> <hr> <a name="lbAB"> </a><h2>NAME</h2> -<p> xmlsec1 - manual page for xmlsec1 1.0.3 (openssl) <a name="lbAC"> </a> </p> +<p> xmlsec1 - manual page for xmlsec1 1.0.4 (openssl) <a name="lbAC"> </a> </p> <h2>SYNOPSIS</h2> <b>xmlsec</b><i><command> </i><p>[<i><options></i>] [<i><file></i>] <a name="lbAD"> </a> </p> <h2>DESCRIPTION</h2> @@ -281,7 +281,7 @@ <dd> </dd> </dl> <hr> -<p> This document was created by <a href="http://localhost/cgi-bin/man/man2html">man2html</a>, using the manual pages.<br> Time: 17:35:54 GMT, June 16, 2003 </p> +<p> This document was created by <a href="http://localhost/cgi-bin/man/man2html">man2html</a>, using the manual pages.<br> Time: 17:41:31 GMT, July 14, 2003 </p> </td></tr> <tr><td> <br><br><p><a href="bugs.html">Aleksey Sanin</a></p> diff --git a/include/xmlsec/version.h b/include/xmlsec/version.h index ad06b460..a3fdf000 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.0.3" +#define XMLSEC_VERSION "1.0.4" /** * XMLSEC_PACKAGE: @@ -49,7 +49,7 @@ extern "C" { * * The library sub-minor version number. */ -#define XMLSEC_VERSION_SUBMINOR 3 +#define XMLSEC_VERSION_SUBMINOR 4 /** * XMLSEC_VERSION_INFO: @@ -57,7 +57,7 @@ extern "C" { * The library version info string in the format * "<major-number>+<minor-number>:<sub-minor-number>:<minor-number>". */ -#define XMLSEC_VERSION_INFO "1:3:0" +#define XMLSEC_VERSION_INFO "1:4:0" #ifdef __cplusplus diff --git a/man/xmlsec1-config.1 b/man/xmlsec1-config.1 index 1d671edb..22d77750 100644 --- a/man/xmlsec1-config.1 +++ b/man/xmlsec1-config.1 @@ -1,7 +1,7 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29. -.TH XMLSEC1-CONFIG "1" "June 2003" "xmlsec1-config 1.0.3" "User Commands" +.TH XMLSEC1-CONFIG "1" "July 2003" "xmlsec1-config 1.0.4" "User Commands" .SH NAME -xmlsec1-config \- manual page for xmlsec1-config 1.0.3 +xmlsec1-config \- manual page for xmlsec1-config 1.0.4 .SH SYNOPSIS .B xmlsec1-config [\fIOPTION\fR]... diff --git a/man/xmlsec1.1 b/man/xmlsec1.1 index 367e6a80..a60ac4bc 100644 --- a/man/xmlsec1.1 +++ b/man/xmlsec1.1 @@ -1,7 +1,7 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29. -.TH XMLSEC1 "1" "June 2003" "xmlsec1 1.0.3 (openssl)" "User Commands" +.TH XMLSEC1 "1" "July 2003" "xmlsec1 1.0.4 (openssl)" "User Commands" .SH NAME -xmlsec1 \- manual page for xmlsec1 1.0.3 (openssl) +xmlsec1 \- manual page for xmlsec1 1.0.4 (openssl) .SH SYNOPSIS .B xmlsec \fI<command> \fR[\fI<options>\fR] [\fI<file>\fR] |