Skip to content

Releases: oblique/named-lock

0.4.1

28 Feb 10:36
0.4.1
c7a5407
Compare
Choose a tag to compare

What's Changed

  • NamedLockGuard is now an owned and sendable type (#9)
  • Migrate from winapi to windows-rs (#10)

New Contributors

Full Changelog: 0.3.0...0.4.1

0.3.0

17 Sep 22:21
Compare
Choose a tag to compare

Changed

  • NamedLock::create now rejects names that contain \0 character (#5)
  • NamedLock::create now rejects empty names
  • Upgrade all dependencies

0.2.0

21 Apr 18:38
Compare
Choose a tag to compare

Added

  • Added NamedLock::with_path on UNIX (#2, #4)

Changed

  • NamedLock::create on UNIX respects TMPDIR environment variable (#1, #4)
  • NamedLock::create now rejects names that contain / or \ characters (#2, #4)
  • NamedLock::create on Windows explicitly creates a global mutex
  • Error::CreateFailed now has the source of the error
  • Upgrade all dependencies