Changelog for
uwsc-2.7.15-133.26.i586.rpm :
* Sun Nov 19 2023 Dirk Müller
- update to 2.7.15:
* Add functions `ulfius_send_http_request_with_limit` and `ulfius_send_http_streaming_request_max_header`
* cmake: restore option `WITH_YDER` which was forgotten in last release refactor
* cmake: split package build options in 3 (tar.gz, deb and rpm), and set all packages build to off by default
* Mon Sep 18 2023 Martin Hauke - Update to version 2.7.14
* Set protocols to http and https only in send requests.
* Fix static analyzer warnings.
* Minor improvements.
* cmake: remove DownloadProject feature, now dependencies must be previously installed.- Update to version 2.7.13
* Websockets client: fix case where server sends a 0-length packet.
* Minor improvements.
* Thu Jan 12 2023 Martin Hauke - Update to version 2.7.12
* Improve cmake script.
* Minor bugfixes
* Add cmake build flag WITH_WEBSOCKET_MESSAGE_LIST to completely disable message lists storage in websockets.
* Sat Oct 15 2022 Martin Hauke - Update to version 2.7.11
* Add ulfius_websocket_parse_json_message for incoming websocket messages
* Breaking: in ulfius_websocket_send_json_message, return U_ERROR_PARAMS if j_message is NULL
* Update callback examples
* Fix minor bugs
* Sun May 29 2022 Martin Hauke - Update to version 2.7.10
* Update `SameSite` cookie value, add `U_COOKIE_SAME_SITE_EMPTY` and allow value None
* Fix pkg-config file with absolute path for `CMAKE_INSTALL_{INCLUDE,LIB}DIR`
* Fix `CMAKE_MODULE_PATH` who was used as single value
* Tue Apr 19 2022 Ferdinand Thiessen - Update to version 2.7.9
* Fix multipart/form-data for large values
* Add option allowed_post_processor in struct _u_instance to disable post parameter processing depending on the content-type
* Add more example_callbacks
* Sun Mar 13 2022 Martin Hauke - Update to version 2.7.8
* Fix Origin header setting in websocket client
* Remove header duplicates and Content-Length
* Redirect libmicrohttpd logs to yder
* Replace uint with unsigned int
* Add ulfius_export_request_http and ulfius_export_response_http
* Use o_strnullempty instead of o_strlen to check if a char
* has data
* Thu Dec 09 2021 Martin Hauke - Update to version 2.7.7
* Use `o_malloc` everywhere instead of `malloc`
* Fri Nov 05 2021 Martin Hauke - Update to version 2.7.6
* Fix ulfius_websocket_wait_close
* Fix ulfius_send_http_request when url contains spaces
* Wed Oct 27 2021 Martin Hauke - Update to version 2.7.5
* Fix cookie management in ulfius_send_http_request and ulfius_send_http_streaming_request
* Add option U_OPT_AUTH_BASIC to ulfius_set_request_properties
* Fix bug in static_compressed_inmemory_website callback example
* Tue Sep 07 2021 Martin Hauke - Update to version 2.7.4 Fix security issue CVE-2021-40540 (bsc#1190246)
* Add void parameter to functions with no param.
* Fix bug when malformed HTTP requests are sent.
* Remove yder flag from libulfius.pc when yder is disabled.
* Sat Jun 05 2021 Martin Hauke - Update to version 2.7.3
* Add ULFIUS_CHECK_VERSION macro.
* Add struct _websocket_manager.keep_messages flag.
* Add struct _u_response.free_shared_data and ulfius_set_response_shared_data.
* Thu Mar 11 2021 Martin Hauke - Adjust BR: liborcania >= 2.1.1 is needed.
* Sat Mar 06 2021 Martin Hauke - Update to version 2.7.2
* Fix post processor on multiple values with the same key.
* Add missing check includes if tests are built.
* Add option U_OPT_HTTP_URL_APPEND to ulfius_set_request_properties
* Use ulfius_set_request_properties in example programs
* Sun Jan 03 2021 Martin Hauke - Update to version 2.7.1
* Fix websocket protocol and extension management bug
* Add Makefile flag UWSCFLAG to disable uwsc build