bump version

This commit is contained in:
eyedeekay
2024-06-29 21:39:39 -04:00
parent b324b057bc
commit c9da9a9dcb
3 changed files with 5 additions and 45 deletions

View File

@ -1,3 +1,7 @@
2024-06-29
* app.Version = 2.5
* Add password-protected netDb sync capability
2024-06-25
* app.Version = 2.4
* Remove dependency on libp2p

View File

@ -1,5 +1,5 @@
VERSION=0.2.34
VERSION=$(shell ./reseed-tools --version | tr -d 'abcdefghijklmnopqrstuvwxyz\- ')
APP=reseed-tools
USER_GH=eyedeekay
CGO_ENABLED=0

View File

@ -1,44 +0,0 @@
2019-11-16
* allow multiple reseed transports from the same application
* incorporate libp2p(ipfs) listener from RTradeLtd/i2p-tools-1 master
* in-network(I2P) reseeds in case there's a point to that.
* self-supervising reseed service, if it crashes it will restart itself
* add an initscript
2019-06-27
* automatically configuring Tor Onionv3 Server
2019-04-21
* app.Version = "0.1.7"
* enabling TLS 1.3 *only*
2016-12-21
* deactivating previous random time delta, makes only sense when patching ri too
* app.Version = "0.1.6"
2016-10-09
* seed the math random generator with time.Now().UnixNano()
* added 6h+6h random time delta at su3-age to increase anonymity
* app.Version = "0.1.5"
2016-05-15
* README.md updated
* allowed routerInfos age increased from 96 to 192 hours
* app.Version = "0.1.4"
2016-03-05
* app.Version = "0.1.3"
* CRL creation added
2016-01-31
* allowed TLS ciphers updated (hardened)
* TLS certificate generation: RSA 4096 --> ECDSAWithSHA512 384bit secp384r1
* ECDHE handshake: only CurveP384 + CurveP521, default CurveP256 removed
* TLS certificate valid: 2y --> 5y
* throttled.PerDay(4) --> PerHour(4), to enable limited testing
* su3 RebuildInterval: 24h --> 90h, higher anonymity for the running i2p-router
* numRi per su3 file: 75 --> 77
2016-01
* fork from https://i2pgit.org/idk/reseed-tools