diff --git a/CHANGES b/CHANGES index 6a26f041..a12bcce2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,15 @@ +v1.3.13 (December 3, 2018) +* Specify email address for reporting security vulnerabilities [Samir Hussain] +* Fix compile warning with USE_KERNEL in xl2tpd.c [Samir Hussain] +* Applying patch that reduces compile warnings and fixes warnings from gcc and clang. [Gareth Ansell] +* Fix compiler warnings in network.c [Gareth Ansell] +* Add a make command for packaging's prep work [Samir Hussain] +* Add Makefile directive for getting version [Samir Hussain] +* Add a preproc for Watchguard firewall (Github issue #136) [daniel1111] +* Convert from ISO-8859 to UTF-8 [Simon Deziel] +* Update README to provide latest info on xl2tpd + Linux kernel 4.15+ [Samir Hussain] +* Use dh_auto_build in order to allow cross compiles [Helmut Grohne] + v1.3.12 (May 18, 2018) * TOS value to copy to the tunnel header (Yurkovskyy) * Fix for ENODEV (No such device) error with Linux kernel 4.15 (Douglas Kosovic) diff --git a/Makefile.ver b/Makefile.ver index 838287fb..9c1cc603 100644 --- a/Makefile.ver +++ b/Makefile.ver @@ -1 +1 @@ -XL2TPDVERSION=1.3.13dev +XL2TPDVERSION=1.3.13 diff --git a/l2tp.h b/l2tp.h index dbe23926..847a4901 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.12" +#define SERVER_VERSION "xl2tpd-1.3.13" #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 34544251..94c94fd1 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.12 +Version: 1.3.13 Release: 1%{?dist} License: GPLv2 Url: http://www.xelerance.com/software/xl2tpd/ diff --git a/packaging/openwrt/Makefile b/packaging/openwrt/Makefile index 2626d6ce..7319d69a 100644 --- a/packaging/openwrt/Makefile +++ b/packaging/openwrt/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xl2tpd -PKG_VERSION:=1.3.12 +PKG_VERSION:=1.3.13 PKG_RELEASE:=1 PKG_MD5SUM:=ab5656eb5a3d1973f7f69b039675332e-NEEDSUPDATING diff --git a/packaging/suse/sles10.spec b/packaging/suse/sles10.spec index d2eb84f9..c13cd015 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.12 +Version: 1.3.13 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 211d81ce..7055da8a 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.12 +Version: 1.3.13 Release: 1%{?dist} License: GPLv2 Url: http://www.xelerance.com/software/xl2tpd/