Skip to content

Releases: NICMx/Jool

v4.2.0-rc1

25 Dec 01:04
v4.2.0-rc1
a7f65b2
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

v4.0.7

18 Dec 19:15
v4.0.7
4ff45fc
Compare
Choose a tag to compare

Improvements since 4.0.6:

  • #221: RFC 7915 review (Compliance status has been updated)
  • #310: Patch communication between 64-bit kernels and 32-bit userspace
  • #311: Fix iptables-save
  • Kbuild: Remove usage of (deprecated) SUBDIRS (for kernel 5.4)

v4.0.6

24 Oct 19:32
v4.0.6
98c56b4
Compare
Choose a tag to compare

Improvements since 4.0.5:

  • Publish standalone Debian packages
  • Patch documentation and build bugs (openwrt/packages#9349)
  • Add support for kernel 5.4, RHEL7.7 and RHEL8.0
  • Mirror Netfilter packet return mechanism on iptables mode (#297)