snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 865be6601e90338430093e58be600799386ee681
parent 9b3ede892be3f807cc40ef92a8124bcac565b940
Author: default <nobody@localhost>
Date:   Wed, 21 Dec 2022 10:28:12 +0100

Updated RELEASE_NOTES.

Diffstat:
MRELEASE_NOTES.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 2.17 + +Fixed a header bug (contributed by alderwick). + ## 2.16 Some outgoing connection tweaks: the protocol is no longer forced to be HTTP/1.1 and timeouts are less restrictive. This has proven useful for some unreachable instances.