diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-06-21 14:23:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-06-21 14:23:38 +0000 |
commit | a1b650ad7be4f8ec2fb486244f2f303434d43dfc (patch) | |
tree | 9a9b01cca304646e7af6e23a0222671fe0922d0e /RELEASE-NOTES | |
parent | d978f85d553686714ce408e90280cbcce692f5d4 (diff) |
Gerrit Bruchhäuser pointed out a warning that the Intel(R) Thread Checker
tool reports and it was indeed a legitimate one and it is one fixed. It was
a use of a share without doing the proper locking first.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 21fa2b506..dc4b1f523 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -60,6 +60,7 @@ This release includes the following bugfixes: o multi interface HTTP CONNECT glitch o list FTP root directories when login dir is not root o no longer slows down when getting very many URLs on the same command line + o lock share before decreasing dirty counter This release includes the following known bugs: @@ -86,6 +87,7 @@ advice from friends like these: Frank Hempel, Michael Wallner, Jeff Pohlmeyer, Tobias Rundström, Anders Gustafsson, James Bursa, Kristian Gunstone, Feng Tu, Andre Guibert de Bruet, Rob Crittenden, Rich Rauenzahn, Tom Regner, - Dave Vasilevsky, Shmulik Regev, Robson Braga Araujo, Adam Piggott + Dave Vasilevsky, Shmulik Regev, Robson Braga Araujo, Adam Piggott, + Gerrit Bruchhäuser Thanks! (and sorry if I forgot to mention someone) |