diff options
author | Werner Koch <wk@gnupg.org> | 2000-08-22 12:28:41 +0000 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2000-08-22 12:28:41 +0000 |
commit | 21d40ec6a29956238c8d9d52562d6038c3dac6bb (patch) | |
tree | d61847994d3940e6766c02e0a51f2768f9e7bffe | |
parent | 2b7ea622737226256da29747829ec14f835ff8d4 (diff) | |
download | libgcrypt-21d40ec6a29956238c8d9d52562d6038c3dac6bb.tar.gz |
See ChangeLog: Tue Aug 22 14:31:15 CEST 2000 Werner Koch
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README-alpha | 6 | ||||
-rw-r--r-- | doc/Makefile.am | 6 | ||||
-rw-r--r-- | scripts/distfiles | 1 | ||||
-rw-r--r-- | src/gcrypt.h | 2 |
5 files changed, 16 insertions, 3 deletions
@@ -1,3 +1,7 @@ +Tue Aug 22 14:31:15 CEST 2000 Werner Koch <wk@openit.de> + + Version 1.1.1 + Fri Aug 18 14:27:14 CEST 2000 Werner Koch <wk@openit.de> * agent/: New. diff --git a/README-alpha b/README-alpha index 1b5dffff..5655bc67 100644 --- a/README-alpha +++ b/README-alpha @@ -2,8 +2,14 @@ The 1.1 series are the current development branch of GnuPG. DO NOT USE IN A PRODUCTION ENVIRONMENT! + THERE MIGHT EVEN BE SECURITY PROBLEMS! + The source may change quite often and may have serious problems; it may even not compile on some machines. +It will probably needs GCC and GLIBC to build due to +some debugging code. Please don't complain if it does not +work on other machines. We will make it work again later. + Use GnuPG from the stable 1.0.x series for real work. diff --git a/doc/Makefile.am b/doc/Makefile.am index 995b0b3d..23876dea 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,13 +1,15 @@ ## Process this file with automake to create Makefile.in +BUILT_SOURCES = version.sgml gcryptref.html gcryptref.ps + + EXTRA_DIST = DETAILS gpg.sgml gpg.1 FAQ HACKING OpenPGP \ - version.sgml.in + version.sgml.in $(BUILT_SOURCES) man_MANS = gpg.1 pkgdata_DATA = gcryptref.html gcryptref.ps -BUILT_SOURCES = version.sgml gcryptref.html gcryptref.ps CLEANFILES = gcryptref.aux gcryptref.log gcryptref.tex gcryptref.dvi diff --git a/scripts/distfiles b/scripts/distfiles index 804b73f8..7262866b 100644 --- a/scripts/distfiles +++ b/scripts/distfiles @@ -9,4 +9,5 @@ autogen.sh ChangeLog ltconfig ltmain.sh +db2html.in diff --git a/src/gcrypt.h b/src/gcrypt.h index 37356412..e241f722 100644 --- a/src/gcrypt.h +++ b/src/gcrypt.h @@ -35,7 +35,7 @@ extern "C" { * header matches the installed library. * Note: Do not edit the next line as configure may fix the string here. */ -#define GCRYPT_VERSION "1.1.0b" +#define GCRYPT_VERSION "1.1.1" #ifndef HAVE_BYTE_TYPEDEF |