Loading CHANGES +5 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,11 @@ Changelog Yang Tse (11 Nov 2008) - Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535) Daniel Fandrich noticed that curl_addrinfo was also missing in the build process of other four non-configure platforms. Added now. Daniel Fandrich (7 Nov 2008) - The getifaddrs() version of Curl_if2ip() crashed when used on a Linux system with a TEQL load-balancing device configured, which doesn't Loading RELEASE-NOTES +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ This release includes the following changes: This release includes the following bugfixes: o build failure when using MSVC 6 makefile o build failure when using MSVC 6 makefile and on four platforms more o crash when using --interface name on Linux systems with a TEQL device This release includes the following known bugs: Loading @@ -27,6 +27,6 @@ Other curl-related news: This release would not have looked like this without help, code, reports and advice from friends like these: John Wilkinson, Adam Sampson John Wilkinson, Adam Sampson, Daniel Fandrich, Yang Tse Thanks! (and sorry if I forgot to mention someone) lib/Makefile.riscos +5 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ objs = o.base64 o.connect o.cookie o.dict \ o.security o.select o.sendf o.speedcheck o.ssluse \ o.strequal o.strtok o.telnet o.timeval \ o.transfer o.url o.version o.strtoofft o.sslgen o.gtls \ o.rawstr o.rawstr o.curl_addrinfo # Compile options: linkopts = -o libcurl Loading @@ -33,6 +33,9 @@ o.connect: c.connect o.cookie: c.cookie gcc $(compileropts) -c -o cookie.o c.cookie o.curl_addrinfo: c.curl_addrinfo gcc $(compileropts) -c -o curl_addrinfo.o c.curl_addrinfo o.dict: c.dict gcc $(compileropts) -c -o dict.o c.dict Loading lib/libcurl.framework.make +1 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ OBJECTS = $(TMP_DIR)/base64.o \ $(TMP_DIR)/connect.o \ $(TMP_DIR)/content_encoding.o \ $(TMP_DIR)/cookie.o \ $(TMP_DIR)/curl_addrinfo.o \ $(TMP_DIR)/dict.o \ $(TMP_DIR)/easy.o \ $(TMP_DIR)/escape.o \ Loading lib/makefile.amiga +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ OBJS = amigaos.c base64.c connect.c content_encoding.c cookie.c dict.c easy.c \ ldap.c llist.c md5.c memdebug.c mprintf.c multi.c netrc.c parsedate.c \ progress.c security.c select.c sendf.c share.c speedcheck.c ssluse.c \ strequal.c strtok.c telnet.c timeval.c transfer.c url.c version.c \ sslgen.c gtls.c strerror.c rawstr.c sslgen.c gtls.c strerror.c rawstr.c curl_addrinfo.c all: $(OBJS:.c=.o) ar cru libcurl.a $(OBJS:.c=.o) Loading Loading
CHANGES +5 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,11 @@ Changelog Yang Tse (11 Nov 2008) - Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535) Daniel Fandrich noticed that curl_addrinfo was also missing in the build process of other four non-configure platforms. Added now. Daniel Fandrich (7 Nov 2008) - The getifaddrs() version of Curl_if2ip() crashed when used on a Linux system with a TEQL load-balancing device configured, which doesn't Loading
RELEASE-NOTES +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ This release includes the following changes: This release includes the following bugfixes: o build failure when using MSVC 6 makefile o build failure when using MSVC 6 makefile and on four platforms more o crash when using --interface name on Linux systems with a TEQL device This release includes the following known bugs: Loading @@ -27,6 +27,6 @@ Other curl-related news: This release would not have looked like this without help, code, reports and advice from friends like these: John Wilkinson, Adam Sampson John Wilkinson, Adam Sampson, Daniel Fandrich, Yang Tse Thanks! (and sorry if I forgot to mention someone)
lib/Makefile.riscos +5 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ objs = o.base64 o.connect o.cookie o.dict \ o.security o.select o.sendf o.speedcheck o.ssluse \ o.strequal o.strtok o.telnet o.timeval \ o.transfer o.url o.version o.strtoofft o.sslgen o.gtls \ o.rawstr o.rawstr o.curl_addrinfo # Compile options: linkopts = -o libcurl Loading @@ -33,6 +33,9 @@ o.connect: c.connect o.cookie: c.cookie gcc $(compileropts) -c -o cookie.o c.cookie o.curl_addrinfo: c.curl_addrinfo gcc $(compileropts) -c -o curl_addrinfo.o c.curl_addrinfo o.dict: c.dict gcc $(compileropts) -c -o dict.o c.dict Loading
lib/libcurl.framework.make +1 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ OBJECTS = $(TMP_DIR)/base64.o \ $(TMP_DIR)/connect.o \ $(TMP_DIR)/content_encoding.o \ $(TMP_DIR)/cookie.o \ $(TMP_DIR)/curl_addrinfo.o \ $(TMP_DIR)/dict.o \ $(TMP_DIR)/easy.o \ $(TMP_DIR)/escape.o \ Loading
lib/makefile.amiga +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ OBJS = amigaos.c base64.c connect.c content_encoding.c cookie.c dict.c easy.c \ ldap.c llist.c md5.c memdebug.c mprintf.c multi.c netrc.c parsedate.c \ progress.c security.c select.c sendf.c share.c speedcheck.c ssluse.c \ strequal.c strtok.c telnet.c timeval.c transfer.c url.c version.c \ sslgen.c gtls.c strerror.c rawstr.c sslgen.c gtls.c strerror.c rawstr.c curl_addrinfo.c all: $(OBJS:.c=.o) ar cru libcurl.a $(OBJS:.c=.o) Loading