From 974ffabd186e7f468d9531008b4db3d545a7d3e3 Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 2 Dec 2022 15:50:24 -0500 Subject: [PATCH] Debian changelog for 2.0.0-2ubuntu1 fix (gitlab #376) --- debian-alt/focal/changelog | 6 ++++++ debian/changelog | 6 ++++++ history.txt | 10 ++++++++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 4 files changed, 23 insertions(+), 1 deletion(-) diff --git a/debian-alt/focal/changelog b/debian-alt/focal/changelog index dab7abab2..1931eae9e 100644 --- a/debian-alt/focal/changelog +++ b/debian-alt/focal/changelog @@ -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) Fri, 02 Dec 2022 18:18:18 +0000 + i2p (2.0.0-1ubuntu1) focal; urgency=medium * New upstream version 2.0.0 diff --git a/debian/changelog b/debian/changelog index 29650128f..733386000 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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) Fri, 02 Dec 2022 18:18:18 +0000 + i2p (2.0.0-1ubuntu1) focal; urgency=medium * New upstream version 2.0.0 diff --git a/history.txt b/history.txt index 86956c530..7ac821498 100644 --- a/history.txt +++ b/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 diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index aee15848b..2d30a2c12 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -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 = "";