Skip to content

Commit 8152bf3

Browse files
add known issues for 8.15.1
This commit adds a Known Issue to the OpenVox Server 8.15.1 release notes about the `resolv` library timing out when querying IPv6 DNS servers after the upgrade to JRuby 9.4.15.0. See: OpenVoxProject/openvox-server#535 Signed-off-by: Corporate Gadfly <haroon.rafique@gmail.com>
1 parent 375a16c commit 8152bf3

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docs/_openvox-server_8x/release_notes.markdown

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ This is a bug-fix release of OpenVox Server.
1212

1313
All bug fixes, new features and other changes are provided on the [project's GitHub release page](https://github.com/OpenVoxProject/openvox-server/releases/tag/8.15.1).
1414

15+
### Known Issues in 8.15.1
16+
17+
#### Carried over from previous release
18+
19+
The issue with `resolv` timeouts when using multiple IPv6 nameservers is also present
20+
in this release. See [OpenVox Server 8.15.0 Known Issues](#known-issues-in-8150)
21+
for details and a workaround.
22+
1523
## OpenVox Server 8.15.0
1624

1725
{% include alert.html type="note" title="Unreleased" content="Packages for version 8.15.0 were not released due to broken FIPS builds." %}
@@ -39,7 +47,7 @@ All bug fixes, new features and other changes are provided on the [project's Git
3947
#### `resolv` times out when `/etc/resolv.conf` contains multiple IPv6 nameservers
4048

4149
The JRuby 9.4.15.0 upgrade included in this release updated the Ruby `resolv`
42-
library to a newer version. This newer `resolv` version introduced a mis-match
50+
library to a newer version. This newer `resolv` version introduced a mismatch
4351
where queries to IPv6 DNS servers are sent using compressed addresses (e.g.
4452
`2001:db8::1`), while responses arrive from un-compressed addresses (e.g.
4553
`2001:db8:0:0:0:0:0:1`). This mis-match means that queries to IPv6 servers

0 commit comments

Comments
 (0)