forked from I2P_Developers/i2p.i2p
* logs.jsp: Fix NPE (ticket #430)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<%=intl._("You may use the username \"guest\" and password \"guest\" if you do not wish to register.")%>
|
||||
<p><i><%=intl._("Please include this information in bug reports")%>:</i>
|
||||
<p>
|
||||
<b>I2P version:</b> <jsp:getProperty name="helper" property="version" /><br>
|
||||
<b>I2P version:</b> <%=net.i2p.router.RouterVersion.FULL_VERSION%><br>
|
||||
<b>Java version:</b> <%=System.getProperty("java.vendor")%> <%=System.getProperty("java.version")%> (<%=System.getProperty("java.runtime.name")%> <%=System.getProperty("java.runtime.version")%>)<br>
|
||||
<b>Platform:</b> <%=System.getProperty("os.name")%> <%=System.getProperty("os.arch")%> <%=System.getProperty("os.version")%><br>
|
||||
<b>Processor:</b> <%=net.i2p.util.NativeBigInteger.cpuModel()%> (<%=net.i2p.util.NativeBigInteger.cpuType()%>)<br>
|
||||
|
@@ -1,3 +1,12 @@
|
||||
2011-03-10 zzz
|
||||
* configclients.jsp: Split form up, fix HTML warnings
|
||||
* configui.jsp: Fix lang setting broken by previous nonce change
|
||||
* Console: Consolidate nonce handling
|
||||
* eepget: Don't send X-Accept-Encoding header to proxy (ticket #422)
|
||||
* logs.jsp: Fix NPE (ticket #430)
|
||||
* netdb.jsp: Fix table alignment
|
||||
* Tunnel Preprocessor: Use entropy for padding more efficiently
|
||||
|
||||
2011-03-08 zzz
|
||||
* Clock: Cleanups and javadocs
|
||||
* Console:
|
||||
|
@@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 4;
|
||||
public final static long BUILD = 5;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user