diff options
author | Werner Koch <[email protected]> | 1998-11-08 17:23:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-11-08 17:23:14 +0000 |
commit | 35c10545075da2353511ed83f7b5bb664f055df4 (patch) | |
tree | c92b3dc1ff2306194942b0d28e16e9ea8d28846e /TODO | |
parent | overhauled the trustdb stuff (diff) | |
download | gnupg-0-4-3.tar.gz gnupg-0-4-3.zip |
ready to release 0.4.3V0-4-3
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 19 |
1 files changed, 7 insertions, 12 deletions
@@ -1,22 +1,17 @@ - * rmove assert in random.c:160 4096 bit keys need more random. - - * list all matching user ids - * use zlib 1.1.13 to avoid a bug with 13 bit windows * FreeBSD: -#define USE_DYNAMIC_LINKING -#define HAVE_DL_DLOPEN - -and the ld option -export-dynamic. + #define USE_DYNAMIC_LINKING + #define HAVE_DL_DLOPEN + and the ld option -export-dynamic. * -Well, there was one thing extra I needed to do. While configure found the -gdbm library, it didn't add the path the the include file list. I had to -re-run configure with CPPFLAGS set: + Well, there was one thing extra I needed to do. While configure found the + gdbm library, it didn't add the path the the include file list. I had to + re-run configure with CPPFLAGS set: - env CPPFLAGS='-I/usr/local/include' configure ... + env CPPFLAGS='-I/usr/local/include' configure ... * clearsig: keep lineendings as they are. Remember that trailings |