From 3c19bb4ec5083608db8434cdf9193c70808d2fa9 Mon Sep 17 00:00:00 2001
From: str4d
Date: Tue, 11 Jul 2017 03:31:55 +0000
Subject: [PATCH] Console: Increase displayed changelog lines to show entire
release cycle
---
apps/routerconsole/jsp/help.jsp | 2 +-
apps/routerconsole/jsp/help_ar.jsp | 2 +-
apps/routerconsole/jsp/help_fr.jsp | 2 +-
apps/routerconsole/jsp/help_nl.jsp | 2 +-
apps/routerconsole/jsp/help_ru.jsp | 2 +-
history.txt | 2 ++
6 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/apps/routerconsole/jsp/help.jsp b/apps/routerconsole/jsp/help.jsp
index 035938f8b..f854e2f48 100644
--- a/apps/routerconsole/jsp/help.jsp
+++ b/apps/routerconsole/jsp/help.jsp
@@ -38,7 +38,7 @@
<% java.io.File fpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getBaseDir(), "history.txt"); %>
-
+
View the full change log
diff --git a/apps/routerconsole/jsp/help_ar.jsp b/apps/routerconsole/jsp/help_ar.jsp
index 7eeb2bc84..a3455aa75 100644
--- a/apps/routerconsole/jsp/help_ar.jsp
+++ b/apps/routerconsole/jsp/help_ar.jsp
@@ -196,7 +196,7 @@ client applications can be found on our
<% java.io.File fpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getBaseDir(), "history.txt"); %>
-
+
diff --git a/apps/routerconsole/jsp/help_fr.jsp b/apps/routerconsole/jsp/help_fr.jsp
index 1908bfc45..dd39613e3 100644
--- a/apps/routerconsole/jsp/help_fr.jsp
+++ b/apps/routerconsole/jsp/help_fr.jsp
@@ -179,7 +179,7 @@ Les sources du code I2P et de la plupart des applications jointes est sur notre
<% java.io.File fpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getBaseDir(), "history.txt"); %>
-
+
diff --git a/apps/routerconsole/jsp/help_nl.jsp b/apps/routerconsole/jsp/help_nl.jsp
index 91e5f26f9..71f69891f 100644
--- a/apps/routerconsole/jsp/help_nl.jsp
+++ b/apps/routerconsole/jsp/help_nl.jsp
@@ -220,7 +220,7 @@ href="http://i2p-projekt.i2p/nl/download">download pagina.
<% java.io.File fpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getBaseDir(), "history.txt"); %>
-
+
diff --git a/apps/routerconsole/jsp/help_ru.jsp b/apps/routerconsole/jsp/help_ru.jsp
index 8ca50d465..5050460e5 100644
--- a/apps/routerconsole/jsp/help_ru.jsp
+++ b/apps/routerconsole/jsp/help_ru.jsp
@@ -188,7 +188,7 @@
<% java.io.File fpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getBaseDir(), "history.txt"); %>
-
+
diff --git a/history.txt b/history.txt
index 29038b00d..f2f7e2317 100644
--- a/history.txt
+++ b/history.txt
@@ -1,4 +1,6 @@
2017-07-11 str4d
+ * Console: Increase displayed changelog lines to help ensure at least one
+ whole release cycle is visible
* I2PSnark: Fix I2PSnarkUtil.getCommentsName() to match its JavaDoc
* Fix HTML tags across non-default conditional branches