Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2004-08-13 | About to do releaase 1.2.6rc1 | Werner Koch | 1 | -1/+1 | |
2004-08-09 | * configure.ac (ALL_LINGUAS): Removed. | Werner Koch | 1 | -2/+1 | |
* 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-03 | * configure.ac: Give warning when using capabilities. | David Shaw | 1 | -0/+6 | |
2004-07-26 | post-release version bump | Werner Koch | 1 | -1/+1 | |
2004-07-26 | *** empty log message *** | Werner Koch | 1 | -1/+1 | |
2004-06-16 | Preparing an RC. | Werner Koch | 1 | -2/+2 | |
2004-05-24 | * configure.ac: Try for wldap32 on Win32 platforms. | David Shaw | 1 | -0/+1 | |
2004-03-29 | Time for a new release candidate | Werner Koch | 1 | -1/+1 | |
2004-02-25 | * configure.ac: Update copyright. | David Shaw | 1 | -2/+2 | |
* README: Update version. * NEWS: Note --max-output, --list-config, --min-cert-level, and AIX fix. | |||||
2004-01-27 | * NEWS: Note --enable-key-cache and OpenBSD/i386 and HPPA fixes. | David Shaw | 1 | -1/+24 | |
* README, configure.ac: Add --enable-key-cache=SIZE configure option. This sets the key/uid cache size. Default is 4096. | |||||
2003-12-28 | * configure.ac: Include stdio.h when checking for bzlib.h. Solaris 9 has a | David Shaw | 1 | -2/+6 | |
very old bzip2 library and we can at least guarantee that it won't fail because of the lack of stdio.h. | |||||
2003-12-23 | Post-release version bump. | Werner Koch | 1 | -1/+1 | |
2003-12-23 | About to release 1.2.4 | Werner Koch | 1 | -2/+3 | |
2003-12-03 | * mainproc.c (check_sig_and_print): Removed the "0x" again. | Werner Koch | 1 | -3/+3 | |
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-10-31 | Missed a line | David Shaw | 1 | -0/+1 | |
2003-10-31 | * configure.ac: Locate libbz2 for bzip2 compression support. | David Shaw | 1 | -1/+25 | |
2003-10-27 | * configure.ac (DLLIBS): Work properly on platforms where dlopen and | David Shaw | 1 | -5/+8 | |
friends are in libc instead of libdl. | |||||
2003-10-21 | * configure.ac (PRINTABLE_OS_NAME): Remove special case for The | Werner Koch | 1 | -4/+0 | |
Hurd; Robert Millan reported that the uname test is now sufficient. | |||||
2003-09-04 | * configure.ac: Check for UINT64_C to go along with uint64_t. | David Shaw | 1 | -2/+10 | |
2003-08-21 | Post release version number bump. | Werner Koch | 1 | -1/+1 | |
2003-08-21 | About to release 1.2.3 | Werner Koch | 1 | -1/+1 | |
2003-07-30 | About to release rc2 | Werner Koch | 1 | -1/+1 | |
2003-06-20 | * configure.ac: Include wsock32 in W32LIBS. This is different from | David Shaw | 1 | -1/+3 | |
NETLIBS so we don't need to force other platforms to pull in the netlibs when they aren't actually needed. | |||||
2003-06-19 | about to release 1.2.3rc1 | Werner Koch | 1 | -2/+2 | |
2003-06-15 | * configure.ac: Check for sigset_t and struct sigaction. This is for | David Shaw | 1 | -1/+5 | |
Forte c89 on Solaris which seems to define only the function call half of the two pairs by default. | |||||
2003-05-28 | * NEWS: Document --gnupg and the deprecation of --no-openpgp and | David Shaw | 1 | -25/+19 | |
--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-21 | * configure.ac: Edit preprocessor instructions in g10defs.h to remove | David Shaw | 1 | -13/+16 | |
whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it. | |||||
2003-05-09 | * configure.ac: Simpler implementation for the 64-bit question - we don't | David Shaw | 1 | -51/+15 | |
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 | * configure.ac: Check for 64-bit types, and how well the compiler supports | David Shaw | 1 | -25/+78 | |
them (LL) before enabling TIGER/192, SHA-384, or SHA-512. | |||||
2003-05-08 | * README: Remove note about HP/UX inline problem since autoconf now | David Shaw | 1 | -13/+17 | |
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-01 | post release version number update | Werner Koch | 1 | -1/+1 | |
2003-05-01 | Released 1.2.2 | Werner Koch | 1 | -1/+1 | |
2003-04-24 | * POTFILES.in: Added a couple of missing source files. Noted by | Werner Koch | 1 | -1/+1 | |
Pascal Hartig and Walter Koch. * configure.ac (ALL_LINGUAS): Added Hungarian translation by Nagy Ferenc L�szl�. | |||||
2003-04-23 | * configure.ac: "TIGER" -> "TIGER/192". | David Shaw | 1 | -8/+8 | |
* README: Put back proper copyright line. | |||||
2003-04-16 | about to release 1.2.2rc2 | Werner Koch | 1 | -1/+1 | |
2003-04-15 | * configure.ac (ALL_LINGUAS): Add Slovak translation. | Werner Koch | 1 | -1/+1 | |
2003-04-15 | * configure.ac (HAVE_DOSISH_SYSTEM): New automake conditional. | Werner Koch | 1 | -6/+13 | |
* acinclude.m4 (GNUPG_CHECK_ENDIAN): Fixed quoting of r.e. using quadrigraphs. | |||||
2003-04-08 | * configure.ac: Big warning that TIGER is being removed from the standard. | David Shaw | 1 | -0/+10 | |
2003-03-24 | * configure.ac: Test for ranlib and ar. | Werner Koch | 1 | -1/+5 | |
* Makefile.am: Make use of AM_CFLAGS and AM_LDFLAGS. | |||||
2003-02-19 | * configure.ac: Define @CAPLIBS@ to link in -lcap if we are using | David Shaw | 1 | -1/+1 | |
capabilities. | |||||
2003-02-11 | * configure.ac: Add --enable-sha512 switch to add SHA384/512 support. | David Shaw | 1 | -0/+10 | |
2003-02-06 | * configure.ac: Do not set GNUPG_LIBEXECDIR in ./configure, so that | David Shaw | 1 | -5/+0 | |
makefiles can override it. | |||||
2003-02-02 | * configure.ac (ALL_LINGUAS): Needs to be on one line to avoid problems | David Shaw | 1 | -2/+1 | |
during ./configure. | |||||
2003-01-07 | Preparing a release candidate. | Werner Koch | 1 | -2/+3 | |
2002-11-09 | * configure.ac: Check for ctermid(). | Werner Koch | 1 | -1/+1 | |
2002-10-31 | * configure.ac: Add a check for volatile. | David Shaw | 1 | -1/+1 | |
2002-10-25 | version number change after release. | Werner Koch | 1 | -1/+1 | |
2002-10-25 | Released 1.2.1. | Werner Koch | 1 | -1/+1 | |
2002-10-24 | * configure.ac (GPGKEYS_LDAP,GPGKEYS_HKP): Add $EXEEXT. | Werner Koch | 1 | -3/+3 | |
2002-10-21 | * configure.ac (try_gettext): Remove special case for cygwin. | Werner Koch | 1 | -2/+2 | |
This removes all the DOS specific macros and let Cygwin work like a real OS. Needs a couple of changes elsewhere but after all, GnuPG presents itself much more like a Posix program and can be used in a full Cygwin environment; e.g. used along with mutt. Changes suggested by Volker Quetschke. * acinclude.m4 (GNUPG_SYS_NM_PARSE): Allow for underscore in test symbols. Useful for Cygwin builds. (GNUPG_SYS_SYMBOL_UNDERSCORE): Don't hardwire to yes for Cygwin. |