commit | 2a5312e7389b23f096715b15836266c0ba5669cc | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sun Jan 19 14:50:31 2025 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Sun Jan 19 14:50:31 2025 +0100 |
tree | c03813f70ce47724bb2bfc5611f4d8936056a189 | |
parent | 8dec6c2e6c2b5157334398e2e6ab7daa91999d80 [diff] [blame] |
patch 9.1.1038: tests: test_channel.py fails with IPv6 Problem: tests: test_channel.py fails with IPv6 (eds-collabora) Solution: Use 127.0.0.1 instead of localhost fixes: #16398 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 9bd7599..fa82462 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1038, +/**/ 1037, /**/ 1036,