Browse Source

2.40.0

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1717/head
R4SAS 3 years ago
parent
commit
73642703bd
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 2
      ChangeLog
  2. 2
      contrib/rpm/i2pd-git.spec
  3. 4
      contrib/rpm/i2pd.spec

2
ChangeLog

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

2
contrib/rpm/i2pd-git.spec

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

4
contrib/rpm/i2pd.spec

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

Loading…
Cancel
Save