diff options
Diffstat (limited to 'tools/ChangeLog')
-rw-r--r-- | tools/ChangeLog | 37 |
1 files changed, 22 insertions, 15 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index f7abab373..195f0c424 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,3 +1,10 @@ +2011-08-04 Werner Koch <[email protected]> + + * symcryptrun.c: Include utmp.h for login_tty. + + * gpgconf-comp.c (gc_process_gpgconf_conf): Remove unsued var + USED_COMPONENTS. + 2011-01-11 Werner Koch <[email protected]> * gpgtar.c, gpgtar.h, gpgtar-create.c, gpgtar-extract.c @@ -164,7 +171,7 @@ * gpgconf-comp.c (my_percent_escape): Make non-static and rename to ... (gc_percent_escape): ... this. Change all callers. - + 2008-05-26 Werner Koch <[email protected]> * gpgconf-comp.c (gpg_agent_runtime_change) [W32]: Issue @@ -286,7 +293,7 @@ (handle_inquire): Implement new command. (substitute_line_copy): New. (unescape_string, unpercent_string): New. - * no-libgcrypt.c (gcry_set_outofcore_handler) + * no-libgcrypt.c (gcry_set_outofcore_handler) (gcry_set_fatalerror_handler, gcry_set_log_handler): New. * Makefile.am (gpg_connect_agent_LDADD): Link to libreadline. @@ -508,7 +515,7 @@ min-passphrase-length. Apply new flag to some of them. (gc_process_gpgconf_conf, key_matches_user_or_group): New. (gc_component_change_options): Factor some code out to .. - (change_one_value): .. new. + (change_one_value): .. new. (gc_component_retrieve_options): Allow -1 for COMPONENT to iterate over al components. * gpgconf.c (main): New commands --check-config and @@ -551,7 +558,7 @@ 2006-10-20 Werner Koch <[email protected]> - * gpgsm-gencert.sh: Enhanced the main menu. + * gpgsm-gencert.sh: Enhanced the main menu. 2006-10-12 Werner Koch <[email protected]> @@ -683,7 +690,7 @@ 2005-06-01 Werner Koch <[email protected]> - * symcryptrun.c: Include mkdtemp.h. + * symcryptrun.c: Include mkdtemp.h. 2005-05-31 Werner Koch <[email protected]> @@ -737,7 +744,7 @@ 2005-04-11 Marcus Brinkmann <[email protected]> * symcryptrun.c: Implement config file parsing. - + * Makefile.am (bin_PROGRAMS): Add symcryptrun. (symcryptrun_SOURCES, symcryptrun_LDADD): New variables. * symcryptrun.c: New file. @@ -757,7 +764,7 @@ 2005-02-24 Werner Koch <[email protected]> * gpg-connect-agent.c: New. - * Makefile.am: Add it. + * Makefile.am: Add it. 2004-12-21 Werner Koch <[email protected]> @@ -801,7 +808,7 @@ 2004-10-01 Werner Koch <[email protected]> * gpgconf-comp.c: Made all strings for --log-file read the same. - + 2004-10-01 Werner Koch <[email protected]> * gpgconf-comp.c (my_dgettext): Also switch codeset and directory @@ -833,8 +840,8 @@ * no-libgcrypt.c (gcry_realloc, gcry_xmalloc, gcry_xcalloc): New. - * gpgconf-comp.c (retrieve_options_from_program) - (retrieve_options_from_file, change_options_file) + * gpgconf-comp.c (retrieve_options_from_program) + (retrieve_options_from_file, change_options_file) (change_options_program, gc_component_change_options): Replaced getline by read_line and test for allocation failure. @@ -902,7 +909,7 @@ (gc_component_change_options): New variable runtime. Initialize it. If an option is changed that has the GC_OPT_FLAG_RUNTIME bit set, also set the corresponding runtime variable. Finally, call - the runtime_change callback of the backend if needed. + the runtime_change callback of the backend if needed. 2004-03-16 Werner Koch <[email protected]> @@ -993,7 +1000,7 @@ quote in pathname. (change_options_program): Percent deescape string before writing it out. - + * gpgconf-comp.c (gc_component_list_options): Do not skip groups on output. @@ -1027,10 +1034,10 @@ * gpgconf-comp.c: Use xmalloc, libcommon's asctimestamp and gnupg_get_time, fix error() invocation and use getline() consistently. - + 2004-01-30 Werner Koch <[email protected]> - * addgnupghome: Also set the group of copied files. + * addgnupghome: Also set the group of copied files. 2004-01-30 Werner Koch <[email protected]> @@ -1058,7 +1065,7 @@ 2004-01-10 Werner Koch <[email protected]> * Makefile.am: Use GPG_ERROR_CFLAGS - + 2004-01-05 Werner Koch <[email protected]> * Manifest: New. |