Commit Graph

209 Commits

Author SHA1 Message Date
Werner Koch 6b80ed88be Preapring a release 2006-12-07 16:23:51 +00:00
David Shaw 73ff14746d * NEWS: Note countermeasures against the Mister/Zuccherato CFB attack. 2005-04-04 00:39:29 +00:00
Werner Koch 37f8183d05 (is_prime): Free A2. Fixed bug #423. 2005-03-07 12:39:09 +00:00
Werner Koch 658d1e7302 Make --without-included-zlib work as
expected. Reported by Norihiko Murase.
2005-01-17 10:13:59 +00:00
Werner Koch f79f61e50d * Makefile.am (AUTOMAKE_OPTIONS): New.
* configure.ac (AC_CANONICAL_TARGET): Replaced by
AC_CANONICAL_HOST. Changed all reference to TARGET to HOST.  Made
sure that i586-mingw32msvc gets detected as mingw32.

* ro.po: Updated.

* sv.po: Updated.
2004-12-27 17:27:11 +00:00
David Shaw 9a6bc0265f * NEWS: Note pgpgroup-to-gpggroup. 2004-12-23 03:03:10 +00:00
David Shaw 4c49b856f9 * acinclude.m4: aclocal 1.9 wants quoting on AC_DEFUN arguments. 2004-11-17 04:51:49 +00:00
Werner Koch e0cea02838 About to release 1.2.6 2004-08-25 14:43:15 +00:00
Werner Koch 6b9b1752c3 About to do releaase 1.2.6rc1 2004-08-13 17:00:48 +00:00
David Shaw 3cbdcc3ab1 * NEWS: Minor tweak to news to clarify that --enable-key-cache is a
build-time option.
2004-08-10 14:30:37 +00:00
Werner Koch c6b88a12dd * configure.ac (ALL_LINGUAS): Removed.
* Makefile.am (LDADD): Replaced INTLLIBS by LIBINTL.

* Makefile.am (gpgkeys_hkp_LDADD): Replaced INTLLIBS by LIBINTL.

* ca.po: Updated.

* autogen.sh: Run aclocal with -I m4.

* Makefile.am: Replaced INTLLIBS by LIBINTL.

* Makefile.am (http-test): Replaced INTLLIBS by LIBINTL.
2004-08-09 19:47:08 +00:00
David Shaw e56bb1af27 * configure.ac: Give warning when using capabilities. 2004-08-03 21:23:55 +00:00
Werner Koch fafc2b8655 *** empty log message *** 2004-07-26 12:18:06 +00:00
David Shaw 1e0c29a238 * NEWS: --ask-cert-level actually defaults to on for the stable branch. 2004-06-17 23:01:51 +00:00
Werner Koch d25162fa19 Preparing an RC. 2004-06-16 13:34:55 +00:00
David Shaw afb925dace * configure.ac: Try for wldap32 on Win32 platforms. 2004-05-24 23:18:39 +00:00
David Shaw 16028c827d * NEWS: Note --ask-cert-level.
* acinclude.m4 (GNUPG_SYS_NM_PARSE): Remove a leftover slash in a sed
expression.
2004-05-20 03:12:32 +00:00
Werner Koch e94be19092 (ac_pipe_works): Fixed BRE syntax \? -> \{0,1\}.
Reported by Todd Vierling.
2004-05-01 09:04:21 +00:00
Werner Koch 0669127b7f Time for a new release candidate 2004-03-29 13:57:23 +00:00
David Shaw d08daf31e0 * configure.ac: Update copyright.
* README: Update version.

* NEWS: Note --max-output, --list-config, --min-cert-level, and AIX fix.
2004-02-25 23:28:45 +00:00
David Shaw d726dc1223 * NEWS: Note --enable-key-cache and OpenBSD/i386 and HPPA fixes.
* README, configure.ac: Add --enable-key-cache=SIZE configure option.
This sets the key/uid cache size.  Default is 4096.
2004-01-27 17:29:02 +00:00
David Shaw b3c4ee2d1f * configure.ac: Include stdio.h when checking for bzlib.h. Solaris 9 has a
very old bzip2 library and we can at least guarantee that it won't fail
because of the lack of stdio.h.
2003-12-28 22:43:37 +00:00
Werner Koch be3412b72a About to release 1.2.4 2003-12-23 19:22:00 +00:00
David Shaw 4cee9a453a * NEWS: Note that 1.4 won't have Elgamal sign+encrypt support at all. 2003-12-21 18:19:33 +00:00
Werner Koch 6970faab8f * mainproc.c (check_sig_and_print): Removed the "0x" again.
Reverts change from 2003-10-03.

* THANKS: Added Phong Nguyen, who found the Elgamal signing key
problem.

* configure.ac (ALL_LINGUAS): Added a Russian translation; thanks
to Maxim Britov.  Added Belarusion; thanks to Ales Nyakhaychyk.
2003-12-03 15:11:23 +00:00
David Shaw 2a3150cd7c * NEWS: Note that Elgamal sign+encrypt keys are not part of the web of
trust.
2003-12-02 05:50:11 +00:00
David Shaw b4fcffbf88 * README: Add --with-zlib, --with-bzip2, and --without-bzip2. 2003-12-01 00:26:30 +00:00
David Shaw e1ff4a3305 * README: Update version number. Add BZIP2. Remove Elgamal sign+encrypt. 2003-11-30 23:58:42 +00:00
David Shaw 96afb2dcfb * NEWS: Note that the only thing we will generate with an Elgamal
sign+encrypt key is a revocation.
2003-11-29 22:45:48 +00:00
David Shaw 444ccb2fad * NEWS: Note BZIP2 and --symmetric --encrypt. 2003-11-13 03:54:54 +00:00
David Shaw 5c8f990e85 Missed a line 2003-10-31 04:45:32 +00:00
David Shaw ba38a9c7b7 * configure.ac: Locate libbz2 for bzip2 compression support. 2003-10-31 04:29:38 +00:00
David Shaw 0a20226c6d * configure.ac (DLLIBS): Work properly on platforms where dlopen and
friends are in libc instead of libdl.
2003-10-27 12:46:18 +00:00
Werner Koch 1865540567 * configure.ac (PRINTABLE_OS_NAME): Remove special case for The
Hurd; Robert Millan reported that the uname test is now
sufficient.
2003-10-21 12:54:28 +00:00
David Shaw 8220c4356b * configure.ac: Check for UINT64_C to go along with uint64_t. 2003-09-04 02:49:15 +00:00
Werner Koch aa10792581 About to release 1.2.3 2003-08-21 19:45:43 +00:00
David Shaw 1bb860c320 * THANKS: Thank Nelson H. F. Beebe. 2003-08-21 02:58:50 +00:00
Werner Koch ee923fb897 About to release rc2 2003-07-30 12:51:43 +00:00
David Shaw 534d6a6d58 * NEWS: Cite DETAILS.
* README: Note problem with gcc < 2.96 and non-gnu as.
2003-07-30 03:36:42 +00:00
David Shaw 1ddb705ee4 * NEWS: Note %g and %p, the "tru" --with-colons record, and the REVKEYSIG
--status-fd tag.

* README: Add a note about the SunOS symbol underscore problem and how to
fix it.
2003-07-28 01:00:25 +00:00
David Shaw 601f208bc9 * configure.ac: Include wsock32 in W32LIBS. This is different from
NETLIBS so we don't need to force other platforms to pull in the netlibs
when they aren't actually needed.
2003-06-20 03:21:41 +00:00
Werner Koch 2318bb9c0a about to release 1.2.3rc1 2003-06-19 10:41:45 +00:00
David Shaw 6713fbc3a9 * NEWS: Note portability changes. 2003-06-18 04:14:38 +00:00
David Shaw d67479006e * configure.ac: Check for sigset_t and struct sigaction. This is for
Forte c89 on Solaris which seems to define only the function call half of
the two pairs by default.
2003-06-15 03:00:45 +00:00
David Shaw 432efe5993 * NEWS: Document --gnupg and the deprecation of --no-openpgp and
--no-pgpX.

* configure.ac: Put wsock32 in NETLIBS.  Put zlib in ZLIBS.  Put dl in
DLLIBS.  Check for getopt.h if available.  Look for getopt() in libiberty
if libc doesn't have it.  Enable GPGKEYS_HKP after AC_PROG_CC so that any
needed extension (i.e. ".exe") is defined.
2003-05-28 23:00:43 +00:00
David Shaw 88b7e52b42 * configure.ac: Edit preprocessor instructions in g10defs.h to remove
whitespace before the '#'.  This is not required by C89, but there are
some compilers out there that don't like it.
2003-05-21 18:37:04 +00:00
David Shaw 0e429a976b * configure.ac: Simpler implementation for the 64-bit question - we don't
need to verify compiler support with a test program since we just cast
everything to the proper type.  This also means that cross compiling
doesn't become a problem.
2003-05-09 21:59:09 +00:00
David Shaw fce597623b * configure.ac: Check for 64-bit types, and how well the compiler supports
them (LL) before enabling TIGER/192, SHA-384, or SHA-512.
2003-05-09 15:11:12 +00:00
David Shaw 7ee7c76121 * README: Remove note about HP/UX inline problem since autoconf now
handles this automatically.

* configure.ac: Remove some stuff no longer needed with newer autoconf.
Use AC_GNU_SOURCE instead of defining _GNU_SOURCE manually.  Add check for
strchr() for gettext.  Add "ngettext" check for gettext, since that check
supposedly implies a check for bind_textdomain_codeset.  Add check for
times() for random.c.  Fix URL for EGD.
2003-05-08 21:37:20 +00:00
Werner Koch 7711b00bec Released 1.2.2 2003-05-01 14:27:05 +00:00