gnupg/tools/ChangeLog-2011

252 lines
6.9 KiB
Plaintext

2011-12-02 Werner Koch <wk@g10code.com>
NB: ChangeLog files are no longer manually maintained. Starting
on December 1st, 2011 we put change information only in the GIT
commit log, and generate a top-level ChangeLog file from logs at
"make dist". See doc/HACKING for details.
2010-05-12 Werner Koch <wk@g10code.com>
* mk-tdata.c (main): Add option --seq.
2007-10-23 Werner Koch <wk@g10code.com>
Switched entire package to GPLv3+.
2007-04-16 David Shaw <dshaw@jabberwocky.com>
* Makefile.am (noinst_PROGRAMS): Don't build shmtest unless we
have shm.
2006-12-11 Werner Koch <wk@g10code.com>
* Makefile.am (AM_CPPFLAGS): Use in place of INCLUDES. Define
LOCALEDIR.
* shmtest.c (i18n_init): s/G10_LOCALEDIR/LOCALEDIR/.
* mpicalc.c (i18n_init): Ditto.
2006-04-20 David Shaw <dshaw@jabberwocky.com>
* make-dns-cert.c (main): Small exit code tweak from Peter
Palfrader.
2006-04-05 David Shaw <dshaw@jabberwocky.com>
* make-dns-cert.c: Some changes from Peter Palfrader to send
errors to stderr and allow spaces in a fingerprint. Also warn
when a key is over 16k (as that is the default max-cert-size) and
fail when a key is over 64k as that is the DNS limit in many
places.
2006-04-04 David Shaw <dshaw@jabberwocky.com>
* make-dns-cert.c: New program to generate properly formatted CERT
records so people don't have to do it manually.
2006-02-14 Werner Koch <wk@gnupg.org>
* mk-tdata.c (main): Implement option --char.
2005-08-05 David Shaw <dshaw@jabberwocky.com>
* gpg-zip.in: Add --decrypt functionality. Fix quoting so
filenames with spaces work properly.
2005-08-04 David Shaw <dshaw@jabberwocky.com>
* gpg-zip.in: New. Script wrapper to work with encrypted tar
files, a la PGP Zip.
* Makefile.am: Use it if we have a USTAR compatible tar.
2004-12-18 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Link with readline where needed.
2004-10-28 Werner Koch <wk@g10code.com>
* Makefile.am (other_libs): New. Also include LIBICONV. Noted by
Tim Mooney.
2004-10-01 Werner Koch <wk@g10code.com>
* bftest.c (i18n_init): Always use LC_ALL.
* shmtest.c (i18n_init): Ditto.
* mpicalc.c (i18n_init): Ditto.
2004-09-13 David Shaw <dshaw@jabberwocky.com>
* pgpgroup-to-gpggroup: New perl script to take groups from PGP
command line and write out GnuPG 'group' config lines.
2004-07-04 David Shaw <dshaw@jabberwocky.com>
* ring-a-party: ElGamal -> Elgamal
2004-01-11 David Shaw <dshaw@jabberwocky.com>
* convert-from-106, lspgpot: Check for gpg binary before
proceeding. Don't hardcode the path to gpg.
* gpgsplit.c (handle_bzip2): Remove two cut and paste typecast
errors. Noted by Stefan Bellon.
2003-12-28 Stefan Bellon <sbellon@sbellon.de>
* gpgsplit.c [__riscos__]: Removal of unnecessary #ifdef
__riscos__ sections.
2003-12-06 David Shaw <dshaw@jabberwocky.com>
* gpgsplit.c (write_part): Split off decompression code.
(handle_zlib): Move it here.
(handle_bzip2): Add this to handle BZIP2 compressed messages.
2003-10-25 Werner Koch <wk@gnupg.org>
* Makefile.am: Replaced INTLLIBS by LIBINTL.
2003-08-24 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Use NETLIBS instead of EGDLIBS.
2003-07-10 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Use W32LIBS where appropriate.
2003-05-30 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Some cleanup, and use DLLIBS for -ldl.
2003-05-24 David Shaw <dshaw@jabberwocky.com>
* bftest.c, crlf.c, mk-tdata.c, mpicalc.c, shmtest.c: Edit all
preprocessor instructions to remove whitespace before the
'#'. This is not required by C89, but there are some compilers out
there that don't like it.
2003-03-11 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Use @CAPLIBS@ to link in -lcap if we are using
capabilities.
2003-02-22 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Distribute convert-from-106.
* convert-from-106: Script to automate the 1.0.6->later
conversion. It marks all secret keys as ultimately trusted, adds
the signature caches, and checks the trustdb. Moved from the
scripts directory.
2002-10-31 Stefan Bellon <sbellon@sbellon.de>
* gpgsplit.c (write_part) [__riscos__]: Use riscos_load_module()
to load ZLib module.
2002-10-23 Werner Koch <wk@gnupg.org>
* gpgsplit.c: New options --secret-to-public and --no-split.
GNUified the indentation style.
2002-09-25 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Link bftest with EGDLIBS (i.e. NETLIBS) as EGD uses
sockets.
2002-05-07 Stefan Bellon <sbellon@sbellon.de>
* gpgsplit.c (create_filename): Use EXTSEP_S instead of ".".
2002-04-23 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Do not list libraries in -lxxx format in a
dependency line.
2002-01-02 Stefan Bellon <sbellon@sbellon.de>
* gpgsplit.c [__riscos__]: Added RISC OS specific file name
code.
* gpgsplit.c (write_part): Introduced two explicit casts.
2001-12-21 David Shaw <dshaw@jabberwocky.com>
* gpgsplit.c (pkttype_to_string): PKT_PHOTO_ID -> PKT_ATTRIBUTE
2001-10-23 Werner Koch <wk@gnupg.org>
* Makefile.am (gpgsplit_LDADD): Add ZLIBS.
2001-09-18 Werner Koch <wk@gnupg.org>
* gpgsplit.c: New option --uncompress.
(write_part): Handle old style uncompressing.
2001-06-20 Werner Koch <wk@gnupg.org>
* gpgsplit.c: New.
* Makefile.am (bin_PROGRAMS): Install gpgsplit.
2001-03-27 Werner Koch <wk@gnupg.org>
* mail-signed-keys: Add option --dry-run.
2001-03-21 Werner Koch <wk@gnupg.org>
* shmtest.c: Add sys/types.h
Fri Sep 15 18:40:36 CEST 2000 Werner Koch <wk@openit.de>
* ring-a-party: An array start at offset 1 no 0. Many thanks to Mike
for finding this bug.
Thu Sep 14 14:20:38 CEST 2000 Werner Koch <wk@openit.de>
* ring-a-party: Flush the last key.
Wed Jul 5 13:28:45 CEST 2000 Werner Koch <wk@>
* mail-signed-keys: New.
Tue May 23 09:19:00 CEST 2000 Werner Koch <wk@openit.de>
* ring-a-party: New.
Thu Jul 8 16:21:27 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
* lspgpot: New
Wed Jul 7 13:08:40 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
* Makefile.am: Support for libtool.
Tue Jun 8 13:36:25 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
* mpicalc.c (main): hex digits may now be lowercase
(do_mulm): new.
Thu Dec 10 20:15:36 CET 1998 Werner Koch <wk@isil.d.shuttle.de>
* mpicalc.c (main): Moved initialization out of definition.
Mon May 18 15:39:22 1998 Werner Koch (wk@isil.d.shuttle.de)
* mk-tdata.c: New.
Tue Apr 7 19:50:41 1998 Werner Koch (wk@isil.d.shuttle.de)
* bftest.c: Now supports all availabe ciphers.
Copyright 1998, 1999, 2000, 2001, 2007 Free Software Foundation, Inc.
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
modifications, as long as this notice is preserved.
This file is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.