Skip to content

Commit

Permalink
nrf_modem: release 2.6.1
Browse files Browse the repository at this point in the history
For a detailed list of changes, see the CHANGELOG file.

Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no>
  • Loading branch information
eivindj-nordic authored and jfischer-no committed Mar 13, 2024
1 parent 453e4b3 commit 13cd978
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions nrf_modem/doc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ Changelog

All notable changes to this project are documented in this file.

nrf_modem 2.6.1
***************

Sockets
=======

* Fixed a bug where the :c:func:`nrf_recv` and :c:func:`nrf_recvfrom` functions erroneously returned ``-1`` and set ``errno`` to ``NRF_EAGAIN`` instead of returning ``0`` when these three conditions were met:

* The :c:func:`nrf_recv` and :c:func:`nrf_recvfrom` functions were called with the :c:macro:`NRF_MSG_DONTWAIT` flag or when the socket is non-blocking (``NRF_O_NONBLOCK`` is set on the socket).
* The socket was closed by the server.
* There was no more data to read (End Of File (EOF)).

nrf_modem 2.6.0
***************

Expand Down
Binary file modified nrf_modem/lib/nRF9120/hard-float/libmodem.a
Binary file not shown.
Binary file modified nrf_modem/lib/nRF9120/hard-float/libmodem_log.a
Binary file not shown.
Binary file modified nrf_modem/lib/nRF9120/soft-float/libmodem.a
Binary file not shown.
Binary file modified nrf_modem/lib/nRF9120/soft-float/libmodem_log.a
Binary file not shown.
Binary file modified nrf_modem/lib/nRF9160/hard-float/libmodem.a
Binary file not shown.
Binary file modified nrf_modem/lib/nRF9160/hard-float/libmodem_log.a
Binary file not shown.
Binary file modified nrf_modem/lib/nRF9160/soft-float/libmodem.a
Binary file not shown.
Binary file modified nrf_modem/lib/nRF9160/soft-float/libmodem_log.a
Binary file not shown.

0 comments on commit 13cd978

Please sign in to comment.