aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-06-13 20:08:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-06-13 20:08:19 +0000
commit68330c86e7f6201ca4dfabdb590df133ada524f2 (patch)
tree101176d804b89edf9aa38597c016f9e131f3bb6c /RELEASE-NOTES
parentf37dc9168a3c793e9f29e7708c7783c6cc44a185 (diff)
Rich Rauenzahn filed bug report #1733119
(http://curl.haxx.se/bug/view.cgi?id=1733119) and we collaborated on the fix. The problem is that for 64bit HPUX builds, several socket-related functions would still assume int (32 bit) arguments and not socklen_t (64 bit) ones.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index c81fd65ab..e040da14e 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -54,6 +54,7 @@ This release includes the following bugfixes:
o FPL-SSL when built with NSS
o out-of-boundary write in Curl_select()
o -s/--silent can now be used to toggle off the silence again
+ o builds fine on 64bit HP-UX
This release includes the following known bugs:
@@ -79,6 +80,6 @@ advice from friends like these:
James Housley, Daniel Black, Steve Little, Sonia Subramanian, Peter O'Gorman,
Frank Hempel, Michael Wallner, Jeff Pohlmeyer, Tobias Rundström,
Anders Gustafsson, James Bursa, Kristian Gunstone, Feng Tu,
- Andre Guibert de Bruet, Rob Crittenden
+ Andre Guibert de Bruet, Rob Crittenden, Rich Rauenzahn
Thanks! (and sorry if I forgot to mention someone)