forked from I2P_Developers/i2p.i2p
History for prop, -6:
Prop from i2p.i2p.zzz.upnp, containing: Cyberlink for Java v3.0 + (2015-02-15) from github See branch revs for more info and fixups. Previous was Cyberlink for Java v2.1 (2011-09-16) from SVN. From a scan of the 2.1-to-3.0 diff, it's mostly formatting changes, getting rid of DOS line endings, and a couple of new features we don't need. I see very few fixes. And the Device.getAbsoluteURL() "fixes" did not work in my testing, I had to fix them again. Unlikely to fix any of the open UPnP tickets #481 #725 #728 #1194 #1480. But now we're current.
This commit is contained in:
@ -1,3 +1,12 @@
|
||||
2015-03-18 zzz
|
||||
* NetDB:
|
||||
- Send exploratory lookups directly to the floodfill if
|
||||
we are already connected to him
|
||||
- Don't encrypt RI lookups when overloaded
|
||||
- Don't explore when overloaded
|
||||
* Tunnels: Drop instead of reject requests on high job lag
|
||||
* UPnP: Update to cyberlink 3.0
|
||||
|
||||
2015-03-16 zzz
|
||||
* Apache Tomcat 6.0.43
|
||||
* NetDB: Send RI lookups directly to the floodfill if
|
||||
|
@ -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 = 5;
|
||||
public final static long BUILD = 6;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user