New dev snapshot

ubuntu/bionic
Jason Rhinelander 4 years ago
parent 259bf12a6f
commit 3bc10ec2d9

43
debian/changelog vendored

@ -1,3 +1,46 @@
lokinet (0.8.0~pre2-1~ubuntu1804) bionic; urgency=medium
[ Jason Rhinelander ]
* Remove gcc-5 workaround (#1360)
[ Jeff ]
* resolve issue #1361 about peer stats excessive logging (#1365)
[ Jason Rhinelander ]
* bionic: no ninja build
* Add libssl-dev build dep
* Don't build tests
* Try submodules --depth=1
* Patch broken dh_lib
* Add lokinet-vpn binary, disable shared libs
[ Jeff ]
* dont poke routes if we have no exit (#1352)
[ Thomas Winget ]
* New RC format (#1368)
[ Jeff ]
* dont serialize ephemeral members of service identity (#1370)
* make win32 exits work again (#1367)
[ Thomas Winget ]
* fix format string for size_t (#1371)
[ Jeff ]
* serialize auth codes in rpc (#1369)
[ Jason Rhinelander ]
* 0.8.0 version bump (#1373)
[ Jeff Becker ]
* bump lokimq submodule to 1.2.0
[ Jason Rhinelander ]
* Rename ufw rule to match the package name
-- Jason Rhinelander <jason@imaginary.ca> Wed, 30 Sep 2020 17:58:48 -0300
lokinet (0.8.0~pre1-1~ubuntu1804) bionic; urgency=medium
* Bionic deb.

4
debian/gbp.conf vendored

@ -1,10 +1,10 @@
[DEFAULT]
upstream-branch = master
debian-branch = debian/sid
debian-branch = ubuntu/bionic
upstream-tag = v%(version)s
[buildpackage]
submodules = true
ignore-new = true
pbuilder = true
dist = sid
dist = bionic

Loading…
Cancel
Save