diff options
Diffstat (limited to 'common/ChangeLog')
-rw-r--r-- | common/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/common/ChangeLog b/common/ChangeLog index 3b7506492..88e91f967 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -9,14 +9,17 @@ (insert_escapes): Implement using escape_data. (http_escape_data): New. +2011-01-19 Werner Koch <[email protected]> + + * homedir.c (gnupg_module_name): Use NAME_OF_INSTALLED_GPG instead + of "gpg2". + 2011-01-18 Werner Koch <[email protected]> * iobuf.c (file_es_filter_ctx_t): New. (file_es_filter): New. (iobuf_esopen): New. - * estream.c (es_func_mem_write): Fix computation of NEWSIZE. - * membuf.c (clear_membuf, peek_membuf): New. * util.h (GPG_ERR_NO_KEYSERVER): New. @@ -29,6 +32,8 @@ * http.h (parsed_uri_s): Add field IS_HTTP. (http_parse_uri): Support NO_SCHEME_CHECK arg. + * estream.c (es_func_mem_write): Fix computation of NEWSIZE. + 2011-01-10 Werner Koch <[email protected]> * session-env.c (update_var): Fix same value detection. Fixes |