summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Sanin <aleksey@src.gnome.org>2002-10-20 20:16:50 +0000
committerAleksey Sanin <aleksey@src.gnome.org>2002-10-20 20:16:50 +0000
commit25c569fd411823dec01d311752d76ecc944a2f41 (patch)
treed11c5522fc2fd2bc2f8e667f0e5029335f1b22a6
parent21e68121f72c86f46889913cac093088da9b9dcc (diff)
downloadxmlsec1-xmlsec-0_0_10.tar.gz
xmlsec1-xmlsec-0_0_10.tar.bz2
xmlsec1-xmlsec-0_0_10.zip
preparing 0.0.10 releasexmlsec-0_0_10
-rw-r--r--ChangeLog6
-rw-r--r--config.h.in74
-rw-r--r--configure.in2
-rw-r--r--docs/download.html4
-rw-r--r--docs/index.html19
-rw-r--r--docs/news.html16
-rw-r--r--include/xmlsec/version.h6
-rw-r--r--xmlsec.pc8
-rw-r--r--xmlsec.spec2
9 files changed, 68 insertions, 69 deletions
diff --git a/ChangeLog b/ChangeLog
index a1299bb8..e850d873 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-20 set REAL_NAME environment variable <set EMAIL_ADDRESS environment variable>
+
+ * config.h.in configure.in include/xmlsec/version.h
+ xmlsec.pc xmlsec.spec docs/download.html
+ docs/index.html docs/news.html: preparing 0.0.10 release
+
Sun 13 Oct 2002 09:37:38 AM PDT Aleksey Sanin <aleksey@aleksey.com>
* configure.in apps/Makefile.am: added dynamic linking option
diff --git a/config.h.in b/config.h.in
index 7d7aa189..68f700d5 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,82 +1,44 @@
-/* config.h.in. Generated from configure.in by autoheader. */
+/* config.h.in. Generated automatically from configure.in by autoheader. */
-/* Define to 1 if you have the <ansidecl.h> header file. */
+/* Define if you need to in order for stat and other things to work. */
+#undef _POSIX_SOURCE
+
+/* Define if you have the ANSI C header files. */
+#undef STDC_HEADERS
+
+/* Define if you have the <ansidecl.h> header file. */
#undef HAVE_ANSIDECL_H
-/* Define to 1 if you have the <ctype.h> header file. */
+/* Define if you have the <ctype.h> header file. */
#undef HAVE_CTYPE_H
-/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
- */
+/* Define if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#undef HAVE_DLFCN_H
-
-/* Define to 1 if you have the <errno.h> header file. */
+/* Define if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
-/* Define to 1 if you have the <inttypes.h> header file. */
-#undef HAVE_INTTYPES_H
-
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
-/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
+/* Define if you have the <ndir.h> header file. */
#undef HAVE_NDIR_H
-/* Define to 1 if you have the <stdint.h> header file. */
-#undef HAVE_STDINT_H
-
-/* Define to 1 if you have the <stdio.h> header file. */
+/* Define if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H
-/* Define to 1 if you have the <stdlib.h> header file. */
+/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
-/* Define to 1 if you have the <strings.h> header file. */
-#undef HAVE_STRINGS_H
-
-/* Define to 1 if you have the <string.h> header file. */
+/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
-/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
- */
+/* Define if you have the <sys/dir.h> header file. */
#undef HAVE_SYS_DIR_H
-/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
- */
+/* Define if you have the <sys/ndir.h> header file. */
#undef HAVE_SYS_NDIR_H
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#undef HAVE_SYS_STAT_H
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#undef HAVE_SYS_TYPES_H
-
-/* Define to 1 if you have the <time.h> header file. */
+/* Define if you have the <time.h> header file. */
#undef HAVE_TIME_H
-/* Define to 1 if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
-
/* Define if compiler has function prototypes */
#undef PROTOTYPES
-/* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
diff --git a/configure.in b/configure.in
index af42bc16..38e22df0 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=9
+XMLSEC_VERSION_SUBMINOR=10
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 444f13f6..28a29340 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -43,11 +43,11 @@
<div align="Center">
<h2>Download</h2>
- <div align="Left">The latest XML Security Library version is <b>0.0.9</b>:
+ <div align="Left">The latest XML Security Library version is <b>0.0.10</b>:
<br>
<ul>
- <li><a href="download/xmlsec-0.0.9.tar.gz">Sources</a>
+ <li><a href="download/xmlsec-0.0.10.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>
diff --git a/docs/index.html b/docs/index.html
index 67c5f4f0..f715d734 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -61,10 +61,25 @@ The library supports major XML security standards:
MIT Licence</a>
see the Copyright file in the distribution for details.<br>
<br>
- <b>News</b> (<a href="news.html">all news</a>
-)<br>
+ <b>News</b> (<a href="news.html">all news</a>)<br>
<ul>
+ <li>October 20 2002<br>
+ A lot of minor enchancements and a time for new
+ <a href="download.html">0.0.10 release</a>:<br>
+ - added a way to specify "current time" to verify certificates
+ expiration against it;<br>
+ - implemented XML results output format for the xmlsec command
+ line utility;<br>
+ - fixed XMLDSig examples and added a new one (thanks to Devin
+ Heitmueller);<br>
+ - resolved static link issue and a bunch of other improvements
+ for Win32 platform builds (Igor Zlatkovic);<br>
+ - added dynamic linking option for xmlsec command line utility
+ to help Debian port (John Belmonte);<br>
+ - minor bug fixes.
+ </li><br>
+
<li>August 26 2002<br>
I've completelly screwed up. The release 0.0.8 was totally broken
(I simply packaged files from wrong CVS :( )
diff --git a/docs/news.html b/docs/news.html
index 64cb0b77..93046f8f 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -45,6 +45,22 @@
<ul>
+ <li>October 20 2002<br>
+ A lot of minor enchancements and a time for new
+ <a href="download.html">0.0.10 release</a>:<br>
+ - added a way to specify "current time" to verify certificates
+ expiration against it;<br>
+ - implemented XML results output format for the xmlsec command
+ line utility;<br>
+ - fixed XMLDSig examples and added a new one (thanks to Devin
+ Heitmueller);<br>
+ - resolved static link issue and a bunch of other improvements
+ for Win32 platform builds (Igor Zlatkovic);<br>
+ - added dynamic linking option for xmlsec command line utility
+ to help Debian port (John Belmonte);<br>
+ - minor bug fixes.
+ </li><br>
+
<li>August 26 2002<br>
I've completelly screwed up. The release 0.0.8 was totally broken
(I've simply packaged files from wrong CVS :) )
diff --git a/include/xmlsec/version.h b/include/xmlsec/version.h
index 53bdabf2..33b7626b 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.9"
+#define XMLSEC_VERSION "0.0.10"
/**
* XMLSEC_VERSION_MAJOR:
*
@@ -38,7 +38,7 @@ extern "C" {
*
* The library sub-minor version number.
*/
-#define XMLSEC_VERSION_SUBMINOR 9
+#define XMLSEC_VERSION_SUBMINOR 10
/**
* 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:9:0"
+#define XMLSEC_VERSION_INFO "0:10:0"
#ifdef __cplusplus
diff --git a/xmlsec.pc b/xmlsec.pc
index c3dd4a08..71899cb4 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.9
+Version: 0.0.10
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 -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/usr/lib -lxslt -lxml2 -lz -lm -L/usr/lib -lxml2 -lz -lm -L/usr/lib -lcrypto
+Cflags: -g -O2 -DXMLSEC_OPENSSL096=1 -DXMLSEC_NO_AES=1 -I${includedir}/xmlsec -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include
diff --git a/xmlsec.spec b/xmlsec.spec
index b6597f78..bc0224e5 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.9
+Version: 0.0.10
Release: 1
License: MIT
Group: Development/Libraries