From 0261dbfe3d69d199ad431947c0f2e7ba9f12644c Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Wed, 20 Nov 2019 20:16:41 +0100 Subject: [PATCH] docs: 0.2.1 changelog --- docs/changelog.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4e71392..c52ddd1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -27,6 +27,17 @@ We use the following annotations for classifying changes: * |bugfix| Change that fixes a bug, no regressions or incompatibilities expected. * |docs| Change to the documentation. +0.2.1 +----- + +* |feature| Illumos (and Solaris) compatibility and binary builds (thanks, `MNX.io `_ ) +* |feature| 32bit binaries for Linux and FreeBSD (untested, though) +* |bugfix| better error messages in ``ssh+stdinserver`` transport +* |bugfix| systemd + ``ssh+stdinserver``: automatically create ``/var/run/zrepl/stdinserver`` +* |bugfix| crash if Prometheus listening socket cannot be opened + +* [MAINTAINER NOTICE] ``Makefile`` refactoring, see :commit:`080f2c0` + 0.2 ---