Skip to content

Commit b1bcfc1

Browse files
committed
[eclipse-iceoryx#139] Update release notes
1 parent 401301e commit b1bcfc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/release-notes/iceoryx2-unreleased.md

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
* Fix failing reacquire of delivered samples in the zero copy receive channel [#130](https://github.com/eclipse-iceoryx/iceoryx2/issues/130)
4040
* Fix receiving of invalid samples when subscriber is connected [#131](https://github.com/eclipse-iceoryx/iceoryx2/issues/131)
4141
* Fix problem where sample is released to the wrong publisher [#133](https://github.com/eclipse-iceoryx/iceoryx2/issues/133)
42+
* Fix that drop is not called when DynamicStorage is destroyed [#139](https://github.com/eclipse-iceoryx/iceoryx2/issues/139)
4243
* Fixes for FreeBSD 14.0 [#140](https://github.com/eclipse-iceoryx/iceoryx2/issues/140)
4344
* Fix segfault in `iceoryx2-pal-posix;:shm_list()` caused by `sysctl`
4445
* Adjust test to handle unordered event notifications
@@ -52,6 +53,7 @@
5253
* Replace `iceoryx2::service::Service` with `iceoryx2::service::Details` [#100](https://github.com/eclipse-iceoryx/iceoryx2/issues/100)
5354
* Remove `'config` lifetime from all structs [#100](https://github.com/eclipse-iceoryx/iceoryx2/issues/100)
5455
* Remove `UniqueIndex` returning method from `iceoryx2-bb-lock-free::mpmc::Container`, cannot be implemented correctly in our context [#116](https://github.com/eclipse-iceoryx/iceoryx2/issues/116)
56+
* Hardening DynamicStorage, storages with distinct types cannot be opened [#139](https://github.com/eclipse-iceoryx/iceoryx2/issues/139)
5557
* All `iceoryx2-cal::shared_memory` implementations use a `DynamicStorage` concept as base [#153](https://github.com/eclipse-iceoryx/iceoryx2/issues/153)
5658

5759
### Workflow

0 commit comments

Comments
 (0)