Update: Add support for su3-signed development builds (ticket #1381)

Full version is used as the su3 version.
Uses same su3 certs as release updates. Users may add additional certs
to ~/.i2p/certificates/router/ as necessary.
Copy echelon's reseed key for use as a router signer.
Unsigned update remains a separate option for now.
Various update subsystem cleanups.
This commit is contained in:
zzz
2015-05-07 13:04:43 +00:00
parent b12f988390
commit 2f5e64e532
18 changed files with 509 additions and 51 deletions

View File

@@ -1,4 +1,8 @@
2015-05-07 zzz
* Update: Add support for su3-signed development builds (ticket #1381)
2015-05-06 zzz
* Datagram: Convert IOE to DFE and throw on error (ticket #1562)
* Naming services: Export address books with Windows
line endings on Windows (ticket #1557)
* Transport: Add config to force IPv4 (only) to firewalled (ticket #1541)
@@ -122,7 +126,7 @@ Prop from i2p.i2p.zzz.test2:
* Transport: Fix active peer count for NTCP
2015-04-15 tuna
* SimpleScheduler: Deprecated, functionaltiy moved to SimpleTimer2 (ticket #1069)
* SimpleScheduler: Deprecated, functionality moved to SimpleTimer2 (ticket #1069)
2015-04-13 zzz
* Router: Fix NPE on bad share bandwidth config (ticket #1524)