summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-05-26 10:05:54 +0000
committerColin Watson <cjwatson@debian.org>2008-05-26 10:05:54 +0000
commit15cb36db00d9490c155b13b5e358b8489973e30a (patch)
tree7e8c0dd051ec862f34dcfe443eb3cef299608ff5 /debian
parent1b41182f81ae0806d6c0231f2013c5720109629e (diff)
reorganise changelog
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog54
1 files changed, 28 insertions, 26 deletions
diff --git a/debian/changelog b/debian/changelog
index 7978dcfb8..3ec05c070 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,24 +1,13 @@
1openssh (1:4.7p1-11) UNRELEASED; urgency=low 1openssh (1:4.7p1-11) UNRELEASED; urgency=low
2 2
3 * Fix typo in ssh/vulnerable_host_keys message (thanks, Esko Arajärvi). 3 * Make init script depend on $syslog, and fix some other dependency
4 * debconf template translations: 4 glitches (thanks, Petter Reinholdtsen; closes: #481018).
5 - Update Finnish (thanks, Esko Arajärvi; closes: #481530). 5 * Remove 0 and 6 from Default-Stop in init script (thanks, Kel Modderman;
6 - Update French (thanks, Christian Perrier; closes: #481576). 6 closes: #481151).
7 - Update Norwegian Bokmål (thanks, Bjørn Steensrud; closes: #481591). 7 * Restore OOM killer adjustment for child processes (thanks, Vaclav Ovsik;
8 - Update Galician (thanks, Jacobo Tarrio; closes: #481596). 8 closes: #480020).
9 - Update Japanese (thanks, Kenshi Muto; closes: #481621). 9 * Allow building with heimdal-dev (LP: #125805).
10 - Update Czech (thanks, Miroslav Kure; closes: #481624). 10
11 - Update German (thanks, Helge Kreutzmann; closes: #481676).
12 - Update Portuguese (thanks, Ricardo Silva; closes: #481781).
13 - Update Basque (thanks, Piarres Beobide; closes: #481836).
14 - Update Bulgarian (thanks, Damyan Ivanov; closes: #481870).
15 - Update Vietnamese (thanks, Clytie Siddall; closes: #481876).
16 - Update Spanish (thanks, Javier Fernandez-Sanguino Peña; closes:
17 #482341).
18 - Update Turkish (thanks, Mert Dirik; closes: #482548).
19 - Update Russian (thanks, Yuri Kozlov; closes: #482887).
20 - Update Swedish (thanks, Martin Bagge; closes: #482464).
21 - Update Italian (thanks, Luca Monducci; closes: #482808).
22 * Check RSA1 keys without the need for a separate blacklist. Thanks to 11 * Check RSA1 keys without the need for a separate blacklist. Thanks to
23 Simon Tatham for the idea. 12 Simon Tatham for the idea.
24 * Generate two keys with the PID forced to the same value and test that 13 * Generate two keys with the PID forced to the same value and test that
@@ -31,12 +20,6 @@ openssh (1:4.7p1-11) UNRELEASED; urgency=low
31 (thanks, Heiko Schlittermann and Christopher Perry; closes: #481398). 20 (thanks, Heiko Schlittermann and Christopher Perry; closes: #481398).
32 * Check for blacklists in /usr/share/ssh/ as well as /etc/ssh/ (see 21 * Check for blacklists in /usr/share/ssh/ as well as /etc/ssh/ (see
33 #481283). 22 #481283).
34 * Make init script depend on $syslog, and fix some other dependency
35 glitches (thanks, Petter Reinholdtsen; closes: #481018).
36 * Remove 0 and 6 from Default-Stop in init script (thanks, Kel Modderman;
37 closes: #481151).
38 * Restore OOM killer adjustment for child processes (thanks, Vaclav Ovsik;
39 closes: #480020).
40 * Log IP addresses of hosts attempting to use blacklisted keys (closes: 23 * Log IP addresses of hosts attempting to use blacklisted keys (closes:
41 #481721). 24 #481721).
42 * Incorporate various ssh-vulnkey suggestions from Hugh Daniel: 25 * Incorporate various ssh-vulnkey suggestions from Hugh Daniel:
@@ -49,7 +32,6 @@ openssh (1:4.7p1-11) UNRELEASED; urgency=low
49 exception of host keys unless -a was given. 32 exception of host keys unless -a was given.
50 - In verbose mode, output the name of each file examined. 33 - In verbose mode, output the name of each file examined.
51 * Handle leading IP addresses in ssh-vulnkey input (LP: #230497). 34 * Handle leading IP addresses in ssh-vulnkey input (LP: #230497).
52 * Allow building with heimdal-dev (LP: #125805).
53 * Fix various ssh-vulnkey problems pointed out by Solar Designer: 35 * Fix various ssh-vulnkey problems pointed out by Solar Designer:
54 - Fix some buffer handling inconsistencies. 36 - Fix some buffer handling inconsistencies.
55 - Use xasprintf to build user key file names, avoiding truncation 37 - Use xasprintf to build user key file names, avoiding truncation
@@ -59,6 +41,26 @@ openssh (1:4.7p1-11) UNRELEASED; urgency=low
59 - Reword "Unknown (no blacklist information)" to "Unknown (blacklist 41 - Reword "Unknown (no blacklist information)" to "Unknown (blacklist
60 file not installed)". 42 file not installed)".
61 43
44 * Fix typo in ssh/vulnerable_host_keys message (thanks, Esko Arajärvi).
45 * debconf template translations:
46 - Update Finnish (thanks, Esko Arajärvi; closes: #481530).
47 - Update French (thanks, Christian Perrier; closes: #481576).
48 - Update Norwegian Bokmål (thanks, Bjørn Steensrud; closes: #481591).
49 - Update Galician (thanks, Jacobo Tarrio; closes: #481596).
50 - Update Japanese (thanks, Kenshi Muto; closes: #481621).
51 - Update Czech (thanks, Miroslav Kure; closes: #481624).
52 - Update German (thanks, Helge Kreutzmann; closes: #481676).
53 - Update Portuguese (thanks, Ricardo Silva; closes: #481781).
54 - Update Basque (thanks, Piarres Beobide; closes: #481836).
55 - Update Bulgarian (thanks, Damyan Ivanov; closes: #481870).
56 - Update Vietnamese (thanks, Clytie Siddall; closes: #481876).
57 - Update Spanish (thanks, Javier Fernandez-Sanguino Peña; closes:
58 #482341).
59 - Update Turkish (thanks, Mert Dirik; closes: #482548).
60 - Update Russian (thanks, Yuri Kozlov; closes: #482887).
61 - Update Swedish (thanks, Martin Bagge; closes: #482464).
62 - Update Italian (thanks, Luca Monducci; closes: #482808).
63
62 -- Colin Watson <cjwatson@debian.org> Sat, 17 May 2008 08:48:45 +0200 64 -- Colin Watson <cjwatson@debian.org> Sat, 17 May 2008 08:48:45 +0200
63 65
64openssh (1:4.7p1-10) unstable; urgency=low 66openssh (1:4.7p1-10) unstable; urgency=low