forked from pool/libosmo-netif
138 lines
5.1 KiB
Plaintext
138 lines
5.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Oct 26 14:09:15 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 1.5.1
|
|
* stream: Add client-side (segmentation) support for IPA
|
|
* Introduce generic osmo_stream_{cli,srv}_get_fd() API
|
|
* stream_{cli,srv}: Add support for SCTP in OSMO_IO mode
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 1 19:06:32 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 1.4.0
|
|
* Add osmo_io support to osmo_stream_cli and osmo_stream_srv
|
|
* ipa: Add segmentation callback
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 18 11:28:42 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 1.3.0
|
|
* osmux: Introduce API osmux_xfrm_input_set_name
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 3 15:52:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 1.2.0
|
|
* stream: Add support for AF_UNIX sockets
|
|
* Introduce osmo_prim_srv APIs
|
|
* prim: Add internal CTL SAPI to negotiate SAP versions
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 14 20:55:09 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 1.1.0
|
|
* No changelog was provided
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 6 12:19:43 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 1.0.0
|
|
* stream: Add new WAIT_RECONNECT cli state
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 5 10:49:20 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to new upstream release 0.7.0
|
|
* libosmo-netif.pc.in: Append -lsctp to Libs.private
|
|
* stream: osmo_stream_cli: Support setting multiple addr
|
|
* stream: osmo_stream_srv_link: Support setting multiple addr
|
|
* stream: Fix scheduling of queued messages during connecting state
|
|
* stream: Introduce API osmo_stream_cli_is_connected
|
|
- Update patch
|
|
* osmo-talloc.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 15 04:32:14 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to new upstream release 0.6.0
|
|
* osmux: Extend osmux_out_handle and add new API to set
|
|
rtp payload_type
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 20 20:55:35 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to new upstream release 0.4.0
|
|
* Bugfix release only.
|
|
The full changelog is available via
|
|
http://git.osmocom.org/libosmo-netif/plain/debian/changelog?h=0.4.0
|
|
- Rebase patch
|
|
* osmo-talloc.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 11 00:52:52 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to new upstream release 0.3.0
|
|
* stream: Avoid re-creating and leaking socket when unneeded
|
|
* osmo_stream_{cli,srv}_destroy: fix a mem leak on an empty msgb queue
|
|
* Add support for flushing and destroying a server-side stream
|
|
* jibuf: Add initial implementation of Jitter Buffer
|
|
* Remove "channel" layer
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 27 20:38:21 UTC 2017 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 0.1.1
|
|
* cosmetic: relax UDP length check
|
|
* cosmetic: print textual error from recv()
|
|
* osmux_snprintf: Support different types of Osmux frames
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 2 23:04:14 UTC 2017 - jengelh@inai.de
|
|
|
|
- Update to new upstream snapshot 0.0.6.85
|
|
* rtp: return offset in osmo_rtp_snprintf()
|
|
* somo_stream_srv_fd_cb(): close socket if NODELAY fails
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 28 21:24:50 UTC 2017 - jengelh@inai.de
|
|
|
|
- Update to new upstream snapshot 0.0.6.67
|
|
* Fix potential NULL dereference
|
|
* stream: don't crash in _close() when fd is not initialized
|
|
* stream: When destroying, make sure to kill reconnect timer
|
|
* osmux: Fix delay between RTP packets
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 31 17:59:57 UTC 2016 - jengelh@inai.de
|
|
|
|
- Update to new upstream snapshot 0.0.6.19
|
|
* misc: Drop oRTP dependency as there is nothing using it
|
|
* osmux: Pass circuit to _batch_del_circuit() and use it from _xfrm_input_fini()
|
|
* osmux: Add function to delete all msgs pending for a circuit
|
|
* osmux-test: remove real-time constraint by default
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 26 12:06:24 UTC 2016 - jengelh@inai.de
|
|
|
|
- Dump testsuite results on failure
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 22 18:17:18 UTC 2016 - jengelh@inai.de
|
|
|
|
- Update to new upstream snapshot 0.0.6.8
|
|
* don't link everything to libsctp
|
|
* ensure to zero-initialize sctp_sndrcvinfo
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 23 17:13:12 UTC 2015 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 0.0.6.5
|
|
* No changelog was provided
|
|
- Drop osmo-cppflags.diff, osmo-ldadd.diff, osmo-allincludes.diff
|
|
(merged upstream)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 2 20:58:44 UTC 2014 - jengelh@inai.de
|
|
|
|
- Initial package (version 0.0.4) for build.opensuse.org
|