Changelog for
libbellesip1-5.0.53-bp155.2.4.x86_64.rpm :
* Sun Nov 21 2021 Giacomo Comes
- 5.0.53- Update to version 5.0.53:
* Fix a crash when receiving parsing a rtcp-fb attribute with just fb-id but no value
* Mon Nov 08 2021 Giacomo Comes - 5.0.49- Update to 5.0.49:
* no changes
* Tue Nov 02 2021 Giacomo Comes - 5.0.46- Update to 5.0.46:
* Fix possible REGISTER endless loop when 200 OK from REGISTER is not received through the same connection as the REGISTER
* Tue Oct 19 2021 Giacomo Comes - 5.0.36- Update to 5.0.36:
* add option to deactivate potentially weak digest authentication schemes
* fix via header of CANCEL request
* fix null pointer crash when receiving an INVITE without from-tag
* fix prack auth
* fix special case dns resolver issue and add test
* fix cast warning
* implement UDP listening point without server socket
* Mon Aug 30 2021 Giacomo Comes - 5.0.0- Move belr grammar files from belle-sip-devel to a new belle-sip-data package.
* Thu Jul 29 2021 Giacomo Comes - 5.0.0- Update to 5.0.0:
* added SDP API for Capability Negociation headers (RFC5939).
* SDP parser no longer uses antlr, but belr.
* Fixed erroneous closing of file description 0, causing unexpected behaviors.
* Fixed crash when receiving invalid from header.- drop fix-build.patch- add belr-devel build requirement- drop antlr build requirement
* Sun Jul 04 2021 Giacomo Comes - 4.5.20- fix several RPMLINT warning- Update to 4.5.20:
* Fix some GCC warning
* Fix crash while receiving some kind of invalid from header- Update to 4.5.15:
* Fix bellesip parser on IPV4 inside IPV6- Update to 4.5.10:
* Fix cast as causing belle_sip_uri_equals_with_omission to return false negatives
* Thu Apr 15 2021 Luiz Angelo Daros de Luca - Update to 4.5.3:
* Use DNSService framework on iOS, to workaround the local network permission request triggered on iOS >= 14
* Fix routing according to RFC3263: uri with a port number shall not be resolved with SRV.
* Wed Jul 29 2020 Alexei Sorokin - Update to version 4.4.0 (changes since 4.3.1):
* Now get custom well_known_port (either sip or sips) if set, exported well known port getter and setter to be used in public api.
* Introduce bufferising file body handler.
* Fix potential crashes when processing invalid responses or requests.
* Add Session-Expires header support (from RFC 4028).
* Fix bad algorithm for channel selection.
* Add a new cppListToClist method on hybrid objects.
* Replace std::mem_fun by std::mem_fn, as the former is deprecated.
* User body handler gets buffering too.
* Make received parameter in VIA header compatible with url encoded IPv6 address (https://tools.ietf.org/html/rfc5118#section-4.5)
* Print C++ object type names using typeid.
* Make belle_sip_main_loop_do_later() to be thread-safe.
* Clear all data of the control pipe on each main loop iteration.
* Prevent bad behaviour when creating a belle_sip_source_t with a timeout higher than UINT_MAX/2.
* Wed Apr 22 2020 Alexei Sorokin - Update to version 4.3.1 (changes since 1.6.3):
* RFC3262 (100 rel) support.
* Use maddr for http uris.
* Install cmake config files into the correct path.
* Enable faster retry upon io/error.
* Add wakelocks counters to destroy powermanager only if there is no more initialised wakelocks
* Send keepalive on channels that are in out state IDLE only + add method to send a keep alive manually.
* Fix http provider auth using SHA-256.
* Use BcTooblox macros for source archive generation.
* Fix loop of REGISTER when the server replies 500 Internal error.
* Export some functions related to escaped characters.
* Process 100rel for answers from 101 to 199.
* CMakeLists.txt: Introduce ENABLE_PACKAGE_SOURCE option.
* Improve prack behaviour in case of reliable response retransmition.
* The licence is now GPLv3+.
* Remove some useless files.- Drop belle-sip-fix-dns-build.patch, belle-sip-fix-pkgconfig.patch.
* Mon Nov 18 2019 Simon Lees - %make_jobs is depricated replaced by %cmake_build
* Thu Oct 17 2019 Richard Brown - Remove obsolete Groups tag (fate#326485)
* Tue Sep 10 2019 Jan Engelhardt - Update RPM group and descriptions.
* Wed Sep 04 2019 Alexei Sorokin - Add belle-sip-fix-dns-build.patch: Pass -Wno-override-init to the compiler while building dns.c (commit 99dda3d1).
* Fri Jul 21 2017 sor.alexeiAATTmeowr.ru- Update to version 1.6.3 (changes since 1.6.1):
* Bug fixes.
* Wed May 17 2017 sor.alexeiAATTmeowr.ru- Update to version 1.6.1:
* No changelog available.
* Sat Sep 17 2016 idonmezAATTsuse.com- Remove reference to unneeded wakelock.h file (fix-build.patch)
* Tue Sep 13 2016 sor.alexeiAATTmeowr.ru- Switch to building with CMake.- Add belle-sip-fix-pkgconfig.patch: Fix up pkgconfig.
* Sun Sep 11 2016 sor.alexeiAATTmeowr.ru- Update to version 1.5.0:
* Move general purpose and encryption related functions to bctoolbox, which becomes a mandatory dependency.
* mbedTLS support through bctoolbox.
* SUBSCRIBE/NOTIFY dialog improvements: can be created upon reception of NOTIFY (as requested by RFC), automatic deletion when dialog expires.
* Fix: Retransmit 200Ok of a reINVITE (was formely only done for initial INVITE).
* Add support for zlib in body handling.
* Fri Nov 06 2015 sor.alexeiAATTmeowr.ru- Update to 1.4.2:
* Support of Accept, Content-Disposition and Supported headers.
* Bug fixes.- Add baselibs.conf.
* Mon Jul 20 2015 mpluskalAATTsuse.com- Update to 1.4.1
* Bug fixes
* Mon Mar 23 2015 sor.alexeiAATTmeowr.ru- Switch from obsolete polarssl to mbedtls.
* Sun Mar 15 2015 sor.alexeiAATTmeowr.ru- Update to 1.4.0 (changes since 1.3.0):
* DNS SRV weight selection.
* Support of multipart messages.
* Support of backslash escaped display name.
* Support of display names of type (token LWS)
* instead of just token.
* Support for absolute URIs.- Remove 0001-fix-license-headers.patch: fixed upstream.
* Thu Nov 06 2014 tchvatalAATTsuse.com- Use gpl2+ as is in the files not just gpl2- Fix build on factory- Run autoreconf to avoid double configure run- Disable silent rules- Disable Werror