aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * NEWS: Note trust bug fix.David Shaw2003-05-011-0/+4
|
* * NEWS: Add note about TIGER being dropped from OpenPGP.David Shaw2003-04-291-2/+5
| | | | | | | * README: Add note about the HP/UX inline problem. Fix all URLs to point to the right place in the reorganized gnupg.org web pages. Some minor language fixes.
* * README: Add note about the HP/UX inline problem. Fix bug reporting URL.David Shaw2003-04-291-0/+5
|
* * NEWS: Add sig version, pk algo, hash algo, and sig class to VALIDSIG.David Shaw2003-04-271-0/+7
| | | | | * BUGS: Fix bug reporting URL.
* * POTFILES.in: Added a couple of missing source files. Noted byWerner Koch2003-04-241-0/+5
| | | | | | | | Pascal Hartig and Walter Koch. * configure.ac (ALL_LINGUAS): Added Hungarian translation by Nagy Ferenc L�szl�.
* * configure.ac: "TIGER" -> "TIGER/192".David Shaw2003-04-231-0/+6
| | | | | * README: Put back proper copyright line.
* about to release 1.2.2rc2Werner Koch2003-04-161-0/+4
|
* * configure.ac (ALL_LINGUAS): Add Slovak translation.Werner Koch2003-04-151-0/+2
|
* * configure.ac (HAVE_DOSISH_SYSTEM): New automake conditional.Werner Koch2003-04-151-0/+7
| | | | | | * acinclude.m4 (GNUPG_CHECK_ENDIAN): Fixed quoting of r.e. using quadrigraphs.
* * configure.ac: Big warning that TIGER is being removed from the standard.David Shaw2003-04-081-0/+5
|
* * Makefile.am (EXTRA_DIST): Add autogen.sh wrapper which isWerner Koch2003-04-081-0/+5
| | | | | useful for some cross-compiling targets.
* * acinclude.m4: Fix URL to faqprog.pl.David Shaw2003-04-071-0/+9
| | | | | | | | * README: Add --enable-sha512 switch and update version number and copyright date. * NEWS: Add note about SHA-256/384/512.
* * configure.ac: Test for ranlib and ar.Werner Koch2003-03-241-1/+10
| | | | | * Makefile.am: Make use of AM_CFLAGS and AM_LDFLAGS.
* * configure.ac: Define @CAPLIBS@ to link in -lcap if we are usingDavid Shaw2003-02-191-0/+5
| | | | | capabilities.
* * configure.ac: Add --enable-sha512 switch to add SHA384/512 support.David Shaw2003-02-111-0/+5
|
* * configure.ac: Do not set GNUPG_LIBEXECDIR in ./configure, so thatDavid Shaw2003-02-061-0/+5
| | | | | makefiles can override it.
* * configure.ac (ALL_LINGUAS): Needs to be on one line to avoid problemsDavid Shaw2003-02-021-0/+3
| | | | | during ./configure.
* * NEWS: Note new --with-colons disabled key flag and new "revuid" command.David Shaw2003-02-021-0/+5
|
* Preparing a release candidate.Werner Koch2003-01-071-0/+6
|
* * NEWS: Add notes about disabled keys and trustdb tweaks.David Shaw2003-01-071-0/+4
|
* * NEWS: Add note about convert-from-106 script.David Shaw2002-12-041-0/+4
|
* * NEWS: Add notes about notation names and '@', the "--trust-model always"David Shaw2002-11-251-0/+5
| | | | | option, and non-optimized memory wiping.
* * configure.ac: Check for ctermid().Werner Koch2002-11-091-0/+4
|
* * Makefile.am: Put gnupg.spec in the root directory so rpm -ta works.David Shaw2002-10-311-0/+3
|
* * configure.ac: Add a check for volatile.David Shaw2002-10-311-0/+4
|
* Released 1.2.1.Werner Koch2002-10-251-0/+4
|
* * configure.ac (GPGKEYS_LDAP,GPGKEYS_HKP): Add $EXEEXT.Werner Koch2002-10-241-0/+4
|
* * configure.ac (try_gettext): Remove special case for cygwin.Werner Koch2002-10-211-0/+13
| | | | | | | | | | | | | 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.
* * README: Add an installation note for Darwin 6.1.Werner Koch2002-10-171-0/+6
|
* Bump version number.David Shaw2002-10-161-1/+2
|
* * README: Some typo fixes from Florian Weimer.David Shaw2002-10-161-0/+4
|
* * NEWS: Some 1.2.1 notes.David Shaw2002-10-151-0/+4
|
* * rndunix.c (my_popen): Make sure that stdin and stderr areWerner Koch2002-10-121-0/+5
| | | | | | | | | | | connected to a file. This is to avoid NetBSD to complain about set{u,g}id programs invoked with fd 0, 2 closed. Reported by Cristian Biere. (start_gatherer): Likewise. Reordered code. * configure.ac (NAME_OF_DEV_URANDOM): Don't use /dev/srandom for NetBSD. Noted by Christian Biere.
* * configure.ac: OpenLDAP 2.0.27 changed the dependencies again. Add aDavid Shaw2002-10-071-0/+6
| | | | | | "LDAPLIBS" variable so users can try and suggest the right dependencies for their platform.
* * configure.ac: Make "new" the default for TIGER. Still useDavid Shaw2002-10-021-0/+3
| | | | | --enable-new-tiger to select new from autoconf.
* * configure.ac: Use a new option (--enable-new-tiger) to enable TIGER withDavid Shaw2002-10-021-0/+5
| | | | | the correct OID.
* * THANKS: Remove duplicate.David Shaw2002-09-251-0/+7
| | | | | * configure.ac: Add NETLIBS to EGDLIBS when using EGD as EGD uses sockets.
* * configure.ac: Bumbed version number and set development versionWerner Koch2002-09-211-0/+7
| | | | | to no.
* * configure.ac: Try linking LDAP as just -lldap as it seems very recentDavid Shaw2002-09-191-0/+5
| | | | | OpenLDAPs (>=2.0.23) support that.
* * configure.ac: Try linking LDAP without -lresolv first, just in case theDavid Shaw2002-09-151-0/+6
| | | | | platform has libresolv, but doesn't actually need it to use LDAP.
* * NEWS: Note that the old IDEA plugin won't work with post-1.1.90 gpg.David Shaw2002-09-121-0/+5
|
* About to release 1.1.92Werner Koch2002-09-111-0/+2
|
* * configure.ac (random_modules): The default random module forWerner Koch2002-09-111-0/+5
| | | | | system lacking a /dev/random is now auto selected at runtime.
* * NEWS: typo.David Shaw2002-09-091-0/+7
| | | | | | * configure.ac: Add a link test for LDAP without -lresolv for HPUX. Remove "hstrerror" test as it is no longer needed.
* * gnupg.7: New mini man page.Werner Koch2002-09-021-0/+5
| | | | | | * README: Removed the note about a development version so that we later don't forget this. Minor other changes.
* * configure.ac (random_modules): Reworked the code to select theWerner Koch2002-08-301-0/+5
| | | | | random module. Define USE_ALL_RANDOM_MODULES for value all.
* * configure.ac: Check type of mode_t.David Shaw2002-08-271-0/+2
|
* * NEWS: Clarify that --libexecdir is a configure option.David Shaw2002-08-271-0/+6
| | | | | * configure.ac: Check for hstrerror.
* * NEWS: Document new ways to enable MDC, and change in automaticDavid Shaw2002-08-191-0/+8
| | | | | | | compression disabling. * configure.ac: No such thing as the "none" random gather any longer.
* * configure.ac: Add an --enable-tiger.David Shaw2002-08-081-0/+6
| | | | | * NEWS: Clarify new permission checks.