summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
-rw-r--r--docs/download.html10
-rw-r--r--docs/index.html8
-rw-r--r--docs/news.html8
-rw-r--r--include/xmlsec/version.h6
-rw-r--r--xmlsec.pc8
-rw-r--r--xmlsec.spec2
8 files changed, 36 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d565db6..f73ace23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sun Jan 26 22:04:45 2003 Aleksey Sanin <aleksey@aleksey.com>
+
+ * config.h.in configure.in include/xmlsec/version.h
+ docs/news.html docs/download.html docs/index.html
+ xmlsec.pc xmlsec.spec: preparation for 0.0.12 release
+
Sun Jan 26 21:39:56 2003 Aleksey Sanin <aleksey@aleksey.com>
* include/xmlsec/digests.h src/hmac.c: fixed 91 bits HMAC
diff --git a/configure.in b/configure.in
index a7a16aa9..df9e4ac0 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_INIT(src/xmlsec.c)
PACKAGE=xmlsec
XMLSEC_VERSION_MAJOR=0
XMLSEC_VERSION_MINOR=0
-XMLSEC_VERSION_SUBMINOR=11
+XMLSEC_VERSION_SUBMINOR=12
XMLSEC_VERSION=$XMLSEC_VERSION_MAJOR.$XMLSEC_VERSION_MINOR.$XMLSEC_VERSION_SUBMINOR
VERSION=$XMLSEC_VERSION
XMLSEC_VERSION_INFO=`echo $XMLSEC_VERSION | awk -F. '{ printf "%d:%d:%d", $1+$2, $3, $2 }'`
diff --git a/docs/download.html b/docs/download.html
index 9550f741..b942d8b1 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -44,11 +44,11 @@
<h2>Download</h2>
- <div align="Left">The latest XML Security Library version is <b>0.0.11</b>:
+ <div align="Left">The latest XML Security Library version is <b>0.0.12</b>:
<br>
<ul>
- <li><a href="download/xmlsec-0.0.11.tar.gz">Sources</a>
+ <li><a href="download/xmlsec-0.0.12.tar.gz">Sources</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).
</li>
@@ -71,13 +71,13 @@
and <a href="ftp://ftp.aleksey.com/pub/xmlsec/releases/">previous versions</a>
are also available.
- <p><b>ATTENTION (November 5, 2002)</b><br>
+ <p><b>ATTENTION</b><br>
I am doing some
<a href="http://www.aleksey.com/pipermail/xmlsec/2002/000305.html">major
code refactoring</a> these days. The snapshot builds most likely are
- broken. Please, use <b>0.0.11</b> version instead.<br>
+ broken. Please, use <b>0.0.12</b> version instead.<br>
If you want to use sources from GNOME CVS <b>do not</b> check out the tip.
- It is broken and most likely does not compile. The stable 0.0.11+ branch
+ It is broken and most likely does not compile. The stable 0.0.12+ branch
is <b>XMLSEC_0_0_X_BRANCH</b>.
diff --git a/docs/index.html b/docs/index.html
index 0f35ae30..30b27a5c 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -64,6 +64,14 @@ MIT Licence</a>
<b>News</b> (<a href="news.html">all news</a>)<br>
<ul>
+ <li>January 26 2003<br>
+ Two major fixes in <a href="http://www.aleksey.com/pipermail/xmlsec/2003/000507.html">HMAC</a> and
+ <a href="http://www.aleksey.com/pipermail/xmlsec/2003/000516.html">DES/AES</a>
+ algorithms are the reason for the new <a href="download.html">XML Security Library 0.0.12</a> release.
+ Also there are few other minor features and bug fixes (see Changelog in the
+ distribution for more details).
+ </li><br>
+
<li>December 3 2002<br>
New <a href="download.html">XML Security Library 0.0.11</a> release
fixes a <a href="http://www.aleksey.com/pipermail/xmlsec/2002/000368.html">major
diff --git a/docs/news.html b/docs/news.html
index 40ab4783..c3d21ea7 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -44,6 +44,14 @@
<ul>
+ <li>January 26 2003<br>
+ Two major fixes in <a href="http://www.aleksey.com/pipermail/xmlsec/2003/000507.html">HMAC</a> and
+ <a href="http://www.aleksey.com/pipermail/xmlsec/2003/000516.html">DES/AES</a>
+ algorithms are the reason for the new <a href="download.html">XML Security Library 0.0.12</a> release.
+ Also there are few other minor features and bug fixes (see Changelog in the
+ distribution for more details).
+ </li><br>
+
<li>December 3 2002<br>
New <a href="download.html">XML Security Library 0.0.11</a> release
fixes a <a href="http://www.aleksey.com/pipermail/xmlsec/2002/000368.html">major
diff --git a/include/xmlsec/version.h b/include/xmlsec/version.h
index d12be9b2..f65f19a1 100644
--- a/include/xmlsec/version.h
+++ b/include/xmlsec/version.h
@@ -20,7 +20,7 @@ extern "C" {
* The library version string in the format
* "<major-number>.<minor-number>.<sub-minor-number>".
*/
-#define XMLSEC_VERSION "0.0.11"
+#define XMLSEC_VERSION "0.0.12"
/**
* XMLSEC_VERSION_MAJOR:
*
@@ -38,7 +38,7 @@ extern "C" {
*
* The library sub-minor version number.
*/
-#define XMLSEC_VERSION_SUBMINOR 11
+#define XMLSEC_VERSION_SUBMINOR 12
/**
* XMLSEC_VERSION_INFO:
@@ -46,7 +46,7 @@ extern "C" {
* The library version info string in the format
* "<major-number>+<minor-number>:<sub-minor-number>:<minor-number>".
*/
-#define XMLSEC_VERSION_INFO "0:11:0"
+#define XMLSEC_VERSION_INFO "0:12:0"
#ifdef __cplusplus
diff --git a/xmlsec.pc b/xmlsec.pc
index d42a5c5b..470871ac 100644
--- a/xmlsec.pc
+++ b/xmlsec.pc
@@ -1,11 +1,11 @@
-prefix=/home/aleksey
+prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: xmlsec
-Version: 0.0.11
+Version: 0.0.12
Description: XML Security Library implements XML Signature and XML Encryption standards
Requires: libxml-2.0 >= 2.4.24 libxslt >= 1.0.20
-Libs: -L${libdir} -lxmlsec -L/home/aleksey/lib -lxslt -lxml2 -lz -lm -L/home/aleksey/lib -lxml2 -lz -lm -L/home/aleksey/lib -lcrypto
-Cflags: -g -O2 -pedantic -Wall -ansi -W -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I${includedir}/xmlsec -I/home/aleksey/include -I/home/aleksey/include/libxml2 -I/home/aleksey/include/libxml2 -I/home/aleksey/include
+Libs: -L${libdir} -lxmlsec -L/home/aleksey/lib -lxslt -lxml2 -lz -lm -L/home/aleksey/lib -lxml2 -lz -lm -lcrypto
+Cflags: -g -O2 -DXMLSEC_OPENSSL096=1 -DXMLSEC_NO_AES=1 -I${includedir}/xmlsec -I/home/aleksey/include -I/home/aleksey/include/libxml2 -I/home/aleksey/include/libxml2
diff --git a/xmlsec.spec b/xmlsec.spec
index 7a990e1d..f3bfcbd4 100644
--- a/xmlsec.spec
+++ b/xmlsec.spec
@@ -1,6 +1,6 @@
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
Name: xmlsec
-Version: 0.0.11
+Version: 0.0.12
Release: 1
License: MIT
Group: Development/Libraries