forked from I2P_Developers/i2p.i2p
Debian changelog for 2.0.0-2ubuntu1 fix (gitlab #376)
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
i2p (2.0.0-2ubuntu1) focal; urgency=medium
|
||||
|
||||
* Fix stray char in links file causing symlinks in /
|
||||
|
||||
-- zzz on i2p (key signing) <zzz@i2pmail.org> Fri, 02 Dec 2022 18:18:18 +0000
|
||||
|
||||
i2p (2.0.0-1ubuntu1) focal; urgency=medium
|
||||
|
||||
* New upstream version 2.0.0
|
||||
|
||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
||||
i2p (2.0.0-2ubuntu1) focal; urgency=medium
|
||||
|
||||
* Fix stray char in links file causing symlinks in /
|
||||
|
||||
-- zzz on i2p (key signing) <zzz@i2pmail.org> Fri, 02 Dec 2022 18:18:18 +0000
|
||||
|
||||
i2p (2.0.0-1ubuntu1) focal; urgency=medium
|
||||
|
||||
* New upstream version 2.0.0
|
||||
|
||||
10
history.txt
10
history.txt
@@ -1,3 +1,13 @@
|
||||
2022-12-02 zzz
|
||||
* Debian: Fix for stray symlinks in / (gitlab #376)
|
||||
|
||||
2022-11-30 zzz
|
||||
* SSU: Start work on option to disable SSU 1
|
||||
|
||||
2022-11-28 zzz
|
||||
* i2ptunnel: Update encryption type defaults
|
||||
* Util: Add path length constraint = 0 to selfsigned certs
|
||||
|
||||
2022-11-26 zzz
|
||||
* Console: Hide IPv4/v6 columns on /peers status tab
|
||||
* i2ptunnel: Fix SOCKS outproxy port configuration
|
||||
|
||||
@@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Git";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 2;
|
||||
public final static long BUILD = 3;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
||||
Reference in New Issue
Block a user