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
This commit is contained in:
Rolf Leggewie 2018-04-15 15:03:20 +08:00
parent ba66792094
commit 590ce4ee5a

18
debian/changelog vendored
View file

@ -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 <foss@rolf.leggewie.biz> 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