forked from I2P_Developers/i2p.i2p
0.9.1
This commit is contained in:
@ -16,7 +16,7 @@ package net.i2p;
|
||||
public class CoreVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = "0.9";
|
||||
public final static String VERSION = "0.9.1";
|
||||
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Core version: " + VERSION);
|
||||
|
@ -1,3 +1,5 @@
|
||||
* 2012-07-30 0.9.1 released
|
||||
|
||||
2012-07-28 str4d
|
||||
* Console: theme fixes
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<info>
|
||||
<appname>i2p</appname>
|
||||
<appversion>0.9</appversion>
|
||||
<appversion>0.9.1</appversion>
|
||||
<authors>
|
||||
<author name="I2P" email="http://forum.i2p2.de/"/>
|
||||
</authors>
|
||||
|
@ -4,6 +4,7 @@ Release checklist
|
||||
Ensure all translation updates are imported from Transifex
|
||||
Sync with mtn.i2p2.i2p
|
||||
Start with a clean checkout mtn -d i2p.mtn co --branch=i2p.i2p
|
||||
Copy over override.properties to set build.built-by
|
||||
Double-check trust list
|
||||
Deploy the Jetty archive, a clean checkout lacks it
|
||||
|
||||
@ -16,12 +17,12 @@ Change revision in:
|
||||
(change to BUILD = 0 and EXTRA = "")
|
||||
|
||||
Review the complete diff from the last release:
|
||||
mtn diff -r t:i2p-0.x.(xx-1) > out.diff
|
||||
mtn diff -r t:i2p-0.9.(xx-1) > out.diff
|
||||
vi out.diff
|
||||
|
||||
Verify that no untrusted revisions were inadvertently
|
||||
blessed by a trusted party:
|
||||
mtn log --brief --no-graph --to t:i2p-0.8.(xx-1) | cut -d ' ' -f 2 | sort | uniq -c
|
||||
mtn log --brief --no-graph --to t:i2p-0.9.(xx-1) | cut -d ' ' -f 2 | sort | uniq -c
|
||||
|
||||
=========================================
|
||||
NOTE: These tasks are now automated by 'ant release'
|
||||
@ -58,7 +59,7 @@ Generate hashes:
|
||||
sha256sum i2pupdate.su2
|
||||
|
||||
Generate PGP signatures:
|
||||
gpg -b i2pinstall-0..x xx.exe
|
||||
gpg -b i2pinstall-0.x xx.exe
|
||||
gpg -b i2psource-0.x.xx.tar.bz2
|
||||
gpg -b i2pupdate-0.x.xx.zip
|
||||
gpg -b i2pupdate.sud
|
||||
|
@ -1,43 +1,14 @@
|
||||
<!--
|
||||
<i2p.news date="$Date: 2012-01-06 00:00:00 $">
|
||||
<i2p.release version="0.9" date="2012/05/02" minVersion="0.6" />
|
||||
<i2p.news date="$Date: 2012-07-30 00:00:00 $">
|
||||
<i2p.release version="0.9.1" date="2012/07/30" minVersion="0.6" />
|
||||
-->
|
||||
<div lang="en">
|
||||
<h3>2012-05-02: <b>0.9 <a href="http://www.i2p2.i2p/release-0.9.html">Released</a></b></h3>
|
||||
<h3>2012-07-30: <b>0.9.1 <a href="http://www.i2p2.i2p/release-0.9.1.html">Released</a></b></h3>
|
||||
|
||||
<p>
|
||||
In the 0.9 release we migrate to Jetty 6 for the console and eepsite web server,
|
||||
and introduce a simplified router console home page.
|
||||
This release is network-compatible with prior releases, however see below for important
|
||||
information on compatibility with existing eepsites, plugins, and webapps.
|
||||
0.9.1 includes a large number of bug fixes and improvements in i2psnark, streaming, and elsewhere.
|
||||
There are also home page changes, new themes, and translation updates.
|
||||
Upgrading is recommended.
|
||||
</p>
|
||||
|
||||
<p><strong>Update info</strong></p>
|
||||
|
||||
<p> In-network updates and new installs will include Jetty 6, Tomcat, and JSTL.
|
||||
PPA (Ubuntu/Debian) updates will have new dependencies for these packages.</p>
|
||||
|
||||
<p> If you have not enabled or modified your eepsite settings, the update should automatically migrate you to Jetty 6.
|
||||
If you do not use Jetty for your eepsite, the update will not affect it.
|
||||
</p>
|
||||
|
||||
<p> If you have more than one Jetty eepsite or you have changed the local port (7658 by default) or otherwise edited jetty.xml,
|
||||
you must manually edit the new jetty configuration files after updating, and then restart. </p>
|
||||
|
||||
<p>For those with Jetty-based eepsites, we recommend that you verify that the upgrade
|
||||
was successful and the eepsites are operational after the router restarts.
|
||||
|
||||
<p> Plugin information:
|
||||
<br /> Plugins not listed below should continue to work under Jetty 6.
|
||||
<br /> The following plugins require updates for Jetty 6. The router will download and install them a few minutes
|
||||
after upgrading: i2pbote, pebble, zzzot
|
||||
<br /> The following plugins have been renamed and for Jetty 6. Users must manually remove them and download the new versions
|
||||
after upgrading: neodatis, seedless
|
||||
</p>
|
||||
|
||||
<p> Other non-standard console and eepsite webapps not packaged by the I2P development team may or may not
|
||||
require modifications.
|
||||
</p><p>
|
||||
Say hello to the volunteers on the <a href="irc://127.0.0.1:6668/i2p-help">#i2p-help IRC channel</a>.
|
||||
<a href="http://www.i2p2.i2p/getinvolved.html">Get involved</a>,
|
||||
|
@ -18,10 +18,10 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 30;
|
||||
public final static long BUILD = 0;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "-rc";
|
||||
public final static String EXTRA = "";
|
||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Router version: " + FULL_VERSION);
|
||||
|
Reference in New Issue
Block a user