diff options
Diffstat (limited to 'util/ChangeLog')
-rw-r--r-- | util/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/util/ChangeLog b/util/ChangeLog index 0e67818fe..95b06019a 100644 --- a/util/ChangeLog +++ b/util/ChangeLog @@ -1,3 +1,13 @@ +Mon Aug 30 20:38:33 CEST 1999 Werner Koch <wk@isil.d.shuttle.de> + + + * secmem.c (pool_okay): declared volatile. + + * miscutil.c (answer_is_yes): Always check for plain "yes". + (answer_is_yes_no_quit): Likewise. + + * dotlock.c (create_dotlock): Fixed segv during cleanup. + Mon Jul 12 14:55:34 CEST 1999 Werner Koch <wk@isil.d.shuttle.de> |