diff options
Diffstat (limited to 'common/ChangeLog')
-rw-r--r-- | common/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/common/ChangeLog b/common/ChangeLog index dce7cb3f6..93a213322 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -10,6 +10,16 @@ * t-exechelp.c (test_close_all_fds): Use dummy variables to silence gcc warning. +2010-04-15 Werner Koch <[email protected]> + + * util.h: Factor time related fucntions out to ... + * gettime.h: New. + (gnupg_copy_time): Move to ... + * gettime.c (gnupg_copy_time): New. + + * sysutils.c (gnupg_setenv) [!W32CE]: Add missing return. + (gnupg_unsetenv) [!W32CE]: Add missing return. + 2010-04-14 Werner Koch <[email protected]> * Makefile.am (noinst_LIBRARIES) [W32CE]: Exclude libsimple-pwquery. |