Signed-off-by: r4sas <r4sas@i2pmail.org>
pull/1968/head
r4sas 8 months ago
parent 3a4238729a
commit 4d573f6655
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

@ -4,20 +4,20 @@
## [2.49.0] - 2023-09-18
### Added
- Handle SOCK5 authorization with empty user/password
- Drop incoming transport sessions from too old or from future routers
- Memory pool for router profiles
- Drop incoming transport sessions from too old or from future routers
- Memory pool for router profiles
- Allow 0 hops in explicitPeers
### Changed
- Separate network and testing status
- Remove AVX code
- Improve NTCP2 transport session logging
- Select router with ipv4 for tunnel endpoint
- Improve NTCP2 transport session logging
- Select router with ipv4 for tunnel endpoint
- Consider all addresses non-published for U and H routers even if they have host/port
- Don't pick completely unreachable routers for tunnels
- Exclude SSU1 introducers from SSU2 addresses
- Exclude SSU1 introducers from SSU2 addresses
- Don't create paired inbound tunnel if length is different
- Remove introducer from RouterInfo after 60 minutes
- Reduce SSU2 keep alive interval and add keep alive interval variance
- Remove introducer from RouterInfo after 60 minutes
- Reduce SSU2 keep alive interval and add keep alive interval variance
- Don't pick too old sessions for introducer
### Fixed
- Version of the subnegotiation in user/password SOCKS5 response
@ -26,7 +26,7 @@
- Termination block size processing for transport sessions
- Crash if deleted BOB destination was shared between few BOB sessions
- Introducers with zero tag
- Padding for SSU2 path response
- Padding for SSU2 path response
## [2.48.0] - 2023-06-12
### Added

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

@ -1,6 +1,6 @@
Name: i2pd
Version: 2.49.0
Release: 2%{?dist}
Release: 1%{?dist}
Summary: I2P router written in C++
Conflicts: i2pd-git

2
debian/changelog vendored

@ -1,4 +1,4 @@
i2pd (2.49.0-1) unstable; urgency=high
i2pd (2.49.0-1) unstable; urgency=medium
* updated to version 2.49.0/0.9.60

Loading…
Cancel
Save