|
|
|
@ -1,6 +1,32 @@
@@ -1,6 +1,32 @@
|
|
|
|
|
# for this file format description, |
|
|
|
|
# see https://github.com/olivierlacan/keep-a-changelog |
|
|
|
|
|
|
|
|
|
## [2.41.0] - 2022-02-21 |
|
|
|
|
### Added |
|
|
|
|
- Clock syncronization through SSU |
|
|
|
|
- Drop routers older than 6 months on start |
|
|
|
|
- Localization to German |
|
|
|
|
- Don't send streaming ack too frequently |
|
|
|
|
- Select compatible outbound tunnel for I2CP messages |
|
|
|
|
- Restart webconsole's acceptor in case of exception |
|
|
|
|
### Changed |
|
|
|
|
- Use builtin bitswap for endian on windows |
|
|
|
|
- Send SessionCreated before connection close if slock skew |
|
|
|
|
- Try another floodfill for publishing if no compatible tunnels found |
|
|
|
|
- Reduce memory usage for RouterInfo structures |
|
|
|
|
- Avoid duplicated addresses in RouterInfo. Check presence of netId and version |
|
|
|
|
- Use TCP/IP sockets for I2CP on Android instead local sockets |
|
|
|
|
- Return uptime as integer in I2PControl |
|
|
|
|
- Reseed servers list/cerificates |
|
|
|
|
- Webconsole's dark style colors |
|
|
|
|
### Fixed |
|
|
|
|
- Yggdrasil transport and reseeds on Android |
|
|
|
|
- Attempts to send peer tests to itself |
|
|
|
|
- Severe packets drop in SSU |
|
|
|
|
- Crash on tunnel tests |
|
|
|
|
- Loading addressbook subscriptions from config |
|
|
|
|
- Multiple I2CP session to the same destination |
|
|
|
|
|
|
|
|
|
## [2.40.0] - 2021-11-29 |
|
|
|
|
### Added |
|
|
|
|
- Keep alive parameter for client tunnels |
|
|
|
|