This commit is contained in:
orignal 2022-02-19 17:21:11 -05:00
parent 7bdeaa9611
commit 0a34f1f3ad
5 changed files with 42 additions and 4 deletions

View file

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