Skip to content

Commit

Permalink
preparation for 1.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey Sanin committed Jul 14, 2003
1 parent 865ddc2 commit 9bb5feb
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 24 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Mon Jul 14 11:06:16 2003 Aleksey Sanin <[email protected]>

* 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 <[email protected]>

* Makefile.am: fixed builddir != sourcedir one more time (use abs_top_*
Expand Down
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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'`
Expand Down Expand Up @@ -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=""
Expand Down
6 changes: 3 additions & 3 deletions docs/api/sgml/version.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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>
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/api/xmlsec-notes-encrypt.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h1 class="SECT1">
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>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/xmlsec-notes-sign.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h1 class="SECT1">
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>
Expand Down
6 changes: 3 additions & 3 deletions docs/api/xmlsec-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h1>
<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 &quot;1.0.3&quot;</pre></td></tr></table>
<table border="0" bgcolor="#D6E8FF" width="100%" cellpadding="6"><tr><td><pre class="PROGRAMLISTING">#define XMLSEC_VERSION &quot;1.0.4&quot;</pre></td></tr></table>
<p>The library version string in the format
&quot;&lt;major-number&gt;.&lt;minor-number&gt;.&lt;sub-minor-number&gt;&quot;.</p>
<p></p>
Expand Down Expand Up @@ -114,15 +114,15 @@ <h1>
<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>
<hr>
<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 &quot;1:3:0&quot;</pre></td></tr></table>
<table border="0" bgcolor="#D6E8FF" width="100%" cellpadding="6"><tr><td><pre class="PROGRAMLISTING">#define XMLSEC_VERSION_INFO &quot;1:4:0&quot;</pre></td></tr></table>
<p>The library version info string in the format
&quot;&lt;major-number&gt;+&lt;minor-number&gt;:&lt;sub-minor-number&gt;:&lt;minor-number&gt;&quot;.</p>
<p></p>
Expand Down
4 changes: 2 additions & 2 deletions docs/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Binary file modified docs/extra/xmlsec_oscon_2003.ppt
Binary file not shown.
13 changes: 12 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,18 @@ <h1>XML Security Library</h1>
</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.
Expand Down
13 changes: 12 additions & 1 deletion docs/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions docs/xmlsec-man.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>&lt;command&gt; </i><p>[<i>&lt;options&gt;</i>] [<i>&lt;file&gt;</i>] <a name="lbAD"> </a> </p>
<h2>DESCRIPTION</h2>
Expand Down Expand Up @@ -281,7 +281,7 @@ <h2>SEE ALSO</h2>
<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>
Expand Down
6 changes: 3 additions & 3 deletions include/xmlsec/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -49,15 +49,15 @@ extern "C" {
*
* The library sub-minor version number.
*/
#define XMLSEC_VERSION_SUBMINOR 3
#define XMLSEC_VERSION_SUBMINOR 4

/**
* XMLSEC_VERSION_INFO:
*
* 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
Expand Down
4 changes: 2 additions & 2 deletions man/xmlsec1-config.1
Original file line number Diff line number Diff line change
@@ -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]...
Expand Down
4 changes: 2 additions & 2 deletions man/xmlsec1.1
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 9bb5feb

Please sign in to comment.