Releases: mach-kernel/launchk
Releases · mach-kernel/launchk
xpc-sys 0.3.0
- Going from XPC to Rust, objects inside XPC dictionaries and arrays are now deep copied via
xpc_copy
(seemingly fixes some memory leaks)? - Results tagged with
#[must_use]
- Better logging of XPC object create and drop
- FIFO operations return
Result
xpc-sys 0.2.0
XPCObject(Arc<xpc_object_t>, ..) -> Arc<XPCObject>
where applicableXPCShmem
now encapsulatesArc<xpc_object_t>
instead ofXPCObject
XPCObject
andXPCShmem
drops simpler / do not ask for Arc ref countcrate::*
unsafe functions now appropriately tagged (e.g.get_bootstrap_port()
is nowunsafe
)- Attempt on some more doc strings
launchk 0.1.1
- Bump
xpc-sys
to0.2.0
- Clear term before starting pager
- Submit first autocompleted omnibox suggestion on Enter
launchk 0.1.0, xpc-sys 0.1.0
First release
There hopefully is enough useful stuff in here to warrant a first release. Looking forward to seeing what bugs and usability issues people find! 🚀
launchk: macOS binaries below
xpc-sys: https://crates.io/crates/xpc-sys/0.1.0