From 6aa19d080ae6522e673f933f251ae3f3da5e97f1 Mon Sep 17 00:00:00 2001 From: Yves Rutschle Date: Tue, 17 Aug 2021 21:55:18 +0200 Subject: [PATCH] updated version numbers for release --- ChangeLog | 2 +- doc/INSTALL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 53333c4..5e4ad26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -vNEXT: +v1.22: 17AUG2021 sslh-select now supports UDP protocols. Probes specified in the `protocols` configuration entry are tried on incoming packets, diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 5ae411b..b06859e 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -42,7 +42,7 @@ For Fedora, you'll need packages `libconfig` and If you want to rebuild `sslh-conf.c` (after a `make distclean` for example), you will also need to add [conf2struct](https://www.rutschle.net/tech/conf2struct/README.html) -(v1.4) to your path. +(v1.5) to your path. Compilation -----------