All notable changes to this project will be documented in this file.
1.13 - 2023-03-12
- maintenace fixes
- set up CI using GH actions
- quote string values in yaml dictionaries
- use read_u32 to safely read reserve-with-timeout argument (#607)
- fix pause-tube parameter (#604)
- refactor code using tube_find and remove_ready_job functions (#600)
- testserv: fix endianness issue (#594)
- Make sure to quote os value in stats cmd (#592)
- add dockerfile (#586)
- exit when SIGTERM is received and pid is 1 (#585)
- server: remove redundant listen (#583)
1.12 - 2020-06-04
- add support of UNIX domain sockets
- add support of Solaris/illumos
- add the "reserve-job" command
- add draining status to the "stats" command
- make fsync turned on by default when binlog is used: it's synced every 50ms instead of never
- replace vendored systemd files with libsystemd
- systemd usage can be controlled with USE_SYSTEMD=yes/no
- specify C99 as required compiler
1.11 - 2019-06-29
- add automated testing via TravisCI
- add System V init script
- enable code coverage
- misc. fixes and documentation improvements
1.10 - 2014-08-05
- fix crash on suspend or other EINTR (#220)
- document touch command’s TTR reset (#188)
- add some basic benchmark tests
- add DESTDIR support to Makefile