1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

Use estream for dirmngr's --gpgconf-list.

Change insalled name of gpg2 for Wince.
This commit is contained in:
Werner Koch 2011-01-19 16:29:30 +01:00
parent dcd20e18a5
commit af500f0ae4
7 changed files with 65 additions and 31 deletions

View file

@ -1,6 +1,11 @@
2011-01-19 Werner Koch <wk@g10code.com>
* homedir.c (gnupg_module_name): Use NAME_OF_INSTALLED_GPG instead
of "gpg2".
2011-01-18 Werner Koch <wk@g10code.com>
* estream.c (es_func_mem_write): FIX computation of NEWSIZE.
* estream.c (es_func_mem_write): Fix computation of NEWSIZE.
2011-01-10 Werner Koch <wk@g10code.com>