Skip to content

Releases: NICMx/Jool

v4.2.0-rc2

21 Feb 23:13
v4.2.0-rc2
b209eed

Choose a tag to compare

v4.2.0-rc2 Pre-release
Pre-release

Second release candidate of Jool 4.2.0 (MAP-T)

Bugfixes since 4.2.0-rc1:

  • Patch some incorrect MAP-T address translations.
  • Clean up unit tests.
  • Internal API cleanups for Netlink.

v4.1.5

21 Feb 23:11
v4.1.5
34ffbf5

Choose a tag to compare

Improvements since 4.1.4:

  • #340: Patch several joold bugs.
  • #345, #354: Improve some documentation.
  • #350: Remove CAP_NET_ADMIN requirement from stats display.

v4.2.0-rc1

25 Dec 01:04
v4.2.0-rc1
a7f65b2

Choose a tag to compare

v4.2.0-rc1 Pre-release
Pre-release

First release candidate of Jool 4.2.0 (MAP-T)

v4.1.4

08 Oct 14:17
v4.1.4
b09c490

Choose a tag to compare

Improvements since 4.1.3:

  1. #341: Deprecate "blacklist4," add replacement "denylist4."
  2. #342: Add /32 to the generic denylist again. (And remove secondary addresses, since nobody has actually requested them.)
  3. #343: Clarify some documentation. (WIP)

I also largely rewrote the "intro-xlat" documentation page, to reflect the changes from the MAP-T branch.

v4.1.3

02 Sep 17:33
v4.1.3
9b62826

Choose a tag to compare

Improvements since 4.1.2:

  • #338, #339: Apply generic blacklist to destination IPv4 address

v4.1.2

23 Jul 00:27
v4.1.2
163b9f4

Choose a tag to compare

Improvements since 4.1.1:

  • #334: Patch compilation on newest CentOS 8.
  • #335: Patch deb package dependencies for Debian stable.
  • #336: Add logging-debug runtime configuration option.
  • #337: Patch iptables userspace binaries so they can be managed by python-iptables.

v4.1.1

02 Jul 19:23
v4.1.1
fc1a687

Choose a tag to compare

Improvements since 4.1.0:

  1. #331: Remove need to disable offloads again.
  2. #332: Patch bad NAT64 translation on empty pool4.

v4.1.0

20 Jun 00:04
v4.1.0
b5f4cb5

Choose a tag to compare

Improvements since 4.0.9:

  1. #136: Implement lowest-ipv6-mtu.
  2. Implement shallow translation of ICMP extensions. (RFC 7915 pp. 13, 22)
  3. #329: Add support for kernel 5.7.

v4.0.9

06 May 23:22
v4.0.9
3e1e8fd

Choose a tag to compare

Improvements since v4.0.9:

  1. #325: Patch userspace compilation error triggered when different versions of Jool's libraries are already installed in the system.
  2. #326: Patch userspace-kernel communication on newer kernels. (This bug was introduced in Jool 4.0.8.)
  3. Add support for kernel 5.6.

v4.0.8

31 Mar 20:19

Choose a tag to compare

Improvements since 4.0.7:

  • #320: Fix modprobe -r memory leak
  • #322: Modernize the Netlink code to prevent alignment issues during userspace client requests.