diff options
Diffstat (limited to 'common/ChangeLog')
-rw-r--r-- | common/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/common/ChangeLog b/common/ChangeLog index f0381229e..3f8fa41c4 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -1,3 +1,14 @@ +2007-06-20 Werner Koch <[email protected]> + + * sysutils.c (gnupg_sleep): New. + * sysutils.h [W32]: Remove _sleep wrapper. Changed all callers to + use gnupg_sleep. + + * exechelp.c (build_w32_commandline_copy): New. + (build_w32_commandline): Factored some code out to new function + and correctly process a PGMNAME with spaces. + (gnupg_spawn_process_detached) [W32]: Implement. + 2007-06-14 Werner Koch <[email protected]> * simple-pwquery.h (MAP_SPWQ_ERROR_IMPL): New. |