aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-06-21* NEWS: changes since 1.0.7.David Shaw1-0/+7
* configure.ac: Set new version number (1.1.90), and fix Solaris compiler flags for shared objects.
2002-06-11* configure.ac: Move -lsocket and -lnsl checks before LDAP link tests soDavid Shaw1-0/+8
they work properly on Solaris. Noted by David Champion. Also, check for the Mozilla LDAP library if the OpenLDAP library check fails. Put -lsocket and -lnsl in NETLIBS rather than LIBS so not all programs are forced to link to them.
2002-06-06* configure.ac: Add a switch for the experimental external HKP keyserverDavid Shaw1-0/+5
interface.
2002-05-22* configure.ac: Check for strcasecmp and strncasecmp. RemovedWerner Koch1-0/+5
stricmp and memicmp checks.
2002-05-08configure.ac: If LDAP comes up unusable, try #including <lber.h> beforeDavid Shaw1-0/+5
giving up. Old versions of OpenLDAP require that.
2002-05-03configure.ac: In g10defs.h, use \ for the directory separator whenDavid Shaw1-0/+3
HAVE_DOSISH_SYSTEM is on.
2002-05-03* configure.ac: Add --disable-exec flag to disable all remote programDavid Shaw1-0/+7
execution. --disable-exec implies --disable-ldap and --disable-mailto. Also look in /usr/lib for sendmail. If sendmail is not found, do not default - just fail. * exec.c: Provide stubs for exec_ functions when NO_EXEC is defined.
2002-04-30configure.ac: Try and link to a sample LDAP program to check if the LDAPDavid Shaw1-0/+8
we're about to use is really sane. The most common problem (using a very old OpenLDAP), could be fixed with an extra #include, but this would not be very portable to other LDAP libraries.
2002-04-29Last preparations for 1.0.7Werner Koch1-1/+3
2002-04-29* doc/samplekeys.asc: Added gnupg distribution key 57548DCD.Werner Koch1-0/+4
* doc/faq.raw: Inserted Douglas Calvert as new maintainer. * README: Fixed some minor things.
2002-04-25g10/Werner Koch1-0/+4
* g10.c, options.h: New options --display, --ttyname, --ttytype, --lc-ctype, --lc-messages to be used with future versions of the gpg-agent. * passphrase.c (agent_send_option,agent_send_all_options): New. (agent_open): Send options to the agent. * trustdb.c (update_ownertrust, clear_ownertrust): Do an explicit do_sync because revalidation_mark does it only if when the timestamp actually changes. / * configure.ac: Check for locale.h and setlocale
2002-04-25Update NEWS with recent changesDavid Shaw1-0/+4
2002-04-19preparing 1.0.7SNAP-1-0-6eWerner Koch1-0/+4
2002-04-17doc fixesWerner Koch1-0/+5
2002-04-09* configure.ac (ALL_LINGUAS): Added Czech, Galician and GreekWerner Koch1-1/+2
translations. s/es_ES/es/.
2002-04-09* configure.ac (ALL_LINGUAS): Added Czech translation.Werner Koch1-0/+4
2002-03-06* gpg.sgml: Add an entry for --export-ownertrust. Suggested byWerner Koch1-0/+4
Bernhard Reiter. * configure.ac (ALL_LINGUAS): s/pt_PT/pt/
2002-03-05Alwayus define _GNU_SOURCE. Since this is always defined in config.h, theDavid Shaw1-0/+8
various autoconf tests should be tested with it enabled. This also works around a compiler warning caused by a minor header bug in glibc 2.1 that causes fseeko to be defined when building gpg, but not when tested for in configure
2002-03-03released 1.0.6dWerner Koch1-1/+5
2002-01-04NEWS update about filesize/partial-length change in symmetric messagesDavid Shaw1-0/+4
2001-12-22About to released 1.0.6c snapshot.SNAP-1-0-6cWerner Koch1-0/+3
2001-12-22* configure.ac (AH_BOTTOM): Moved EXEC_TEMPFILE_ONLY to here.Werner Koch1-0/+5
* acconfig.h: Removed, it should no longer be used.
2001-12-21Add acconfig.h for easier #define groupingDavid Shaw1-0/+5
2001-12-21* Makefile.am (dist-hook): We should also look in include forWerner Koch1-0/+6
distfiles. (EXTRA_DIST): Remove VERSION because it is generated by dist-hook.
2001-12-20Replace mkdtemp if the platform doesn't have itDavid Shaw1-0/+4
2001-12-20Have autoconf look for stat()David Shaw1-0/+4
2001-12-19* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Support Cygwin targetWerner Koch1-0/+5
* configure.ac [CYGWIN32]: Don't build tiger. By Disastry.
2001-12-18* Makefile.am (SUBDIRS): Add keyserver.Werner Koch1-0/+6
(dist-hook): Only look in mpi and scripts for distfiles; this way we don't include those of a stale "make dist" directory.
2001-11-08fixes for the 1.0.6b bugs David recently posted to gnupg-devel.Werner Koch1-0/+4
2001-10-23more fixes due to automake 1.5SNAP-1-0-6bWerner Koch1-0/+4
2001-10-18Fixed the Read-Only keyring bug and changed the way the keydb interfaceWerner Koch1-0/+4
works.
2001-09-28make check does work againWerner Koch1-0/+9
2001-09-09more bug fixesand some warning cleanupsWerner Koch1-0/+10
2001-09-06Revamped the keyring codeWerner Koch1-0/+4
2001-08-25Random changesWerner Koch1-0/+12
2001-08-20Implemented -cs and some fixes to the rfc1991 symmetric only modeWerner Koch1-0/+10
2001-08-20Applied Stefan's patches to support RISCOS.Werner Koch1-0/+4
2001-08-07More Windows and autoconf fixesWerner Koch1-0/+4
2001-07-26migration to autoconf 2.52 and bugfixesWerner Koch1-0/+19
2001-06-12Fix for toupper('I') != 'i'Werner Koch1-0/+5
2001-05-29About to release 1.0.6Werner Koch1-0/+4
2001-05-28just released another snapshotWerner Koch1-0/+4
2001-04-30fixed a testcaseWerner Koch1-0/+4
2001-04-28Updated copyright notices and other doc fixes.Werner Koch1-0/+4
2001-04-28last hour fixes.Werner Koch1-0/+4
2001-04-19Fixes for W32Werner Koch1-0/+3
2001-04-17Estonian translation, .texi man pages.Werner Koch1-0/+9
2001-04-06Released snapshot 1.0.4gWerner Koch1-0/+5
2001-03-22The "Samba" bug fixes :-)Werner Koch1-0/+5
2001-03-13Keyserver access is now supported under W32Werner Koch1-0/+4