summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2020-06-26 20:55:56 +0800
committerMatt Johnston <matt@ucc.asn.au>2020-06-26 20:55:56 +0800
commitef7c9fd37768015e46cf55517c3d506b68e428c7 (patch)
tree704b1db20e8c8b42751fc73e291a009cf3f4bb88
parent0473f8923b8eecaaa10aa84317f0fed367521460 (diff)
downloaddropbear-ef7c9fd37768015e46cf55517c3d506b68e428c7.tar.gz
update CHANGES for 2020.80
-rw-r--r--CHANGES17
1 files changed, 16 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 8b26ed1..4bc238d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,18 @@
+2020.80 - 26 June 2020
+
+- Don't block authorized_keys logins with no-X11-forwarding or no-agent-forwarding
+ restrictions when X11 or agent forwarding are disabled at compile time.
+ This is more of a problem now X11 is disabled by default, reported by Guilhem Moulin
+
+- Reduce binary size by 4kB (x64) when using bundled libtommath
+
+- Define GNU_SOURCE for getrandom() on uclibc, reported by Laurent Bercot and
+ Fabrice Fontaine
+
+- Improve checking libtomcrypt version compatibility
+
+- Add some style notes to DEVELOPING.md
+
2020.79 - 15 June 2020
- Support ed25519 hostkeys and authorized_keys, many thanks to Vladislav Grishenko.
@@ -50,7 +65,7 @@
- Fix "make install" for manpages in out-of-tree builds, from Gabor Z. Papp
-- Some notes are added in DEVELOPER.md
+- Some notes are added in DEVELOPING.md
2019.78 - 27 March 2019