Skip to content

Releases: nm-l2tp/NetworkManager-l2tp

version 1.20.4 release

02 May 09:38

Choose a tag to compare

Compatible with NetworkManager 1.20 and later.

Summary of changes since NetworkManager-l2tp 1.20.2 :

  • Security fix - properly detect that strongswan CHILD_SA connection has been established.
  • Fix for libreswan "cannot route template policy" error.

version 1.8.8 release

02 May 09:32

Choose a tag to compare

Compatible with NetworkManager 1.8 and later.

Summary of changes since NetworkManager-l2tp 1.8.6 :

  • Security fix - properly detect that strongswan CHILD_SA connection has been established.
  • Merged translations from latest NetworkManager-l2tp version.

version 1.2.20 release

02 May 09:28

Choose a tag to compare

Compatible with NetworkManager 1.2 and later.

Summary of changes since NetworkManager-l2tp 1.2.18 :

  • Security fix - properly detect that strongswan CHILD_SA connection has been established.
  • Merged translations from latest NetworkManager-l2tp version.

version 1.0.14 release

02 May 09:26

Choose a tag to compare

Compatible with NetworkManager 0.9.8 and 1.0.x.

Summary of changes since NetworkManager-l2tp 1.0.12 :

  • Security fix - properly detect that strongswan CHILD_SA connection has been established.
  • Merged translations from latest NetworkManager-l2tp version.

version 1.20.2 release

17 Apr 13:12

Choose a tag to compare

Compatible with NetworkManager 1.20 and later.

Summary of changes since NetworkManager-l2tp 1.20.0 :

  • Gtk4 version of the editor plugin is now available (for use with Control Center of GNOME 42 or later).
  • Updated translations.

version 1.20.0 release

20 Oct 12:10

Choose a tag to compare

Compatible with NetworkManager 1.20 and later.

Summary of changes since NetworkManager-l2tp 1.8.6 :

  • Supports kl2tpd from Katalix's go-l2tp project. Will fallback to xl2tpd if kl2tpd is not installed. To install kl2tpd if your Linux distro does not include it, issue:
go install "github.com/katalix/go-l2tp/...@latest"
sudo mkdir /usr/local/sbin
sudo cp go/bin/kl2tpd /usr/local/sbin
  • Support for Multilink PPP with multilink PPP MRRU spinbox.
  • L2TP ephemeral source port checkbox added.
  • Store PSK as a VPN secret, but keep backwards compatibility for Base64 and cleartext PSK VPN configurations.
  • deprecated libnm-glib/libnm-util code removed and --with-libnm-glib configure option removed.
  • Honors $CHARONDEBUG and $PLUTODEBUG env variables, even when not in debug mode.
  • Source code reformatted with clang-format.
  • intltool for i18n build support no longer required.
  • Updated translations.

version 1.8.6 release

02 Nov 22:38

Choose a tag to compare

Compatible with NetworkManager 1.8.0 and later.

Summary of changes since NetworkManager-l2tp 1.8.4 :

  • Fix for make check warning that was preventing Fedora RPMs from being built. The fix was to add properties/import-export.c to POTFILES.in

version 1.8.4 release

01 Nov 22:04

Choose a tag to compare

Compatible with NetworkManager 1.8.0 and later.

Summary of changes since NetworkManager-l2tp 1.8.2 :

  • Update translations.
  • Update strings for new dialog design in gnome-shell. e.g use "Password" instead of "Password:".
  • Use /usr/share/metainfo for AppData files.
  • Move D-Bus policy file to /usr/share/dbus-1/system.d/
  • Add --with-nm-ipsec-nss-dir configure switch for Libreswan NSS database location with default value of /var/lib/ipsec/nss
  • Do not add broken route to VPN gateway IP address.
  • Add back import/export capability.
  • update default PPPD_PLUGIN_DIR to ${libdir}/pppd/2.4.8
  • Fix for user certificate password flags for connection editor.

version 1.8.2 release

26 Mar 10:40

Choose a tag to compare

Compatible with NetworkManager 1.8.0 and later.

Summary of changes since NetworkManager-l2tp 1.8.0 :

  • Fixes for user certificate support.
  • Remove modp1024 in default phase 1 algorithms for Libreswan as Libreswan >= 3.30 is no longer built with DH2 (modp1024) support.
  • Provide --enable-libreswan-dh2 configure switch for older versions of Libreswan.
  • KDE plasma-nm compatibility for "Gateway ID".

version 1.2.18 release

26 Mar 09:20

Choose a tag to compare

Compatible with NetworkManager 1.2.0 and later.

Summary of changes since NetworkManager-l2tp 1.2.16 :

  • Remove modp1024 in default phase 1 algorithms for Libreswan as Libreswan >= 3.30 is no longer built with DH2 (modp1024) support.
  • Provide --enable-libreswan-dh2 configure switch for older versions of Libreswan.
  • KDE plasma-nm compatibility for "Gateway ID".