Atualizações Harbour 3.2 07/11/2022
Enviado: 07 Nov 2022 10:07
Olá!
Saudações,
Itamar M. Lins Jr.
Código: Selecionar todos
2022-11-07 09:24 UTC+0100 Aleksander Czajczynski (hb fki.pl)
* contrib/hbcurl/core.c
! CURLOPT_MAXLIFETIME_CONN is available in curl 7.80.0,
fix older builds by adding a version check
* ChangeLog.txt
* entry for previous merge was "old" (i wouldn't touch
it alone), but it also had paths with backslashes
in place of slashes
2022-11-04 20:15 UTC+0100 Antonino Perricone
* contrib/hbcurl/hbcurl.ch
* contrib/hbcurl/core.c
+ added HB_CURLOPT_MAXLIFETIME_CONN to setup max lifetime of connection
see https://curl.se/libcurl/c/CURLOPT_MAXLIFETIME_CONN.html for more
information.
+ added HB_CURLOPT_DEBUGBLOCK to setup a block for debug information
It takes a callback in the form of {|type, msg| ... }
see https://curl.se/libcurl/c/CURLOPT_DEBUGFUNCTION.html for more
information.
* contrib/hbcurl/hbcurl.ch
+ added HB_CURLINFOTYPE_* macros for debug block
2022-10-23 11:30 UTC-0300 Lailton Fernando Mariano (lailton/at/harbour.page)
* config/global.mk
+ add auto detect cpu arm64
* config/darwin/global.mk
* utils/hbmk2
! fix build dylibs with VM builtin to Darwin ( Mac OS )
Itamar M. Lins Jr.