Mercurial > dropbear
comparison CHANGES @ 1731:cddc90de1b6f
update CHANGES for 2020.80
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 26 Jun 2020 20:55:56 +0800 |
parents | 25b0ce1936c4 |
children | 8b27de2c92ee |
comparison
equal
deleted
inserted
replaced
1730:57226fc75cb5 | 1731:cddc90de1b6f |
---|---|
1 2020.80 - 26 June 2020 | |
2 | |
3 - Don't block authorized_keys logins with no-X11-forwarding or no-agent-forwarding | |
4 restrictions when X11 or agent forwarding are disabled at compile time. | |
5 This is more of a problem now X11 is disabled by default, reported by Guilhem Moulin | |
6 | |
7 - Reduce binary size by 4kB (x64) when using bundled libtommath | |
8 | |
9 - Define GNU_SOURCE for getrandom() on uclibc, reported by Laurent Bercot and | |
10 Fabrice Fontaine | |
11 | |
12 - Improve checking libtomcrypt version compatibility | |
13 | |
14 - Add some style notes to DEVELOPING.md | |
15 | |
1 2020.79 - 15 June 2020 | 16 2020.79 - 15 June 2020 |
2 | 17 |
3 - Support ed25519 hostkeys and authorized_keys, many thanks to Vladislav Grishenko. | 18 - Support ed25519 hostkeys and authorized_keys, many thanks to Vladislav Grishenko. |
4 This also replaces curve25519 with a TweetNaCl implementation that reduces code size. | 19 This also replaces curve25519 with a TweetNaCl implementation that reduces code size. |
5 | 20 |
48 | 63 |
49 - Call fsync() is called on parent directory when writing key files to ensure they are flushed | 64 - Call fsync() is called on parent directory when writing key files to ensure they are flushed |
50 | 65 |
51 - Fix "make install" for manpages in out-of-tree builds, from Gabor Z. Papp | 66 - Fix "make install" for manpages in out-of-tree builds, from Gabor Z. Papp |
52 | 67 |
53 - Some notes are added in DEVELOPER.md | 68 - Some notes are added in DEVELOPING.md |
54 | 69 |
55 2019.78 - 27 March 2019 | 70 2019.78 - 27 March 2019 |
56 | 71 |
57 - Fix dbclient regression in 2019.77. After exiting the terminal would be left | 72 - Fix dbclient regression in 2019.77. After exiting the terminal would be left |
58 in a bad state. Reported by Ryan Woodsmall | 73 in a bad state. Reported by Ryan Woodsmall |