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:
zzz
2015-03-18 12:15:41 +00:00
parent d3f5596cb2
commit 91fe62eee3
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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 = "";