You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/release-notes/iceoryx2-unreleased.md
+2
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@
39
39
* Fix failing reacquire of delivered samples in the zero copy receive channel [#130](https://github.com/eclipse-iceoryx/iceoryx2/issues/130)
40
40
* Fix receiving of invalid samples when subscriber is connected [#131](https://github.com/eclipse-iceoryx/iceoryx2/issues/131)
41
41
* 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)
42
43
* Fixes for FreeBSD 14.0 [#140](https://github.com/eclipse-iceoryx/iceoryx2/issues/140)
43
44
* Fix segfault in `iceoryx2-pal-posix;:shm_list()` caused by `sysctl`
44
45
* Adjust test to handle unordered event notifications
@@ -52,6 +53,7 @@
52
53
* Replace `iceoryx2::service::Service` with `iceoryx2::service::Details`[#100](https://github.com/eclipse-iceoryx/iceoryx2/issues/100)
53
54
* Remove `'config` lifetime from all structs [#100](https://github.com/eclipse-iceoryx/iceoryx2/issues/100)
54
55
* 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)
55
57
* All `iceoryx2-cal::shared_memory` implementations use a `DynamicStorage` concept as base [#153](https://github.com/eclipse-iceoryx/iceoryx2/issues/153)
0 commit comments