diff --git a/CHANGES b/CHANGES index 0b629e27..2bc42453 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,6 @@ -v1.3.10.1rc1 (October 12, 2017) -* Upping DEFAULT_MAX_RETRIES (5 -> 15) and debug output [Samir Hussain] +v1.3.10.1rc2 (October 16, 2017) +* Have max retries as a configuration [Samir Hussain] +* Add more into to "select timeout" debug message [Samir Hussain] v1.3.10 (August 2, 2017) * Update STRLEN in file.h to 100 (from 80) [Samir Hussain] diff --git a/l2tp.h b/l2tp.h index 2fccc546..b780155e 100644 --- a/l2tp.h +++ b/l2tp.h @@ -58,7 +58,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.10.1rc1" +#define SERVER_VERSION "xl2tpd-1.3.10.1rc2" #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 5251d784..7bc3e3b3 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.10.1rc1 +Version: 1.3.10.1rc2 Release: 1%{?dist} License: GPLv2 Url: http://www.xelerance.com/software/xl2tpd/ diff --git a/packaging/openwrt/Makefile b/packaging/openwrt/Makefile index 74c8cf4e..c269cf21 100644 --- a/packaging/openwrt/Makefile +++ b/packaging/openwrt/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xl2tpd -PKG_VERSION:=1.3.10.1rc1 +PKG_VERSION:=1.3.10.1rc2 PKG_RELEASE:=1 PKG_MD5SUM:=ab5656eb5a3d1973f7f69b039675332e-NEEDSUPDATING diff --git a/packaging/suse/sles10.spec b/packaging/suse/sles10.spec index c7d0e6db..3b613d8e 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.10.1rc1 +Version: 1.3.10.1rc2 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 8165b654..724c14c1 100644 --- a/packaging/suse/xl2tpd.spec +++ b/packaging/suse/xl2tpd.spec @@ -1,6 +1,6 @@ Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) Name: xl2tpd -Version: 1.3.10.1rc1 +Version: 1.3.10.1rc2 Release: 1%{?dist} License: GPLv2 Url: http://www.xelerance.com/software/xl2tpd/