2010-05-04 11:56:42 +02:00
|
|
|
2010-05-04 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Add option --enable-standard-socket.
|
|
|
|
|
2010-03-09 10:55:24 +01:00
|
|
|
2010-03-09 Werner Koch <wk@g10code.com>
|
|
|
|
|
2010-03-09 11:09:04 +01:00
|
|
|
Release 2.0.15.
|
|
|
|
|
2010-03-09 10:55:24 +01:00
|
|
|
* configure.ac: Add option --disable-ccid-driver.
|
|
|
|
|
2010-02-18 10:52:28 +01:00
|
|
|
2010-02-18 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Release 2.0.15rc1.
|
|
|
|
|
|
|
|
* configure.ac: Remove double check for libassuan.
|
|
|
|
|
2009-09-23 Marcus Brinkmann <marcus@g10code.de>
* configure.ac (NEED_LIBASSUAN_API, NEED_LIBASSUAN_VERSION):
Update to new API (2, 1.1.0).
agent/
2009-09-23 Marcus Brinkmann <marcus@g10code.de>
* gpg-agent.c (parse_rereadable_options): Don't set global assuan
log file (there ain't one anymore).
(main): Update to new API.
(check_own_socket_pid_cb): Return gpg_error_t instead of int.
(check_own_socket_thread, check_for_running_agent): Create assuan
context before connecting to server.
* command.c: Include "scdaemon.h" before <assuan.h> because of
GPG_ERR_SOURCE_DEFAULT check.
(write_and_clear_outbuf): Use gpg_error_t instead of
assuan_error_t.
(cmd_geteventcounter, cmd_istrusted, cmd_listtrusted)
(cmd_marktrusted, cmd_havekey, cmd_sigkey, cmd_setkeydesc)
(cmd_sethash, cmd_pksign, cmd_pkdecrypt, cmd_genkey, cmd_readkey)
(cmd_keyinfo, cmd_get_passphrase, cmd_clear_passphrase)
(cmd_get_confirmation, cmd_learn, cmd_passwd)
(cmd_preset_passphrase, cmd_scd, cmd_getval, cmd_putval)
(cmd_updatestartuptty, cmd_killagent, cmd_reloadagent)
(cmd_getinfo, option_handler): Return gpg_error_t instead of int.
(post_cmd_notify): Change type of ERR to gpg_error_t from int.
(io_monitor): Add hook argument. Use symbols for constants.
(register_commands): Change return type of HANDLER to gpg_error_t.
(start_command_handler): Allocate assuan context before starting
server.
* call-pinentry.c: Include "scdaemon.h" before <assuan.h> because
of GPG_ERR_SOURCE_DEFAULT check.
(unlock_pinentry): Call assuan_release instead of
assuan_disconnect.
(getinfo_pid_cb, getpin_cb): Return gpg_error_t instead of int.
(start_pinentry): Allocate assuan context before connecting to
server.
* call-scd.c (membuf_data_cb, learn_status_cb, get_serialno_cb)
(membuf_data_cb, inq_needpin, card_getattr_cb, pass_status_thru)
(pass_data_thru): Change return type to gpg_error_t.
(start_scd): Allocate assuan context before connecting to server.
common/
2009-09-23 Marcus Brinkmann <marcus@g10code.de>
* asshelp.c (start_new_gpg_agent): Allocate assuan context before
starting server.
g10/
2009-09-23 Marcus Brinkmann <marcus@g10code.de>
* call-agent.c: Include "scdaemon.h" before <assuan.h> because of
GPG_ERR_SOURCE_DEFAULT check.
(learn_status_cb, dummy_data_cb, get_serialno_cb, default_inq_cb)
(learn_status_cb, inq_writecert_parms, inq_writekey_parms)
(scd_genkey_cb, membuf_data_cb): Return gpg_error_t instead of
int.
* gpg.c: Include "scdaemon.h" before <assuan.h> because of
GPG_ERR_SOURCE_DEFAULT check.
(main): Update to new Assuan API.
* server.c: Include "scdaemon.h" before <assuan.h> because of
GPG_ERR_SOURCE_DEFAULT check.
(option_handler, cmd_recipient, cmd_signer, cmd_encrypt)
(cmd_decrypt, cmd_verify, cmd_sign, cmd_import, cmd_export)
(cmd_delkeys, cmd_message, do_listkeys, cmd_listkeys)
(cmd_listsecretkeys, cmd_genkey, cmd_getinfo): Return gpg_error_t
instead of int.
(register_commands): Allocate assuan context before starting
server.
(gpg_server): Allocate assuan_context before starting server.
scd/
2009-09-23 Marcus Brinkmann <marcus@g10code.de>
* command.c: Include "scdaemon.h" before <assuan.h> because of
GPG_ERR_SOURCE_DEFAULT check.
(option_handler, open_card, cmd_serialno, cmd_lean, cmd_readcert)
(cmd_readkey, cmd_setdata, cmd_pksign, cmd_pkauth, cmd_pkdecrypt)
(cmd_getattr, cmd_setattr, cmd_writecert, cmd_writekey)
(cmd_genkey, cmd_random, cmd_passwd, cmd_checkpin, cmd_lock)
(cmd_unlock, cmd_getinfo, cmd_restart, cmd_disconnect, cmd_apdu)
(cmd_killscd): Return gpg_error_t instead of int.
(scd_command_handler): Allocate assuan context before starting server.
* scdaemon.c (main): Update to new Assuan API.
sm/
2009-09-23 Marcus Brinkmann <marcus@g10code.de>
* gpgsm.c (main): Update to new assuan API.
* server.c: Include "gpgsm.h" before <assuan.h> due to check for
GPG_ERR_SOURCE_DEFAULT and assuan.h now including gpg-error.h.
(option_handler, cmd_recipient, cmd_signer, cmd_encrypt)
(cmd_decrypt, cmd_verify, cmd_sign, cmd_import, cmd_export)
(cmd_delkeys, cmd_message, cmd_listkeys, cmd_dumpkeys)
(cmd_listsecretkeys, cmd_dumpsecretkeys, cmd_genkey)
(cmd_getauditlog, cmd_getinfo): Return gpg_error_t instead of int.
(register_commands): Same for member HANDLER in table.
(gpgsm_server): Allocate assuan context before starting server.
* sm/call-dirmngr.c:
* call-dirmngr.c (prepare_dirmngr): Check for CTX and error before
setting LDAPSERVER.
(start_dirmngr_ext): Allocate assuan context before starting
server.
(inq_certificate, isvalid_status_cb, lookup_cb, lookup_status_cb)
(run_command_cb, run_command_inq_cb, run_command_status_cb):
Return gpg_error_t instead of int.
tools/
2009-09-23 Marcus Brinkmann <marcus@g10code.de>
* gpg-connect-agent.c (getinfo_pid_cb, read_and_print_response)
(main): Update to new Assuan API.
Conflicts:
ChangeLog
agent/ChangeLog
agent/command.c
common/ChangeLog
g10/ChangeLog
scd/ChangeLog
sm/ChangeLog
sm/gpgsm.c
tools/ChangeLog
Somehow this slipped through. Really commit this time.
2009-09-23 Marcus Brinkmann <marcus@g10code.de>
* gpg-connect-agent.c (getinfo_pid_cb, read_and_print_response)
(main): Update to new Assuan API.
2009-10-16 Marcus Brinkmann <marcus@g10code.com>
* configure.ac: Check for libassuan instead of libassuan-pth.
common/
2009-10-16 Marcus Brinkmann <marcus@g10code.com>
* Makefile.am (libcommon_a_CFLAGS): Use LIBASSUAN_CFLAGS instead
of LIBASSUAN_PTH_CFLAGS.
scd/
2009-10-16 Marcus Brinkmann <marcus@g10code.com>
* AM_CFLAGS, scdaemon_LDADD: Use libassuan instead of libassuan-pth.
* scdaemon.c: Invoke ASSUAN_SYSTEM_PTH_IMPL.
(main): Call assuan_set_system_hooks and assuan_sock_init.
g13/
2009-10-16 Marcus Brinkmann <marcus@g10code.com>
* AM_CFLAGS, g13_LDADD: Use libassuan instead of libassuan-pth.
* g13.c: Invoke ASSUAN_SYSTEM_PTH_IMPL.
(main): Call assuan_set_system_hooks.
agent/
2009-10-16 Marcus Brinkmann <marcus@g10code.com>
* gpg_agent_CFLAGS, gpg_agent_LDADD: Use libassuan instead of
libassuan-pth.
* gpg-agent.c: Invoke ASSUAN_SYSTEM_PTH_IMPL.
(main): Call assuan_set_system_hooks and assuan_sock_init.
Fix invocation of assuan_socket_connect.
Conflicts:
ChangeLog
agent/ChangeLog
common/ChangeLog
configure.ac
g13/ChangeLog
g13/Makefile.am
g13/g13.c
scd/ChangeLog
agent/
2009-11-02 Marcus Brinkmann <marcus@g10code.de>
* command.c (reset_notify): Take LINE arg and return error.
(register_commands): Use assuan_handler_t type.
common/
2009-11-02 Marcus Brinkmann <marcus@g10code.de>
* get-passphrase.c (default_inq_cb, membuf_data_cb): Change return
type to gpg_error_t.
g10/
2009-11-02 Marcus Brinkmann <marcus@g10code.de>
* server.c (reset_notify, input_notify, output_notify): Update to
new assuan interface.
(register_commands): Use assuan_handler_t.
scd/
2009-11-02 Marcus Brinkmann <marcus@g10code.de>
* command.c (reset_notify): Take LINE arg and return error.
(register_commands): Use assuan_handler_t type.
sm/
2009-11-02 Marcus Brinkmann <marcus@g10code.de>
* server.c (reset_notify, input_notify, output_notify): Update to
new assuan interface.
(register_commands): Use assuan_handler_t.
* call-agent.c (membuf_data_cb, default_inq_cb)
(inq_ciphertext_cb, scd_serialno_status_cb)
(scd_keypairinfo_status_cb, istrusted_status_cb)
(learn_status_cb, learn_cb, keyinfo_status_cb): Return gpg_error_t.
Conflicts:
agent/ChangeLog
common/ChangeLog
g10/ChangeLog
g10/server.c
g13/ChangeLog
g13/server.c
scd/ChangeLog
sm/ChangeLog
Adjust for assuan_register_command change.
Conflicts:
agent/ChangeLog
g10/ChangeLog
g13/ChangeLog
g13/server.c
scd/ChangeLog
sm/ChangeLog
Add hack for the HELP command.
Conflicts:
tools/ChangeLog
Add help strings for all commands.
Conflicts:
agent/ChangeLog
agent/command.c
Add help strings for all commands.
Conflicts:
scd/ChangeLog
Add help strings for all commands
Conflicts:
sm/ChangeLog
agent/
2009-11-05 Marcus Brinkmann <marcus@g10code.de>
* call-pinentry.c (start_pinentry): Call assuan_pipe_connect, not
assuan_pipe_connect_ext.
* command.c (start_command_handler): Change
assuan_init_socket_server_ext into assuan_init_socket_server.
* call-scd.c (start_scd): Update use of assuan_socket_connect and
assuan_pipe_connect.
* gpg-agent.c (check_own_socket_thread, check_for_running_agent):
Update use of assuan_socket_connect.
common/
2009-11-05 Marcus Brinkmann <marcus@g10code.de>
* asshelp.c (start_new_gpg_agent): Update use of
assuan_socket_connect and assuan_pipe_connect.
scd/
2009-11-05 Marcus Brinkmann <marcus@g10code.de>
* command.c (scd_command_handler): Call assuan_init_socket_server,
not assuan_init_socket_server_ext.
sm/
2009-11-05 Marcus Brinkmann <marcus@g10code.de>
* call-dirmngr.c (start_dirmngr_ext): Update use of
assuan_pipe_connect and assuan_socket_connect.
tools/
2009-11-05 Marcus Brinkmann <marcus@g10code.de>
* gpg-connect-agent.c (start_agent): Update use of
assuan_socket_connect and assuan_pipe_connect.
Conflicts:
agent/ChangeLog
common/ChangeLog
g13/ChangeLog
g13/call-gpg.c
scd/ChangeLog
sm/ChangeLog
tools/ChangeLog
agent/
2009-11-25 Marcus Brinkmann <marcus@g10code.de>
* command.c (start_command_handler): Use assuan_fd_t and
assuan_fdopen on fds.
scd/
2009-11-25 Marcus Brinkmann <marcus@g10code.de>
* command.c (scd_command_handler): Use assuan_fd_t and
assuan_fdopen on fds.
sm/
2009-11-25 Marcus Brinkmann <marcus@g10code.de>
* server.c (gpgsm_server): Use assuan_fd_t and assuan_fdopen on
fds.
g10/
2009-11-25 Marcus Brinkmann <marcus@g10code.de>
* server.c (gpg_server): Use assuan_fd_t and assuan_fdopen on fds.
Conflicts:
agent/ChangeLog
g10/ChangeLog
g13/server.c
scd/ChangeLog
sm/ChangeLog
2009-11-27 Marcus Brinkmann <marcus@g10code.de>
* command.c (start_command_handler): Do not call
assuan_set_log_stream anymore.
* gpg-agent.c (main): But call assuan_set_assuan_log_stream here.
Conflicts:
agent/ChangeLog
agent/command.c
2009-12-08 Marcus Brinkmann <marcus@g10code.de>
* asshelp.c (start_new_gpg_agent) [HAVE_W32_SYSTEM]: Add missing
argument in assuan_socket_connect invocation.
* iobuf.c (iobuf_open_fd_or_name): Fix type of FD in function
declaration.
Conflicts:
common/ChangeLog
common/iobuf.c
common/
2009-12-08 Marcus Brinkmann <marcus@g10code.de>
* asshelp.c (start_new_gpg_agent): Convert posix FD to assuan FD.
agent/
2009-12-08 Marcus Brinkmann <marcus@g10code.de>
* call-pinentry.c (start_pinentry): Convert posix fd to assuan fd.
* call-scd.c (start_scd): Likewise.
sm/
2009-12-08 Marcus Brinkmann <marcus@g10code.de>
* call-dirmngr.c (start_dirmngr_ext): Convert posix fd to assuan fd.
tools/
2009-12-08 Marcus Brinkmann <marcus@g10code.de>
* gpg-connect-agent.c (main): Convert posix fd to assuan fd.
Conflicts:
agent/ChangeLog
common/ChangeLog
g13/call-gpg.c
sm/ChangeLog
tools/ChangeLog
2010-02-12 16:15:34 +01:00
|
|
|
2010-02-11 Marcus Brinkmann <marcus@g10code.de>
|
|
|
|
|
|
|
|
From trunk 2009-10-16:
|
|
|
|
|
|
|
|
* configure.ac: Check for libassuan instead of libassuan-pth.
|
|
|
|
|
|
|
|
2009-10-12 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
From trunk 2009-09-23:
|
|
|
|
|
|
|
|
* configure.ac (NEED_LIBASSUAN_API, NEED_LIBASSUAN_VERSION):
|
|
|
|
Update to new API (2, 1.1.0).
|
|
|
|
|
2009-12-21 17:25:24 +01:00
|
|
|
2009-12-21 Werner Koch <wk@g10code.com>
|
|
|
|
|
2009-12-21 20:17:41 +01:00
|
|
|
Release 2.0.14.
|
2009-12-21 17:25:24 +01:00
|
|
|
|
2009-12-08 13:43:27 +01:00
|
|
|
2009-12-08 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac (USE_DNS_CERT): Support via ADNS.
|
|
|
|
|
2009-12-07 18:11:59 +01:00
|
|
|
2009-12-07 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Check for ADNS before checking for the BIND
|
|
|
|
resolver.
|
|
|
|
(USE_ADNS): Fallback macro for PKA and CERT lookups.
|
|
|
|
|
2009-09-04 15:38:16 +02:00
|
|
|
2009-09-04 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Release 2.0.13.
|
|
|
|
|
2009-06-29 12:43:57 +02:00
|
|
|
2009-06-29 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Take care of --without-adns. Suggested by
|
|
|
|
Arfrever Frehtes Taifersar Arahesis.
|
|
|
|
|
|
|
|
2009-06-17 Werner Koch <wk@g10code.com>
|
|
|
|
|
2009-09-04 15:38:16 +02:00
|
|
|
Release 2.0.12.
|
2009-06-29 12:43:57 +02:00
|
|
|
|
Add full Camellia support.
* configure.ac: Remove Camellia restriction.
* gpg.c (main), misc.c (openpgp_cipher_test_algo): Remove Camellia
restriction.
* misc.c (map_cipher_openpgp_to_gcry), main.h: Add macros for
openpgp_cipher_open, openpgp_cipher_get_algo_keylen, and
openpgp_cipher_get_algo_blklen to wrap around the corresponding gcry_*
functions, but pass the algorithm number through
map_cipher_openpgp_to_gcry. This is needed in case the gcry algorithm
number doesn't match the OpenPGP number (c.f. Camellia).
* encr-data.c, pubkey-enc.c, mainproc.c, cipher.c, encode.c, seskey.c,
passphrase.c, seckey-cert.c: Use new openpgp_cipher_* macros here.
2009-06-05 16:11:03 +02:00
|
|
|
2009-06-05 David Shaw <dshaw@jabberwocky.com>
|
|
|
|
|
|
|
|
* configure.ac: Remove Camellia restriction.
|
|
|
|
|
2009-04-01 15:23:27 +02:00
|
|
|
2009-04-01 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Test for fsync.
|
|
|
|
|
2009-03-19 08:09:31 +01:00
|
|
|
2009-03-18 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Test for getrlimit.
|
|
|
|
|
2009-03-03 10:02:58 +01:00
|
|
|
2009-03-03 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Release 2.0.11.
|
|
|
|
|
2009-01-12 10:18:27 +01:00
|
|
|
2009-01-12 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Release 2.0.10.
|
|
|
|
|
2008-12-09 12:54:40 +01:00
|
|
|
2008-12-09 Werner Koch <wk@g10code.com>
|
2008-10-20 15:53:23 +02:00
|
|
|
|
2008-12-09 12:54:40 +01:00
|
|
|
Release 2.0.10rc1.
|
2008-10-20 15:53:23 +02:00
|
|
|
|
2008-10-17 21:18:46 +02:00
|
|
|
2008-10-17 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Use more warning options with modern GCCs.
|
|
|
|
|
2008-09-29 17:02:55 +02:00
|
|
|
2008-09-29 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Require libgcrypt 1.4.
|
|
|
|
|
2008-08-27 07:58:30 +02:00
|
|
|
2008-08-27 David Shaw <dshaw@jabberwocky.com>
|
|
|
|
|
2008-08-27 19:01:29 +02:00
|
|
|
* configure.ac: Use printf for the most portable SVN version
|
|
|
|
detection.
|
|
|
|
|
2008-08-27 07:58:30 +02:00
|
|
|
* configure.ac: Darwin's /bin/sh has a builtin echo that doesn't
|
|
|
|
understand '-n'. Use tr to trim the carriage return instead.
|
|
|
|
|
2008-04-23 19:23:04 +02:00
|
|
|
2008-04-23 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Call gl_HEADER_SYS_SOCKET and gl_TYPE_SOCKLEN_T.
|
|
|
|
|
2008-04-07 21:31:12 +02:00
|
|
|
2008-04-07 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac (ADNSLIBS): Test for adns.
|
|
|
|
(GPGKEYS_KDNS): New.
|
|
|
|
|
2008-04-01 17:08:57 +02:00
|
|
|
2008-04-01 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Require curl 7.10 (Oct 1 2002) or later as we use
|
|
|
|
curl_version_info().
|
2008-04-07 21:31:12 +02:00
|
|
|
(AC_INIT): Fix quoting.
|
2008-04-01 17:08:57 +02:00
|
|
|
|
2008-03-27 14:18:19 +01:00
|
|
|
2008-03-27 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* Makefile.am (dist_doc_DATA): New. Install README.
|
|
|
|
|
2008-03-26 12:01:06 +01:00
|
|
|
2008-03-26 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Release 2.0.9.
|
|
|
|
|
2008-02-19 13:58:34 +01:00
|
|
|
2008-02-19 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Remove --with-pkits-tests.
|
|
|
|
|
2008-02-15 10:58:01 +01:00
|
|
|
2008-02-15 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* gl/allocsa.h, gl/m4/allocsa.m4: Replace HAVE_LONG_LONG by
|
|
|
|
HAVE_LONG_LONG_INT.
|
|
|
|
|
|
|
|
2008-02-15 gettextize <bug-gnu-gettext@gnu.org>
|
|
|
|
|
|
|
|
* configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.17.
|
|
|
|
|
2007-12-20 09:52:40 +01:00
|
|
|
2007-12-20 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 2.0.8.
|
|
|
|
|
2007-12-17 11:49:58 +01:00
|
|
|
2007-12-17 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Add treatment for HAVE_LDAP_START_TLS_SA.
|
|
|
|
|
2007-12-14 17:08:53 +01:00
|
|
|
2007-12-14 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 2.0.8rc1.
|
|
|
|
|
2007-12-12 11:28:30 +01:00
|
|
|
2007-12-12 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac (USE_CAMELLIA): Define by new option --enable-camellia.
|
|
|
|
|
2007-12-04 12:23:31 +01:00
|
|
|
2007-12-03 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Add test gt_LC_MESSAGES..
|
|
|
|
|
2007-10-01 16:48:39 +02:00
|
|
|
2007-10-01 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Require assuan 1.0.4.
|
|
|
|
|
2007-09-14 15:38:36 +02:00
|
|
|
2007-09-14 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac (GNUPG_LIBASSUAN_VERSION): New.
|
|
|
|
|
2007-09-10 17:40:29 +02:00
|
|
|
2007-09-10 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 2.0.7.
|
|
|
|
|
2007-08-27 20:10:27 +02:00
|
|
|
2007-08-27 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Remove remaining support for internal regex.
|
|
|
|
Define DISABLE_REGEX automake conditional. Add option
|
|
|
|
--with-regex.
|
|
|
|
* autogen.sh [--build-w32]: Remove --disable-regex. Use --with-regex.
|
|
|
|
|
2007-08-16 12:42:06 +02:00
|
|
|
2007-08-16 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 2.0.6.
|
|
|
|
|
2007-08-10 18:52:05 +02:00
|
|
|
2007-08-08 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Use AC_CANONICAL_HOST and not AC_CANONICAL_TARGET.
|
|
|
|
|
2007-07-10 11:24:29 +02:00
|
|
|
2007-07-09 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac (AM_ICONV): Check for it even when building without
|
|
|
|
NLS.
|
|
|
|
|
2007-07-05 18:58:19 +02:00
|
|
|
2007-07-05 Werner Koch <wk@g10code.com>
|
|
|
|
|
2007-07-05 20:59:50 +02:00
|
|
|
Released 2.0.5.
|
|
|
|
|
2007-07-05 18:58:19 +02:00
|
|
|
* configure.ac: Require libassuan 1.0.2.
|
|
|
|
|
2007-07-05 00:24:26 +02:00
|
|
|
2007-07-05 Marcus Brinkmann <marcus@g10code.de>
|
|
|
|
|
|
|
|
* configure.ac: Invoke AM_LANGINFO_CODESET.
|
|
|
|
|
2007-07-04 21:49:40 +02:00
|
|
|
2007-07-04 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* Makefile.am (AUTOMAKE_OPTIONS): Add no-dist-gzip.
|
|
|
|
|
|
|
|
Switched entire package to GPLv3+.
|
|
|
|
|
|
|
|
* configure.ac: Require libksba 1.0.2.
|
|
|
|
|
|
|
|
* COPYING: Updated to GPLv3.
|
|
|
|
* COPYING.LIB: New as jnlib/ uses this license.
|
|
|
|
|
|
|
|
* gl/: Switched to GPLv3+.
|
|
|
|
|
|
|
|
* intl/ Removed.
|
|
|
|
* configure.ac (AM_GNU_GETTEXT): Add external flag.
|
|
|
|
(AM_ICONV): New.
|
|
|
|
|
2007-07-04 11:34:28 +02:00
|
|
|
2007-07-03 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac [W32]: Use ws2_32 instead of wsock32.
|
|
|
|
|
2007-06-26 15:48:44 +02:00
|
|
|
2007-06-25 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* gl/mkdtemp.c (gen_tempname) [MKDIR_TAKES_ONE_ARG]: Avoid
|
|
|
|
compiler warning by using the proper config macro.
|
|
|
|
|
2007-06-15 16:27:31 +02:00
|
|
|
2007-06-15 Werner Koch <wk@g10code.com>
|
|
|
|
|
2007-06-15 17:38:44 +02:00
|
|
|
* configure.ac: Call AM_PO_SUBDIRS.
|
|
|
|
(W32SOCKLIBS): New.
|
2007-06-15 16:27:31 +02:00
|
|
|
|
|
|
|
* autogen.sh: Use = and not == in test to be POSIXly correct.
|
|
|
|
<build-w32>: Disable use of regex.
|
|
|
|
|
2007-06-14 19:05:07 +02:00
|
|
|
2007-06-14 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac [AH_BOTTOM]: Remove the hardwired names of modules.
|
|
|
|
|
|
|
|
2007-06-12 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac [AH_BOTTOM]: Define HTTP_NO_WSASTARTUP.
|
|
|
|
|
|
|
|
2007-06-11 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* am/cmacros.am (libcommonstd, libcommonpth, libcommonstd_ldadd)
|
|
|
|
(libcommonpth_ldadd): Add macros.
|
|
|
|
|
2007-06-06 20:12:30 +02:00
|
|
|
2007-06-06 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Add a few notices message so make browsing of the
|
|
|
|
log file easier.
|
|
|
|
(CC_FOR_BUILD): New.
|
|
|
|
|
|
|
|
2007-05-30 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac [W32]: Do not create a symlink to w32-pth.h.
|
|
|
|
Require the installation of the w32pth package.
|
|
|
|
|
|
|
|
2007-05-29 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* gl/: Updated to a newer version.
|
|
|
|
|
|
|
|
2007-05-24 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Use -Wpointer-arith is possible.
|
|
|
|
|
2007-05-15 18:10:48 +02:00
|
|
|
2007-05-15 Werner Koch <wk@g10code.com>
|
|
|
|
|
2007-05-15 21:47:15 +02:00
|
|
|
* configure.ac: Renamed the estream macros. Remove -Wformat-nonliteral.
|
|
|
|
|
|
|
|
* configure.ac: Call ESTREAM_INIT and define the memory
|
2007-05-15 18:10:48 +02:00
|
|
|
allocators for estream_asprintf.
|
|
|
|
(gl_MODULES): Remove vasprintf.
|
|
|
|
|
2007-05-09 13:01:33 +02:00
|
|
|
2007-05-09 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 2.0.4.
|
|
|
|
|
2007-05-07 21:49:12 +02:00
|
|
|
2007-05-07 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Require libgcrypt 1.2.2 to avoid compiler warnings.
|
|
|
|
|
|
|
|
2007-05-07 gettextize <bug-gnu-gettext@gnu.org>
|
|
|
|
|
|
|
|
* configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.16.1.
|
|
|
|
|
|
|
|
2007-05-07 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Bail out if no C-89 compiler has been found.
|
|
|
|
|
2007-05-04 11:23:51 +02:00
|
|
|
2007-05-04 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-mailto
|
|
|
|
|
2007-05-04 14:04:26 +02:00
|
|
|
* configure.ac: Require automake 1.10
|
|
|
|
(AC_CONFIG_FILES): Rename gpgkeys_ to gpg2keys_.
|
|
|
|
(AM_PROG_CC_C_O): New.
|
2007-05-04 11:23:51 +02:00
|
|
|
|
2007-03-08 15:16:15 +01:00
|
|
|
2007-03-08 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 2.0.3.
|
|
|
|
|
2007-03-08 15:21:35 +01:00
|
|
|
* autogen.sh: Add option --force.
|
|
|
|
|
2007-01-31 15:24:41 +01:00
|
|
|
2007-01-31 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 2.0.2.
|
|
|
|
|
2006-12-06 11:16:50 +01:00
|
|
|
2006-11-30 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Save original LIBS when testing for dlopen.
|
|
|
|
|
2006-11-28 17:36:02 +01:00
|
|
|
2006-11-28 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 2.0.1.
|
|
|
|
|
2006-11-23 10:53:17 +01:00
|
|
|
2006-11-23 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 2.0.1rc1.
|
|
|
|
|
2006-11-21 12:00:14 +01:00
|
|
|
2006-11-21 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac [AH_BOTTOM]: Disable PTH soft mapping.
|
|
|
|
(AC_CHECK_SIZEOF): Check for time_t.
|
|
|
|
(BUILD_INCLUDED_LIBINTL): Remove AM_PO_SUBDIRS as it is not
|
|
|
|
required for C.
|
|
|
|
|
2006-11-20 17:49:41 +01:00
|
|
|
2006-11-15 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* autogen.sh: Add convenience option --build-amd64.
|
|
|
|
|
2006-11-14 17:40:44 +01:00
|
|
|
2006-11-14 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac (HAVE_ASSUAN_SET_IO_MONITOR): Test for it.
|
|
|
|
|
2006-11-11 15:17:09 +01:00
|
|
|
2006-11-11 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 2.0.0.
|
|
|
|
|
2006-11-06 10:44:28 +01:00
|
|
|
2006-11-06 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 1.9.95.
|
|
|
|
|
2006-11-05 16:08:58 +01:00
|
|
|
2006-11-03 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Test for pty.h. From Gentoo.
|
|
|
|
|
2006-10-24 16:45:34 +02:00
|
|
|
2006-10-24 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 1.9.94.
|
|
|
|
|
2006-10-23 16:02:13 +02:00
|
|
|
2006-10-20 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* Makefile.am (stowinstall): Add convenience target.
|
|
|
|
|
2006-10-19 16:22:06 +02:00
|
|
|
2006-10-18 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: svn revison magic fixes for old bashs. Suggested
|
|
|
|
by Alain Guibert.
|
|
|
|
|
2006-10-18 19:19:08 +02:00
|
|
|
2006-10-18 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 1.9.93.
|
|
|
|
|
2006-10-17 16:34:42 +02:00
|
|
|
2006-10-17 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* autogen.sh <--build-w32>: Test also for a host "mingw32".
|
|
|
|
|
|
|
|
* configure.ac: Removed W32LIBS. Use NETLIBS instead.
|
|
|
|
|
2006-10-11 12:05:03 +02:00
|
|
|
2006-10-11 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 1.9.92.
|
|
|
|
|
|
|
|
* configure.ac: Require libassuan 0.9.3.
|
|
|
|
|
2006-10-10 13:11:04 +02:00
|
|
|
2006-10-09 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* acinclude.m4: Moved pth check to m4/gnupg-pth.m4.
|
|
|
|
|
|
|
|
2006-10-06 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Also check for libassuan's pth version.
|
|
|
|
|
2006-10-04 12:22:56 +02:00
|
|
|
2006-10-04 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 1.9.91.
|
|
|
|
|
|
|
|
* configure.ac: Require libassuan 0.9.1 which fixes a problem with
|
|
|
|
gpgsm.
|
|
|
|
|
2006-10-02 13:54:35 +02:00
|
|
|
2006-09-27 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* gl/strsep.h, gl/strsep.c, gl/m4/strsep.m4: Removed.
|
|
|
|
* gl/strpbrk.h, gl/strpbrk.c, gl/m4/strpbrk.m4: Removed.
|
|
|
|
* gl/Makefile.am: Removed module strsep and strpbrk.
|
|
|
|
* configure.ac: Check for strsep in the context of jnlib. Remove
|
|
|
|
check from gl_MODULES. Moved check for timegm into the jnlib context.
|
|
|
|
|
2006-09-27 16:56:26 +02:00
|
|
|
2006-09-27 Marcus Brinkmann <marcus@g10code.de>
|
|
|
|
|
|
|
|
* Makefile.am: Fix cut & paste error.
|
|
|
|
|
2006-09-25 09:59:34 +02:00
|
|
|
2006-09-25 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 1.9.90.
|
|
|
|
|
2006-09-22 13:39:45 +02:00
|
|
|
2006-09-22 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* AUTHORS: Add information about used licenses.
|
|
|
|
|
2006-09-20 13:01:49 +02:00
|
|
|
2006-09-20 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* Makefile.am (dist-hook): Removed distfiles cruft.
|
|
|
|
(SUBDIRS): Added include
|
|
|
|
|
2006-09-18 15:23:18 +02:00
|
|
|
2006-09-18 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 1.9.23.
|
|
|
|
|
|
|
|
* configure.ac (--enable-agent-only): Donot build tools and doc
|
|
|
|
(--disable-tools,--disable-doc): New.
|
|
|
|
* Makefile.am (SUBDIRS): Allow to conditional build tools and doc.
|
|
|
|
|
2006-09-14 18:50:33 +02:00
|
|
|
2006-09-14 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Replaced all call gpg_error_from_errno(errno) by
|
|
|
|
gpg_error_from_syserror().
|
|
|
|
|
|
|
|
* configure.ac: Build gpg by default.
|
|
|
|
(GNUPG_SYS_SO_PEERCRED): Removed.
|
|
|
|
|
2006-09-13 17:57:30 +02:00
|
|
|
2006-09-13 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* autogen.sh: Better detection of the cross compiler kit.
|
|
|
|
|
2006-09-06 23:09:36 +02:00
|
|
|
2006-09-06 Marcus Brinkmann <marcus@g10code.de>
|
|
|
|
|
|
|
|
* configure.ac: New automake conditional RUN_GPG_TESTS.
|
|
|
|
|
2006-09-06 18:35:52 +02:00
|
|
|
2006-09-06 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Define _ASSUAN_ONLY_GPG_ERRORS. Require Assuan
|
|
|
|
0.9 and libgpg-error 1.4
|
|
|
|
|
2006-09-06 13:53:24 +02:00
|
|
|
2006-08-31 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Require libksba 1.0 and added API check for it.
|
|
|
|
(GPG_ERR_LOCKED): Removed DECL check as we require 1.2 anyway.
|
|
|
|
(have_libusb): New to give a feedback about CCID support
|
|
|
|
|
2006-08-21 22:20:23 +02:00
|
|
|
2006-08-21 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Removed docbook tests.
|
|
|
|
(AC_CONFIG_FILES): Added gpgkeys_test and gpgkeys_mailto.
|
|
|
|
|
|
|
|
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Enable gpg.
|
|
|
|
|
2006-08-17 20:01:25 +02:00
|
|
|
2006-08-17 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* THANKS: Merged with the 1.4 one.
|
|
|
|
|
|
|
|
2006-08-16 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Removed test for capabilities and mlock.
|
|
|
|
|
2006-08-16 12:47:53 +02:00
|
|
|
2006-08-15 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* Makefile.am (keyserver): Enable building of keyserver helpers.
|
|
|
|
|
|
|
|
* configure.ac: Merged with the current configure from 1.4.5.
|
|
|
|
Require libgpg-error 1.2 and libksba 0.9.16.
|
|
|
|
|
2006-07-29 02:22:16 +02:00
|
|
|
2006-07-29 Marcus Brinkmann <marcus@g10code.de>
|
|
|
|
|
|
|
|
* README: Spelling fixes.
|
|
|
|
|
2006-07-27 16:18:55 +02:00
|
|
|
2006-07-27 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 1.9.22.
|
|
|
|
|
|
|
|
* configure.ac: Call AB_INIT.
|
|
|
|
|
2006-07-03 15:26:19 +02:00
|
|
|
2006-07-03 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Test for ksba_dn_teststr.
|
|
|
|
|
2006-06-30 15:19:49 +02:00
|
|
|
2006-06-30 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* keyserver/: New. Taken from 1.4.4
|
|
|
|
* Makefile.am (SUBDIRS): Include keyserver/.
|
|
|
|
* configure.ac: Include keyserver/.
|
|
|
|
(FAKE_CURL, GPGKEYS_CURL): New.
|
|
|
|
|
2006-06-20 20:52:43 +02:00
|
|
|
2006-06-20 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 1.9.21.
|
|
|
|
|
2006-06-08 13:57:18 +02:00
|
|
|
2006-06-08 Marcus Brinkmann <marcus@g10code.de>
|
|
|
|
|
|
|
|
* configure.ac (PTH_LIBS): Add --all to pth-config invocation.
|
|
|
|
|
2006-05-24 13:12:28 +02:00
|
|
|
2006-05-24 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: New option --disable-optimization taked from 1.4.3.
|
|
|
|
|
2006-05-23 18:19:43 +02:00
|
|
|
2006-05-23 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac (ZLIBS): New for zlib link commands. Add bzip2
|
|
|
|
support.
|
|
|
|
|
|
|
|
2006-05-22 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac (EXEEXT): New.
|
|
|
|
|
2006-04-19 13:26:11 +02:00
|
|
|
2006-04-18 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac (PK_UID_CACHE_SIZE): New.
|
|
|
|
|
|
|
|
2006-04-07 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Use new method to include the SVN revison. Now it
|
|
|
|
is the actual global revision number.
|
|
|
|
|
2005-12-20 11:26:32 +01:00
|
|
|
2005-12-20 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 1.9.20.
|
|
|
|
|
2005-11-28 12:52:25 +01:00
|
|
|
2005-11-28 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Append the revision to the version string.
|
|
|
|
|
|
|
|
2005-11-13 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* am/cmacros.am (-DGNUPG_SYSCONFDIR): Define it.
|
|
|
|
|
|
|
|
2005-11-11 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac (NEED_KSBA_VERSION: Require 0.9.13.
|
|
|
|
|
|
|
|
2005-09-12 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 1.9.19.
|
|
|
|
|
2005-08-01 18:54:54 +02:00
|
|
|
2005-08-01 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 1.9.18.
|
|
|
|
|
|
|
|
* configure.ac: Require libksba 0.9.12 to match new features in gpgsm.
|
|
|
|
|
2005-06-20 19:32:44 +02:00
|
|
|
2005-06-20 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 1.9.17.
|
|
|
|
|
2005-06-03 15:57:24 +02:00
|
|
|
2005-06-02 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac (HAVE_PTH): Define as alias for USE_GNU_PTH. It is
|
|
|
|
used by common/estream.c.
|
|
|
|
|
* configure.ac (gl_INIT): Add gnulib stuff.
(fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS
by a simple check.
(putc_unlocked): Removed check. Not used.
(strsep, mkdtemp, asprintf): Replaced checks by gnulib checks.
(xsize): Added will probably come handy soon.
(CFLAGS): Use -Wformat-security instead of
-Wformat-nonliteral. Add --Wno-format-y2k.
* gl/, gl/m4/: New.
* gpg-agent.c: Include setenv.h.
* Makefile.am (AM_CPPFLAGS): Added.
* util.h: Add some includes for gnulib.
(ttyname, isascii): Define them inline.
* fseeko.c, ftello.c: Removed.
* strsep.c, mkdtemp.c: Removed.
* ttyname.c, isascii.c: Removed.
* mkdtemp.c: Removed.
* exec.c: Include mkdtemp.h
* keybox-file.c (ftello) [!HAVE_FSEEKO]: New replacement
function. Copied from ../common/ftello.c.
* keybox-update.c (fseeko) [!HAVE_FSEEKO]: New replacement
function. Copied from ../common/iobuf.c.
* scdaemon.c: Include mkdtemp.h.
* misc.c: Include setenv.h.
* symcryptrun.c: Include mkdtemp.h.
2005-06-01 17:46:01 +02:00
|
|
|
2005-06-01 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac (gl_INIT): Add gnulib stuff.
|
|
|
|
(fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS
|
|
|
|
by a simple check.
|
|
|
|
(putc_unlocked): Removed check. Not used.
|
|
|
|
(strsep, mkdtemp, asprintf): Replaced checks by gnulib checks.
|
|
|
|
(xsize): Added will probably come handy soon.
|
|
|
|
(CFLAGS): Use -Wformat-security instead of
|
|
|
|
-Wformat-nonliteral. Add --Wno-format-y2k.
|
|
|
|
* gl/, gl/m4/: New.
|
|
|
|
|
2005-05-18 12:48:06 +02:00
|
|
|
2005-05-15 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Remove option --disable-threads; require the use
|
|
|
|
of GNU Pth.
|
|
|
|
|
2005-04-27 14:09:21 +02:00
|
|
|
2005-04-27 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Removed OpenSC detection and options.
|
|
|
|
* acinclude.m4: Ditto.
|
|
|
|
|
2005-04-21 11:33:07 +02:00
|
|
|
2005-04-21 Werner Koch <wk@g10code.com>
|
|
|
|
|
2005-04-21 16:39:00 +02:00
|
|
|
Released 1.9.16.
|
|
|
|
|
2005-04-21 11:33:07 +02:00
|
|
|
* configure.ac: Do not build gpg by default.
|
|
|
|
|
|
|
|
2005-04-20 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Test whether GPG_ERR_LOCKED is declared and
|
|
|
|
provide a replacement if not.
|
|
|
|
|
2005-04-18 12:44:46 +02:00
|
|
|
2005-04-15 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Require libksba 0.9.11.
|
|
|
|
|
2005-04-15 03:33:46 +02:00
|
|
|
2005-04-15 Marcus Brinkmann <marcus@g10code.de>
|
|
|
|
|
2005-04-15 04:24:44 +02:00
|
|
|
* configure.ac: Check for /usr/bin/shred and define SHRED.
|
|
|
|
|
2005-04-15 03:33:46 +02:00
|
|
|
* configure.ac: Add --enable-symcryptrun, disabled by default.
|
|
|
|
Define automake variable BUILD_SYMCRYPTRUN.
|
|
|
|
Check for openpty -lutil, define LIBUTIL_LIBS.
|
|
|
|
|
2005-03-03 11:15:07 +01:00
|
|
|
2005-03-03 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Accidently used
|
|
|
|
--ldflags instead of --cflags. Reported by Kazu Yamamoto.
|
|
|
|
|
2005-02-03 18:40:02 +01:00
|
|
|
2005-02-03 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* AUTHORS: Copied from 1.4 and edited to refelct the changes in
|
|
|
|
1.9.
|
|
|
|
|
2005-02-03 14:20:57 +01:00
|
|
|
2005-01-17 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Make --without-included-regex work as expected.
|
|
|
|
Fixed FTP location info for some libraries.
|
|
|
|
|
2005-01-13 19:00:46 +01:00
|
|
|
2005-01-13 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 1.9.15.
|
|
|
|
|
|
|
|
* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple test
|
|
|
|
program to see whether the installation is sane.
|
|
|
|
|
|
|
|
2005-01-07 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Require gpg-error 1.0.
|
|
|
|
|
|
|
|
2005-01-04 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Remove hack not to build gpg2 for W32.
|
|
|
|
* autogen.sh <build-w32>: Pass option --disable-gpg instead.
|
|
|
|
|
2004-12-22 18:55:28 +01:00
|
|
|
2004-12-22 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 1.9.14.
|
|
|
|
|
2004-12-20 17:17:25 +01:00
|
|
|
2004-12-20 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let all
|
|
|
|
directories default to c:/gnupg. Require libassuan 0.6.9.
|
|
|
|
|
2004-12-18 19:53:32 +01:00
|
|
|
2004-12-18 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac (AH_BOTTOM): Define EXEEXT_S.
|
|
|
|
|
|
|
|
* autogen.sh: Updated --build-w32 feature.
|
|
|
|
|
2004-12-15 15:15:54 +01:00
|
|
|
2004-12-15 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* Makefile.am (SUBDIRS) [W32]: Do not build in tests/.
|
|
|
|
|
|
|
|
* acinclude.m4: Add proper macro name quoting for use with
|
|
|
|
automake 1.9.
|
|
|
|
|
|
|
|
* configure.ac: Add replacement check for ttyname.
|
|
|
|
Removed support for a included zlib.
|
|
|
|
|
2004-12-06 14:49:14 +01:00
|
|
|
2004-12-06 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac (have_w32_system): New. Disable Pth checks for W32.
|
|
|
|
Link jnlib/w32-pth.h to pth.h.
|
|
|
|
|
2004-12-03 18:44:57 +01:00
|
|
|
2004-12-03 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 1.9.13.
|
|
|
|
|
2004-12-02 08:48:09 +01:00
|
|
|
2004-11-26 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* configure.ac: Replace strsep. Replaced use of "target" by
|
|
|
|
"host".
|
|
|
|
|
2004-10-22 18:03:04 +02:00
|
|
|
2004-10-22 Werner Koch <wk@g10code.com>
|
|
|
|
|
2004-10-22 21:48:12 +02:00
|
|
|
Released 1.9.12.
|
|
|
|
|
2004-10-22 18:03:04 +02:00
|
|
|
* Makefile.am (AUTOMAKE_OPTIONS): Set option to create bzip2 tarball.
|
|
|
|
|
2004-10-01 14:54:53 +02:00
|
|
|
2004-10-01 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
Released 1.9.11.
|
|
|
|
|
2004-09-30 16:34:34 +02:00
|
|
|
2004-09-30 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* README: Minor updates.
|
|
|
|
|
|
|
|
2004-09-30 gettextize <bug-gnu-gettext@gnu.org>
|
|
|
|
|
|
|
|
* configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.14.1.
|
|
|
|
|
2004-08-17 17:26:22 +02:00
|
|
|
2004-08-16 Werner Koch <wk@g10code.de>
|
|
|
|
|
|
|
|
* configure.ac: Build Makefile for tests/pkits. New option
|
|
|
|
--with-pkits-tests.
|
|
|
|
|
2004-08-05 11:24:36 +02:00
|
|
|
2004-08-05 Werner Koch <wk@g10code.de>
|
|
|
|
|
|
|
|
* configure.ac: Changed tests for libusb to also suuport the
|
|
|
|
stable version 0.1.x.
|
|
|
|
|
2004-07-22 11:37:36 +02:00
|
|
|
2004-07-22 Werner Koch <wk@g10code.de>
|
|
|
|
|
|
|
|
Released 1.9.10.
|
|
|
|
|
2004-07-22 12:52:56 +02:00
|
|
|
* configure.ac: Define AM conditional HAVE_OPENSC.
|
|
|
|
|
2004-07-22 11:37:36 +02:00
|
|
|
2004-07-21 Werner Koch <wk@g10code.de>
|
|
|
|
|
|
|
|
* configure.ac: Don't set DIE to no after it might has been set to
|
|
|
|
yes.
|
|
|
|
|
2004-07-20 20:41:49 +02:00
|
|
|
2004-07-20 Werner Koch <wk@g10code.de>
|
|
|
|
|
|
|
|
* Makefile.am (sm): Build kbx only if gpgsm is to be build.
|
|
|
|
|
2004-07-20 13:22:10 +02:00
|
|
|
2004-07-20 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* configure.ac: New option --enable-agent-only.
|
|
|
|
|
2004-06-08 21:10:32 +02:00
|
|
|
2004-06-08 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
Released 1.9.9.
|
|
|
|
|
2004-06-06 15:00:59 +02:00
|
|
|
2004-06-06 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* configure.ac: Require libksba 0.9.7.
|
|
|
|
|
2004-04-29 19:32:02 +02:00
|
|
|
2004-04-29 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
Released 1.9.8.
|
|
|
|
|
2004-04-20 16:16:26 +02:00
|
|
|
2004-04-20 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* configure.ac: Remove the fopencookie test. We don't need the
|
|
|
|
dummy function because we conditionally use fopencookie,
|
|
|
|
fpencookie or a replacement at place.
|
|
|
|
|
2004-04-19 16:17:30 +02:00
|
|
|
2004-04-02 Thomas Schwinge <schwinge@nic-nac-project.de>
|
|
|
|
|
|
|
|
* autogen.sh: Added ACLOCAL_FLAGS.
|
|
|
|
|
2004-04-06 09:36:25 +02:00
|
|
|
2004-04-06 Werner Koch <wk@gnupg.org>
|
|
|
|
|
2004-04-06 13:40:28 +02:00
|
|
|
Released 1.9.7.
|
|
|
|
|
2004-04-06 09:36:25 +02:00
|
|
|
* configure.ac: Require libgcrypt 1.1.94.
|
2004-04-06 12:01:04 +02:00
|
|
|
Introduce PACKAGE_GT and set it to gnupg2.
|
2004-04-06 09:36:25 +02:00
|
|
|
|
2004-03-23 14:03:09 +01:00
|
|
|
2004-03-23 Werner Koch <wk@gnupg.org>
|
|
|
|
|
2004-04-06 09:36:25 +02:00
|
|
|
* configure.ac: Define SAFE_VERSION_DASH and SAFE_VERSION_DOT.
|
2004-03-23 14:03:09 +01:00
|
|
|
|
2004-03-16 11:49:00 +01:00
|
|
|
2004-03-09 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* configure.ac (NEED_GPG_ERROR_VERSION): Set to 0.7.
|
|
|
|
|
2004-03-06 21:11:19 +01:00
|
|
|
2004-03-06 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
Released 1.9.6.
|
|
|
|
|
|
|
|
* configure.ac: Check the Libgcrypt API.
|
|
|
|
|
2004-02-25 09:58:46 +01:00
|
|
|
2004-02-25 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* configure.ac: New option --disable-threads to inhibit
|
|
|
|
unintentional builds without Pth.
|
|
|
|
|
2004-02-21 14:13:35 +01:00
|
|
|
2004-02-21 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
Released 1.9.5.
|
|
|
|
|
2004-02-20 15:23:30 +01:00
|
|
|
2004-02-20 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* configure.ac: Fixed URLs in the notice messages.
|
|
|
|
|
2004-02-18 19:38:50 +01:00
|
|
|
2004-02-18 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* acinclude.m4: Removed macros to detect gpg-error, libgcrypt,
|
|
|
|
libassuan and ksba as they are now distributed in m4/.
|
|
|
|
|
2004-02-13 13:40:54 +01:00
|
|
|
2004-02-13 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* configure.ac: Require libksba 0.9.4 and libgcrypt 1.1.92.
|
|
|
|
|
2004-02-12 10:25:30 +01:00
|
|
|
2004-02-12 Werner Koch <wk@gnupg.org>
|
|
|
|
|
2004-02-12 11:05:47 +01:00
|
|
|
* autogen.sh: Removed cruft from debugging.
|
|
|
|
|
2004-02-12 10:25:30 +01:00
|
|
|
* am/cmacros.am: New.
|
|
|
|
|
|
|
|
2004-02-11 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* configure.ac: Removed the need for g10defs.h. Reworked the
|
|
|
|
--with-foo-pgm stuff.
|
|
|
|
|
|
|
|
* autogen.sh (check_version): Removed bashism and simplified.
|
|
|
|
* acinclude.m4 (AM_PATH_OPENSC): Kludge to avoid error output for
|
|
|
|
a bad opensc-config.
|
|
|
|
|
2004-01-30 10:12:36 +01:00
|
|
|
2004-01-30 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
Released 1.9.4.
|
|
|
|
|
|
|
|
* configure.ac: Require libksba 0.9.3 due to another bug fix there.
|
|
|
|
|
2004-01-29 21:16:59 +01:00
|
|
|
2004-01-29 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* README: Updated.
|
|
|
|
|
|
|
|
* configure.ac: Require libksba 0.9.2 due to bug fixes.
|
|
|
|
|
2004-01-27 17:40:42 +01:00
|
|
|
2004-01-24 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* configure.ac: Now requires libassuan 0.6.3.
|
|
|
|
|
2003-12-23 11:23:16 +01:00
|
|
|
2003-12-23 Werner Koch <wk@gnupg.org>
|
|
|
|
|
2003-12-23 12:05:19 +01:00
|
|
|
Released 1.9.3.
|
|
|
|
|
|
|
|
* README-alpha: Removed.
|
|
|
|
* configure.ac, Makefile.am: Add the tests and tools directories.
|
2003-12-23 11:23:16 +01:00
|
|
|
|
|
|
|
2003-12-19 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* configure.ac: Now require libgcrypt 1.1.91 to help testing the
|
|
|
|
latest libgcrypt changes. Requires libksab 0.9.1.
|
|
|
|
|
2003-12-17 13:28:54 +01:00
|
|
|
2003-12-17 Werner Koch <wk@gnupg.org>
|
|
|
|
|
2003-12-17 14:03:59 +01:00
|
|
|
* configure.ac: Requires now libassuan 0.6.2.
|
|
|
|
(CFLAGS): Add --Wformat-noliteral in gcc mode.
|
2003-12-17 13:28:54 +01:00
|
|
|
|
2003-12-16 12:30:16 +01:00
|
|
|
2003-12-16 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* configure.ac: Check for funopen and fopencookie as part of the
|
|
|
|
jnlib checks.
|
|
|
|
|
2003-12-09 10:12:43 +01:00
|
|
|
2003-12-09 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* configure.ac: Add a min_automake_version.
|
|
|
|
* README.CVS: New.
|
|
|
|
* autogen.sh: Revamped except for the --build-w32 hack.
|
|
|
|
* Makefile.am: Add README.CVS
|
|
|
|
|
2003-11-17 13:20:11 +01:00
|
|
|
2003-11-17 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
Release 1.9.2.
|
|
|
|
|
|
|
|
* configure.ac: Requires now libassuan 0.6.1.
|
|
|
|
|
2003-10-31 13:11:33 +01:00
|
|
|
2003-10-31 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* configure.ac (NEED_KSBA_VERSION): Set to 0.9.0 due the changed
|
|
|
|
time interface.
|
|
|
|
|
2003-10-21 19:11:32 +02:00
|
|
|
2003-10-21 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* configure.ac (PRINTABLE_OS_NAME): Remove special case for The
|
|
|
|
Hurd; Robert Millan reported that the uname test is now
|
|
|
|
sufficient.
|
|
|
|
|
2003-10-02 12:27:34 +02:00
|
|
|
2003-10-01 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* configure.ac (AH_BOTTOM): Define GNUPG_MAJOR_VERSION.
|
|
|
|
|
2003-09-23 19:48:33 +02:00
|
|
|
2003-09-23 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
Merged most of David Shaw's changes in 1.3 since 2003-06-03.
|
|
|
|
|
|
|
|
* configure.ac: Drop all TIGER/192 support.
|
|
|
|
(uint64_t): Check for UINT64_C to go along with uint64_t.
|
|
|
|
(getaddrinfo): Check for it.
|
|
|
|
(sigset_t): 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.
|
|
|
|
(W32LIBS): 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-09-06 15:23:48 +02:00
|
|
|
2003-09-06 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
Released 1.9.1.
|
|
|
|
|
2003-09-06 15:44:17 +02:00
|
|
|
* configure.ac: Require newer versions of some libraries.
|
2003-09-06 15:23:48 +02:00
|
|
|
|
2003-09-02 21:06:34 +02:00
|
|
|
2003-09-02 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* configure.ac (HAVE_LIBUSB): Added a simple test for libusb.
|
|
|
|
|
2003-08-19 04:25:25 +02:00
|
|
|
2003-08-19 Marcus Brinkmann <marcus@g10code.de>
|
|
|
|
|
|
|
|
* configure.ac (AM_PATH_GPG_ERROR): Add missing comma in
|
|
|
|
invocation.
|
|
|
|
|
2003-08-18 19:34:28 +02:00
|
|
|
2003-08-06 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* configure.ac: Check for libgpg-error. Print infos about missing
|
|
|
|
libraries more nicely.
|
|
|
|
* acinclude.m4 (AM_PATH_GPG_ERROR): Added.
|
|
|
|
|
2003-08-05 19:11:04 +02:00
|
|
|
2003-08-05 Werner Koch <wk@gnupg.org>
|
|
|
|
|
2003-08-05 19:20:18 +02:00
|
|
|
Released 1.9.0.
|
|
|
|
|
2003-08-05 19:11:04 +02:00
|
|
|
* configure.ac (GNUPG_DEFAULT_HONMEDIR): Changed back to ~/.gnupg.
|
2003-08-05 19:20:18 +02:00
|
|
|
|
2003-07-31 17:45:11 +02:00
|
|
|
2003-07-31 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* Makefile.am (DISTCLEANFILES): Add g10defs.h
|
|
|
|
|
2003-06-18 21:56:13 +02:00
|
|
|
2003-06-18 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* configure.ac (GNUPG_DEFAULT_HOMEDIR): Changed temporary to
|
|
|
|
.gnupg2 to avoid accidential use with production keys.
|
|
|
|
|
|
|
|
2003-06-11 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* configure.ac: Merged all stuff from current 1.3 version in.
|
|
|
|
* acinclude.m4: Merged required macros from current 1.2 version in.
|
|
|
|
|
2003-06-05 09:14:21 +02:00
|
|
|
2003-06-04 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* configure.ac, Makefile.am: Enable building of gpg.
|
|
|
|
|
2003-04-29 12:37:24 +02:00
|
|
|
2003-04-29 Werner Koch <wk@gnupg.org>
|
|
|
|
|
2003-04-29 21:05:17 +02:00
|
|
|
* configure.ac: Build a limited version of scdaemon if libopensc
|
|
|
|
is not available.
|
|
|
|
|
2003-04-29 12:37:24 +02:00
|
|
|
* configure.ac (ALL_LINUGAS): Removed.
|
2003-04-29 21:05:17 +02:00
|
|
|
|
2003-04-29 12:37:24 +02:00
|
|
|
* Makefile.am (ACLOCAL_AMFLAGS): New.
|
|
|
|
* configure.ac (AM_GNU_GETTEXT_VERSION): New. Set to 0.11.5.
|
|
|
|
|
|
|
|
2003-04-29 gettextize <bug-gnu-gettext@gnu.org>
|
|
|
|
|
|
|
|
* Makefile.am (SUBDIRS): Add m4.
|
|
|
|
(ACLOCAL_AMFLAGS): New variable.
|
|
|
|
(EXTRA_DIST): Add scripts/config.rpath.
|
|
|
|
* configure.ac (AC_CONFIG_FILES): Add m4/Makefile.
|
|
|
|
|
|
|
|
2003-04-29 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* assuan/ : Removed. We now use libassuan.
|
|
|
|
* Makefile.am (SUBDIRS): Removed assuan
|
|
|
|
|
|
|
|
* configure.ac: Check for libassuan.
|
|
|
|
|
2003-01-09 14:15:07 +01:00
|
|
|
2003-01-09 Werner Koch <wk@gnupg.org>
|
|
|
|
|
|
|
|
* configure.ac (GNUPG_PROTECT_TOOL): New option --with-protect-tool.
|
|
|
|
(NEED_KSBA_VERSION): Does now require 0.4.6.
|
|
|
|
|
|
|
|
* README: Noted where to find gpg-protect-tool.
|
|
|
|
|
|
|
|
2002-10-31 Neal H. Walfield <neal@g10code.de>
|
|
|
|
|
|
|
|
* configure.ac: Check for flockfile and funlockfile. Check for
|
|
|
|
isascii and putc_unlocked replacing them if not found.
|
|
|
|
|
|
|
|
* configure.ac (PTH_LIBS): If pth is found, add the output of
|
|
|
|
`$PTH_CONFIG --ldflags`, not just `$PTH_CONFIG --libs`.
|
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-10-19 Werner Koch <wk@gnupg.org>
|
2002-10-18 11:32:42 +02:00
|
|
|
|
2002-10-19 11:27:39 +02:00
|
|
|
* configure.ac: Bumped version number to 1.9.0-cvs.
|
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
NewPG (Aegypten project) to GnuPG merge.
|
2002-08-19 21:38:18 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-09-20 Werner Koch <wk@gnupg.org>
|
2002-08-08 21:38:59 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
Released 0.9.2.
|
2002-08-08 21:38:59 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-09-05 Neal H. Walfield <neal@g10code.de>
|
2002-08-08 21:38:59 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* configure.ac: Check for makeinfo.
|
2002-08-07 16:32:07 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-09-03 Neal H. Walfield <neal@g10code.de>
|
2002-08-07 16:32:07 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* autogen.sh (have_version): New function. Generalize and
|
|
|
|
simplify logic for finding and determining the versions of GNU
|
|
|
|
programs. Use it.
|
2002-08-05 00:21:54 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-08-23 Werner Koch <wk@gnupg.org>
|
2002-08-05 00:21:54 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
Released 0.9.1.
|
2002-08-04 23:37:43 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* acinclude.m4 (AM_PATH_LIBGCRYPT): Updated from Libgcrypt.
|
|
|
|
(AM_PATH_OPENSC): Strip non-digits from the micro version.
|
2002-08-04 23:37:43 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-08-21 Werner Koch <wk@gnupg.org>
|
2002-08-04 23:37:43 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
Released 0.9.0.
|
2002-08-03 12:50:53 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* configure.ac: Changed the default homedir to .gnupg.
|
|
|
|
* README-alpha: Removed.
|
2002-08-03 12:50:53 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-08-19 Werner Koch <wk@gnupg.org>
|
2002-07-30 17:21:03 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* acinclude.m4: Removed -lpcsclite from KSBA_LIBS; copy+paste bug.
|
2002-07-30 18:04:18 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-08-13 Werner Koch <wk@gnupg.org>
|
2002-07-30 17:21:03 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* acinclude.m4 (AM_PATH_OPENSC, AM_PATH_KSBA): New.
|
|
|
|
* configure.ac: Use them.
|
2002-07-24 19:59:12 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-08-10 Werner Koch <wk@gnupg.org>
|
2002-07-24 19:59:12 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
Released 0.3.10.
|
2002-07-23 10:54:40 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* configure.ac (NEED_LIBKSBA_VERSION): Require 0.4.4. Add support
|
|
|
|
for gettext.
|
2002-07-04 15:35:42 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-07-22 Werner Koch <wk@gnupg.org>
|
2002-07-03 06:05:06 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* configure.ac: Check for ftello and provide a replacement.
|
2002-07-03 06:05:06 +02:00
|
|
|
|
2002-07-01 11:44:56 +02:00
|
|
|
2002-07-01 Werner Koch <wk@gnupg.org>
|
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
Released 0.3.9.
|
2002-07-01 11:44:56 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* README: Short note on how to export in pkcs-12 format.
|
2002-06-30 09:40:57 +02:00
|
|
|
|
2002-06-29 22:47:08 +02:00
|
|
|
2002-06-29 Werner Koch <wk@gnupg.org>
|
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* configure.ac: Define --with options to set the default location
|
|
|
|
of the agent, scdaemon, pinentry and dirmngr.
|
2002-06-29 22:47:08 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-06-27 Werner Koch <wk@gnupg.org>
|
2002-06-29 22:47:08 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* README: Short blurb on how to import a PKCS-12 file.
|
2000-12-19 19:28:36 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* configure.ac (AH_BOTTOM): New to define some constants.
|
2000-12-19 19:28:36 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-06-25 Werner Koch <wk@gnupg.org>
|
2000-11-14 18:12:10 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
Released 0.3.8.
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* configure.ac (NEED_LIBGCRYPT_VERSION): Set to 1.1.8.
|
2000-10-10 18:25:12 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-06-12 Werner Koch <wk@gnupg.org>
|
2000-10-10 18:25:12 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* configure.ac (NEED_LIBKSBA_VERSION): We need 0.4.3 now.
|
2000-09-18 16:35:34 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-06-04 Werner Koch <wk@gnupg.org>
|
2000-09-18 16:35:34 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
Released 0.3.7.
|
2000-09-18 16:35:34 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-05-21 Werner Koch <wk@gnupg.org>
|
2000-09-18 16:35:34 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* configure.ac: We now require libgcrypt 1.1.7 and libksba 0.4.2.
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-05-14 Werner Koch <wk@gnupg.org>
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* doc/: New
|
|
|
|
* configure.ac, Makefile.am: Added doc/
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-05-03 Werner Koch <wk@gnupg.org>
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
Released 0.3.6.
|
2002-06-29 16:15:02 +02:00
|
|
|
|
|
|
|
2002-04-25 Werner Koch <wk@gnupg.org>
|
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* configure.ac: Check for setlocale.
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-04-24 Marcus Brinkmann <marcus@g10code.de>
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* configure.ac: Check for locale.h.
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-04-15 Werner Koch <wk@gnupg.org>
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
Released 0.3.5.
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* NEWS: Started to describe release notes.
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* configure.ac (NEED_LIBKSBA_VERSION, NEED_LIBGCRYPT_VERSION): Defined
|
2000-07-14 19:34:53 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-04-01 Werner Koch <wk@gnupg.org>
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
Released 0.3.4.
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-03-18 Werner Koch <wk@gnupg.org>
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
Released 0.3.3.
|
2000-07-14 19:34:53 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-03-08 Werner Koch <wk@gnupg.org>
|
2000-07-14 19:34:53 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* README: Add some explanation on how to specify a user ID.
|
2000-07-14 19:34:53 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-03-06 Werner Koch <wk@gnupg.org>
|
1998-06-11 09:16:50 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
Released 0.3.2.
|
1998-05-26 15:38:00 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-03-04 Werner Koch <wk@gnupg.org>
|
1998-05-26 15:38:00 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
Released 0.3.1.
|
1998-05-13 19:53:36 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* README: Explained some options and files.
|
1998-05-13 19:53:36 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-02-14 Werner Koch <wk@gnupg.org>
|
1998-04-14 19:51:16 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* configure.ac: Fixed status messages related to presence of Pth.
|
1998-04-14 19:51:16 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-02-13 Werner Koch <wk@gnupg.org>
|
1998-03-09 22:44:06 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* acinclude.m4 (GNUPG_SYS_SO_PEERCRED): New.
|
|
|
|
* configure.ac: use it.
|
1998-03-09 22:44:06 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-02-12 Werner Koch <wk@gnupg.org>
|
1998-02-27 18:51:28 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* configure.ac: Check for PTH. Provide replacement fucntions for
|
|
|
|
apsrintf and fopencookie.
|
1998-02-27 18:51:28 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): New.
|
1998-02-26 17:56:31 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-02-07 Werner Koch <wk@gnupg.org>
|
1998-02-26 17:56:31 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
Released 0.3.0.
|
1998-02-26 17:56:31 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* configure.ac: Require libgcrypt 1.1.6.
|
1998-02-26 17:56:31 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-02-01 Marcus Brinkmann <marcus@g10code.de>
|
1998-02-26 17:56:31 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* configure.ac (KSBA_CONFIG): Remove superfluous x in front of
|
|
|
|
variable.
|
1998-02-26 17:56:31 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-01-26 Werner Koch <wk@gnupg.org>
|
1998-02-26 17:56:31 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* configure.ac: Add options to disable the build of some programs
|
|
|
|
and print a configure status at the end.
|
|
|
|
* acinclude.m4 (GNUPG_BUILD_PROGRAM): New.
|
1998-02-26 17:56:31 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* scd/ : New. Added to Makefile and configure.
|
|
|
|
* configure.ac: Check for libopensc
|
|
|
|
* Makefile.am: Build scd only when libopensc is available
|
1998-02-24 19:50:46 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2002-01-23 Werner Koch <wk@gnupg.org>
|
1998-02-24 19:50:46 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* configure.ac (mkdtemp): See whether we have to provide a
|
|
|
|
replacement.
|
1998-02-18 19:52:59 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2001-12-18 Werner Koch <wk@gnupg.org>
|
1998-02-18 19:52:59 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
Released 0.0.0.
|
1998-02-16 21:05:02 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2001-12-17 Werner Koch <wk@gnupg.org>
|
1998-02-16 21:05:02 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* acinclude.m4: Add AM_PATH_LIBGCRYPT macro.
|
|
|
|
* configure.ac: and use it here. Figure out the location of libksba
|
1998-02-16 21:05:02 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2001-12-15 Werner Koch <wk@gnupg.org>
|
1998-02-16 21:05:02 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* configure.ac (missing_dir): Bail out if asprintf and fopencookie
|
|
|
|
are not available.
|
1998-02-11 04:25:44 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
2001-12-04 Werner Koch <wk@gnupg.org>
|
1998-02-11 04:25:44 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* configure.ac (HAVE_JNLIB_LOGGING): always define it.
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2010-03-09 11:09:04 +01:00
|
|
|
|
|
|
|
Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009)
|
|
|
|
2010 Free Software Foundation, Inc.
|
2002-06-29 16:15:02 +02:00
|
|
|
|
|
|
|
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.
|
2010-03-09 11:09:04 +01:00
|
|
|
|
2002-06-29 16:15:02 +02:00
|
|
|
|