diff --git a/CHANGES b/CHANGES index a1df9c8e..13d79c83 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +v1.3.10rc1 (July 7, 2017) +* Update STRLEN in file.h to 100 (from 80) [Samir Hussain] +* xl2tpd-control: fix xl2tpd hanged up in "fopen" [wendy2001011] +* Update version in spec and opewnrt Makefile. [Samir Hussain] + v1.3.9 (February 8, 2017) * Add xl2tpd-control man pages (Samir Hussain) * Update spec file with newest Soure0 and version (Samir Hussain) diff --git a/l2tp.h b/l2tp.h index fb7e1390..6db727c6 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.9" +#define SERVER_VERSION "xl2tpd-1.3.10" #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 8bca1b1e..f2d877d3 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.9 +Version: 1.3.10 Release: 1%{?dist} License: GPLv2 Url: http://www.xelerance.com/software/xl2tpd/ diff --git a/packaging/openwrt/Makefile b/packaging/openwrt/Makefile index cd0b3152..975b35ac 100644 --- a/packaging/openwrt/Makefile +++ b/packaging/openwrt/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xl2tpd -PKG_VERSION:=1.3.9 +PKG_VERSION:=1.3.10 PKG_RELEASE:=1 PKG_MD5SUM:=ab5656eb5a3d1973f7f69b039675332e-NEEDSUPDATING diff --git a/packaging/suse/sles10.spec b/packaging/suse/sles10.spec index 8f91aed7..13c70dc0 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.9 +Version: 1.3.10 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 dfba4945..d1eedb40 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.9 +Version: 1.3.10 Release: 1%{?dist} License: GPLv2 Url: http://www.xelerance.com/software/xl2tpd/