1.5 KiB
1.5 KiB
Changelog
[0.4.5] - 2025-01-18
Fixed
- fixed a dubious transmute between different slice types
[0.4.4] - 2025-01-16
Added
- added
NotifyState::MonotonicUsec, for use withType=notify-reload
[0.4.3] - 2024-10-05
Added
- added
notify_with_fdsandlisten_fds_with_names, for storing and retrieving file descriptors
[0.4.2] - 2024-07-03
Fixed
- fixed
listen_fdsto use the right value ofFD_CLOEXEC
[0.4.1] - 2022-08-31
Changed
- added
watchdog_enabled(similar tosd_watchdog_enabled)
[0.4.0] - 2022-01-12
Changed
- (breaking)
NotifyState::Status,NotifyState::BusErrorandNotifyState::Customnow contain a&strinstead of aString - the crate is now using the 2021 edition
[0.3.0] - 2021-02-25
Changed
- (breaking)
listen_fdsnow returns an iterator overRawFdvalues - (breaking)
SD_LISTEN_FDS_STARTis gone
[0.2.0] - 2021-02-18
Changed
- (breaking) changed the
NotifyState::MainPidandNotifyState::Errordata fromi32tou32 - (breaking) changed
listen_fdsto returnResult<u32>instead ofResult<i32>
Fixed
- fixed
Displayimplementation forNotifyState::WatchdogUsecandNotifyState::ExtendTimeoutUsec - removed a stray debug print
[0.1.1] - 2019-10-20
Added
listen_fdsfunction for file descriptor retrieval when using socket activation
[0.1.0] - 2019-09-22
Added
- initial release