aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-06-19 21:38:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-06-19 21:38:45 +0000
commit396cff5779c34ac2c2caab73bee44a9dd40e72b0 (patch)
tree3d42432caa5b670f33e75fcc1c13681167794588 /CHANGES
parent336154e7297e28abc892e8077132394e59adc420 (diff)
possible windows memory leak fixed by Gisle
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4ca0f2b7e..c3232f5bf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@
Changelog
+Daniel (14 June 2005)
+- Gisle Vanem fixed a potential thread handle leak. Bug report #1216500.
+ Comment in http://curl.haxx.se/mail/lib-2005-06/0059.html
+
Daniel (13 June 2005)
- Made buildconf run libtoolize in the ares dir too (inspired by Tupone's
reverted patch).