diff --git a/CHANGES b/CHANGES index 5f24a1a..5e2d0ff 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -v1.3.17rc1 (Jan 05, 2022) +v1.3.17 (Jan 20, 2022) * debian: Add systemd .service [Will Thompson] * Update TODO file to specify branch work that needs to be completed [Samir Hussain] * Correct a typo in the man page xl2tpd.conf(5) [Samy Mahmoudi] diff --git a/Makefile.ver b/Makefile.ver index 2d3c359..b1a1d7c 100644 --- a/Makefile.ver +++ b/Makefile.ver @@ -1 +1 @@ -XL2TPDVERSION=1.3.17rc1 +XL2TPDVERSION=1.3.17 diff --git a/debian/changelog b/debian/changelog index 1719b58..cb17611 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xl2tpd (1.3.17-1) UNRELEASED; urgency=medium + + * New upstream release. + + -- Samir Hussain Thu, 20 Jan 2022 14:35:21 -0500 + xl2tpd (1.3.16-2) UNRELEASED; urgency=medium * control: Fix branch of Vcs-Git. diff --git a/l2tp.h b/l2tp.h index a05f392..de3f2ca 100644 --- a/l2tp.h +++ b/l2tp.h @@ -59,7 +59,7 @@ typedef unsigned long long _u64; #define CONTROL_PIPE_REQ_LNS_REMOVE 'w' /* Get status of LNS */ #define BINARY "xl2tpd" -#define SERVER_VERSION "xl2tpd-1.3.17rc1" +#define SERVER_VERSION "xl2tpd-1.3.17" #define VENDOR_NAME "xelerance.com" #ifndef PPPD #define PPPD "/usr/sbin/pppd" diff --git a/packaging/fedora/xl2tpd.spec b/packaging/fedora/xl2tpd.spec index 579f20e..48d0a32 100644 --- a/packaging/fedora/xl2tpd.spec +++ b/packaging/fedora/xl2tpd.spec @@ -1,6 +1,6 @@ Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) Name: xl2tpd -Version: 1.3.17rc1 +Version: 1.3.17 Release: 1%{?dist} License: GPLv2 Url: http://www.xelerance.com/software/xl2tpd/ diff --git a/packaging/openwrt/Makefile b/packaging/openwrt/Makefile index 2c22042..8f82bb3 100644 --- a/packaging/openwrt/Makefile +++ b/packaging/openwrt/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xl2tpd -PKG_VERSION:=1.3.17rc1 +PKG_VERSION:=1.3.17 PKG_RELEASE:=1 PKG_MD5SUM:=ab5656eb5a3d1973f7f69b039675332e-NEEDSUPDATING diff --git a/packaging/suse/sles10.spec b/packaging/suse/sles10.spec index 35f3d67..f342d7d 100644 --- a/packaging/suse/sles10.spec +++ b/packaging/suse/sles10.spec @@ -1,6 +1,6 @@ Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) Name: xl2tpd -Version: 1.3.17rc1 +Version: 1.3.17 Release: 1%{?dist} License: GPLv2 Url: http://www.xelerance.com/software/xl2tpd/ diff --git a/packaging/suse/xl2tpd.spec b/packaging/suse/xl2tpd.spec index a59793e..514cb5b 100644 --- a/packaging/suse/xl2tpd.spec +++ b/packaging/suse/xl2tpd.spec @@ -22,7 +22,7 @@ %define rundir /run %endif Name: xl2tpd -Version: 1.3.17rc1 +Version: 1.3.17 Release: 0 Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) License: GPL-2.0-only