aboutsummaryrefslogtreecommitdiffstats
path: root/util/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'util/ChangeLog')
-rw-r--r--util/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/util/ChangeLog b/util/ChangeLog
index 55e584ed5..4b1309879 100644
--- a/util/ChangeLog
+++ b/util/ChangeLog
@@ -1,3 +1,17 @@
+2002-11-06 David Shaw <[email protected]>
+
+ * w32reg.c (read_w32_registry_string): Fixed expanding of the
+ environment buffer; didn't worked at all. Reported by Thijmen
+ Klok. From Werner on stable branch.
+
+ * secmem.c (secmem_free, secmem_term): Use wipememory2() instead
+ of memset() to overwrite secure memory
+
+ * iobuf.c (direct_open): Handle mode 'b' if O_BINARY is available.
+ From Werner on stable branch.
+
+ * fileutil.c: Comment from stable branch.
+
2002-10-31 Stefan Bellon <[email protected]>
* riscos.c (riscos_load_module, riscos_check_regexp): New.