diff options
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6f0cf805a..b79607514 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,10 @@ | |||
1 | openssh (1:5.8p1-3) UNRELEASED; urgency=low | ||
2 | |||
3 | * Correct ssh-keygen instruction in the changelog for 1:5.7p1-1 (thanks, | ||
4 | Joel Stanley). | ||
5 | |||
6 | -- Colin Watson <cjwatson@debian.org> Wed, 09 Feb 2011 03:02:45 +0000 | ||
7 | |||
1 | openssh (1:5.8p1-2) unstable; urgency=low | 8 | openssh (1:5.8p1-2) unstable; urgency=low |
2 | 9 | ||
3 | * Upload to unstable. | 10 | * Upload to unstable. |
@@ -49,7 +56,7 @@ openssh (1:5.7p1-1) experimental; urgency=low | |||
49 | * Generate ECDSA host keys on fresh installations. Upgraders who wish to | 56 | * Generate ECDSA host keys on fresh installations. Upgraders who wish to |
50 | add such host keys should manually add 'HostKey | 57 | add such host keys should manually add 'HostKey |
51 | /etc/ssh/ssh_host_ecdsa_key' to /etc/ssh/sshd_config and run 'ssh-keygen | 58 | /etc/ssh/ssh_host_ecdsa_key' to /etc/ssh/sshd_config and run 'ssh-keygen |
52 | -q -f /etc/ssh/sshd_config -N "" -t ecdsa'. | 59 | -q -f /etc/ssh/ssh_host_ecdsa_key -N "" -t ecdsa'. |
53 | * Build-depend on libssl-dev (>= 0.9.8g) to ensure sufficient ECC support. | 60 | * Build-depend on libssl-dev (>= 0.9.8g) to ensure sufficient ECC support. |
54 | * Backport SELinux build fix from CVS. | 61 | * Backport SELinux build fix from CVS. |
55 | * Rearrange selinux-role.patch so that it links properly given this | 62 | * Rearrange selinux-role.patch so that it links properly given this |