diff options
| author | default <nobody@localhost> | 2025-01-15 06:47:56 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-01-15 06:47:56 +0100 |
| commit | 061fa60171f157c064bceb990a9fbc9ae472b535 (patch) | |
| tree | 54c0ddac4fb5a77bdfd9472ef3c1d1fa8b519d78 | |
| parent | f4a2add31008a5d3a42fe8b7780f3ee6716d7940 (diff) | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 28bcf56..2e20bc7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -12,6 +12,8 @@ Fixed broken NetBSD build (missing dependency in Makefile.NetBSD). The user profile can now include longitude and latitude data for your current location. +Reduced RSA key size for new users from 4096 to 2048. This will be friendlier to smaller machines, and everybody else out there is using 2048. + ## 2.68 Fixed regression in link verification code (contributed by nowster). |