Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1717/head
R4SAS 3 years ago
parent b3bd175e64
commit 73642703bd
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

@ -19,12 +19,14 @@
- Use common cleanup timer for all SSU sessions
- Reduced memory usage
- Reseed servers list
- i18n code called from ClientContext
### Fixed
- Tunnels reload
- Some typos in log messages
- Cleanup relay requests table
- Server tunnel is not published
- Build on GNU/Hurd. Disable pthread_setname_np
- Crash when incorrect sigtype used with blinding
## [2.39.0] - 2021-08-23
### Added

@ -149,7 +149,7 @@ getent passwd i2pd >/dev/null || \
* Mon Nov 29 2021 orignal <i2porignal@yandex.ru> - 2.40.0
- update to 2.40.0
* Mon Aug 24 2021 r4sas <r4sas@i2pmail.org> - 2.39.0-2
* Tue Aug 24 2021 r4sas <r4sas@i2pmail.org> - 2.39.0-2
- changed if statements to cover fedora 35
* Mon Aug 23 2021 orignal <i2porignal@yandex.ru> - 2.39.0

@ -1,6 +1,6 @@
Name: i2pd
Version: 2.40.0
Release: 2%{?dist}
Release: 1%{?dist}
Summary: I2P router written in C++
Conflicts: i2pd-git
@ -146,7 +146,7 @@ getent passwd i2pd >/dev/null || \
* Mon Nov 29 2021 orignal <i2porignal@yandex.ru> - 2.40.0
- update to 2.40.0
* Mon Aug 24 2021 r4sas <r4sas@i2pmail.org> - 2.39.0-2
* Tue Aug 24 2021 r4sas <r4sas@i2pmail.org> - 2.39.0-2
- changed if statements to cover fedora 35
* Mon Aug 23 2021 orignal <i2porignal@yandex.ru> - 2.39.0

Loading…
Cancel
Save