Skip to content

Commit

Permalink
Update VERSION to 1.3.16dev3
Browse files Browse the repository at this point in the history
shussain committed Oct 9, 2020
1 parent 5d95c91 commit 4515e45
Showing 7 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
v1.3.16dev2 (October 5, 2020)
v1.3.16dev3 (October 9, 2020)
* Re-add braces for if-else that have only statement [Samir Hussain]
* xl2tpd-control refactoring [Alexander Naumov]
* fix travis 'script' syntax [Alexander Naumov]
* adding xl2tpd-control tests to travis [Alexander Naumov]
* Re-adding text giving more inofrmation about using ipsec with xl2tpd [Samir Hussain]
* Update README: typo, links to RFC, link to travis [Alexander Naumov]
* Travis will test different compiler on linux distro [Samir Hussain]
* Update travis for proper matrix [Samir Hussain]
* Add Focal to travis testing [Samir Hussain]
2 changes: 1 addition & 1 deletion Makefile.ver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
XL2TPDVERSION=1.3.16dev2
XL2TPDVERSION=1.3.16dev3
2 changes: 1 addition & 1 deletion l2tp.h
Original file line number Diff line number Diff line change
@@ -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.16dev2"
#define SERVER_VERSION "xl2tpd-1.3.16dev3"
#define VENDOR_NAME "xelerance.com"
#ifndef PPPD
#define PPPD "/usr/sbin/pppd"
2 changes: 1 addition & 1 deletion packaging/fedora/xl2tpd.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
Name: xl2tpd
Version: 1.3.16dev2
Version: 1.3.16dev3
Release: 1%{?dist}
License: GPLv2
Url: http://www.xelerance.com/software/xl2tpd/
2 changes: 1 addition & 1 deletion packaging/openwrt/Makefile
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=xl2tpd
PKG_VERSION:=1.3.16dev2
PKG_VERSION:=1.3.16dev3
PKG_RELEASE:=1
PKG_MD5SUM:=ab5656eb5a3d1973f7f69b039675332e-NEEDSUPDATING

2 changes: 1 addition & 1 deletion packaging/suse/sles10.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
Name: xl2tpd
Version: 1.3.16dev2
Version: 1.3.16dev3
Release: 1%{?dist}
License: GPLv2
Url: http://www.xelerance.com/software/xl2tpd/
2 changes: 1 addition & 1 deletion packaging/suse/xl2tpd.spec
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
%define rundir /run
%endif
Name: xl2tpd
Version: 1.3.16dev2
Version: 1.3.16dev3
Release: 0
Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
License: GPL-2.0-only

0 comments on commit 4515e45

Please sign in to comment.