From 590ce4ee5a31c028ef1924fb2c654e3523fa260c Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Sun, 15 Apr 2018 15:03:20 +0800 Subject: [PATCH] Import Debian changes 1.3.1~svn3789-6 n2n (1.3.1~svn3789-6) unstable; urgency=medium * control: - bump to Debian Standard 4.1.4 - add run-time dependency on lsb-base - update git URIs - change priority from extra to optional - drop inactive co-maintainer Thank you for your work. Welcome back anytime! * copyright: update to 2018 * default: change default supernode to bytemark.leggewie.org * init: merge two N2N_SUPERNODE* variables into one * README: - improve some botched wording - add information about two new public supernodes --- debian/changelog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6afaffb..8a6f1ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +n2n (1.3.1~svn3789-6) unstable; urgency=medium + + * control: + - bump to Debian Standard 4.1.4 + - add run-time dependency on lsb-base + - update git URIs + - change priority from extra to optional + - drop inactive co-maintainer + Thank you for your work. Welcome back anytime! + * copyright: update to 2018 + * default: change default supernode to bytemark.leggewie.org + * init: merge two N2N_SUPERNODE* variables into one + * README: + - improve some botched wording + - add information about two new public supernodes + + -- Rolf Leggewie Sun, 15 Apr 2018 15:03:20 +0800 + n2n (1.3.1~svn3789-5) unstable; urgency=medium * ship init script for controlling the n2n VPN. Closes: #742098