Skip to content

Commit

Permalink
2.32.0
Browse files Browse the repository at this point in the history
Signed-off-by: r4sas <r4sas@i2pmail.org>
  • Loading branch information
r4sas committed May 25, 2020
1 parent 1dcb878 commit 6bd44f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Show ECIES-X25519-AEAD-Ratchet sessions and tags on the web console
- Simplified implementation of gzip for no compression mode
- Allow ECIES-X25519-AEAD-Ratchet session restart after 2 minutes
- Added logrotate config for rpm package
### Changed
- Select peers for client tunnels among routers >= 0.9.36
- Check ECIES flag for encrypted lookup reply
Expand All @@ -20,10 +21,14 @@
- Stop as soon as no more transit tunnels during graceful shutdown for Android
- RouterInfo gzip compression level depends on size
- Send response to received datagram from ECIES-X25519-AEAD-Ratchet session
- Update webconsole functional
- Increased max transit tunnels limit
- Reseeds list
- Dropped windows support in cmake
### Fixed
- Correct timestamp check for LeaseSet2
- Encrypted leaseset without authentication
- Correct timestamp check for LeaseSet2
- Encrypted leaseset without authentication
- Change SOCKS proxy connection response for clients without socks5h support (#1336)

## [2.31.0] - 2020-04-10
### Added
Expand Down Expand Up @@ -66,7 +71,7 @@
### Added
- Client auth flag for b33 address
### Changed
- Remove incoming NTCP2 session from pending list when established
- Remove incoming NTCP2 session from pending list when established
- Handle errors for NTCP2 SessionConfrimed send
### Fixed
- Failure to start on Windows XP
Expand Down Expand Up @@ -115,7 +120,7 @@
## [2.25.0] - 2019-05-09
### Added
- Create, publish and handle encrypted LeaseSet2
- Support of b33 addresses
- Support of b33 addresses
- RedDSA key blinding
- .b32.i2p addresses in jump links
- ntcp2.addressv6 parameter
Expand Down Expand Up @@ -147,7 +152,7 @@
- Correct SAM response for invalid key
- SAM crash on termination for Windows
- Race condition for publishing

## [2.23.0] - 2019-01-21
### Added
- Standard LeaseSet2 support
Expand Down Expand Up @@ -206,7 +211,7 @@
- NTCP2 is enabled by default
- Show lease's expiration time in readable format in the web console
### Fixed
- Correct names for transports in the web console
- Correct names for transports in the web console

## [2.19.0] - 2018-06-26
### Added
Expand Down
2 changes: 1 addition & 1 deletion qt/i2pd_qt/data/website.i2pd.i2pd.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<translation type="qt" />

<releases>
<release version="2.32.0" date="2020-05-25" />
<release version="2.32.0" date="2020-05-25" />
<release version="2.31.0" date="2020-04-10" />
<release version="2.30.0" date="2020-02-25" />
<release version="2.29.0" date="2019-10-21" />
Expand Down

0 comments on commit 6bd44f0

Please sign in to comment.