Skip to content

Releases: discoteq/flock

v0.4.0: Circumscribing Testudo

24 Apr 01:29
Compare
Choose a tag to compare
  • add -c, --command to execute through a shell

v0.3.0: Languorously Loquacious

02 Apr 18:42
Compare
Choose a tag to compare
  • add -x, --exclusive to explicitly obtain an exclusive/write lock.
  • add -E, --conflict-exit-code to override the default error code used for a conflicting lock or time‐out.
  • add --verbose so as to noticeably increase the quantity of verbiage emitted during the operation of the tool, specifically command to be run, elapsed time.
  • add long flag names

v0.2.3: Acceptable Abstention

18 Dec 19:53
Compare
Choose a tag to compare
  • remove -Wunused-result to support gcc 4.4.7 on Centos 6.7 (fixes #6)

v0.2.2: Controlled Inversion

18 Dec 19:23
Compare
Choose a tag to compare
  • swap #ifndef <sys/file.h> with #ifdef <sys/file.h>

v0.2.1: Abstracted Reification

18 Dec 18:35
Compare
Choose a tag to compare
  • include <sys/file.h> on systems that have it. fixes build on Debian 8.2.2 (#7)

v0.2.0: Evocative yet Ambiguous

20 Aug 05:10
Compare
Choose a tag to compare
  • Adds support for shared locks on systems without native flock(2) (OmniOS & SmartOS)
  • Adds better errors when things go awry

v0.1.1

18 Aug 21:13
Compare
Choose a tag to compare

Update autotools configs to properly create a release package!