README.md: fix build status badge
[beanstalkd.git] / CHANGELOG.md
blobfa0b2e6a921defbd3b9cdcf83c8b6c4f1e2beb5b
1 # Changelog
2 All notable changes to this project will be documented in this file.
4 ## [Unreleased]
6 ## [1.12] - 2020-06-04
8 - add support of UNIX domain sockets
9 - add support of Solaris/illumos
10 - add the "reserve-job" command
11 - add draining status to the "stats" command
12 - make fsync turned on by default when binlog is used: it's synced every 50ms instead of never
13 - replace vendored systemd files with libsystemd
14 - systemd usage can be controlled with USE_SYSTEMD=yes/no
15 - specify C99 as required compiler
17 ## [1.11] - 2019-06-29
19 - add automated testing via TravisCI
20 - add System V init script
21 - enable code coverage
22 - misc. fixes and documentation improvements
24 ## [1.10] - 2014-08-05
26 - fix crash on suspend or other EINTR (#220)
27 - document touch command’s TTR reset (#188)
28 - add some basic benchmark tests
29 - add DESTDIR support to Makefile
32 [unreleased]: https://github.com/beanstalkd/beanstalkd/compare/v1.12...HEAD
33 [1.12]:       https://github.com/beanstalkd/beanstalkd/compare/v1.11...v1.12
34 [1.11]:       https://github.com/beanstalkd/beanstalkd/compare/v1.10...v1.11
35 [1.10]:       https://github.com/beanstalkd/beanstalkd/compare/v1.9...v1.10