|
| 1 | +2024.86 - 22 October 2024 |
| 2 | + |
| 3 | +- Fix failure on concurrent channel open/close. |
| 4 | + This was a regression in 2022.82, reported by rsflo in Github #321. |
| 5 | + failed assertion in common-channel.c:705: !channel->sent_close |
| 6 | + |
| 7 | +- Print remote host after "Login attempt for nonexistent user" log entry to |
| 8 | + assist fail2ban. Fix from MichaIng, the format changed in 2020.79 |
| 9 | + |
| 10 | +- Dropbear now exits with exit status 0 on SIGINT/SIGTERM. This is a more |
| 11 | + graceful behaviour for "systemctl stop dropbear". |
| 12 | + Reported by Ninad Palsule |
| 13 | + |
| 14 | +- New IDENT_VERSION_PART config allows customising some of the SSH version |
| 15 | + string. From Marius Dinu |
| 16 | + |
| 17 | +- Fix building SK_KEYS with just one of ECDSA or ED25519 |
| 18 | + From Marius Dinu |
| 19 | + |
| 20 | +- Fix dbclient "-m help" and "-c help" without a hostname. |
| 21 | + Patch from Darren Tucker |
| 22 | + |
| 23 | +- Remove fprintf/gettimeofday from sigchld handler when running with |
| 24 | + verbose trace enabled. |
| 25 | + |
| 26 | +- Improved configure help output, from Mikel Olasagasti Uranga |
| 27 | + |
| 28 | +- Compile fix for GNU Hurd, from Guilhem Moulin |
| 29 | + |
| 30 | +- Support running test_aslr without venv, from Guilhem Moulin |
| 31 | + |
| 32 | +- Compilation fixes for older compilers, and better build tests |
| 33 | + |
| 34 | +- Update some test infrastructure versions of python packages, |
| 35 | + github actions, and github runner OSes |
| 36 | + |
1 | 37 | 2024.85 - 25 April 2024
|
2 | 38 |
|
3 | 39 | This release fixes build regressions in 2024.84
|
|
0 commit comments