diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6a30e56f0..1a684c7fa 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -12,6 +12,14 @@ openssh (1:4.3p2-8) UNRELEASED; urgency=medium | |||
12 | GSSAPICleanupCredentials. Mark GSSUseSessionCCache and | 12 | GSSAPICleanupCredentials. Mark GSSUseSessionCCache and |
13 | GSSAPIUseSessionCredCache as known-but-unsupported options, and migrate | 13 | GSSAPIUseSessionCredCache as known-but-unsupported options, and migrate |
14 | away from them on upgrade. | 14 | away from them on upgrade. |
15 | * It turns out that the people who told me that removing a conffile in the | ||
16 | preinst was sufficient to have dpkg replace it without prompting when | ||
17 | moving a conffile between packages were very much mistaken. As far as I | ||
18 | can tell, the only way to do this reliably is to write out the desired | ||
19 | new text of the conffile in the preinst. This is gross, and requires | ||
20 | shipping the text of all conffiles in the preinst too, but there's | ||
21 | nothing for it. Fortunately this nonsense is only required for smooth | ||
22 | upgrades from sarge. | ||
15 | * debconf template translations: | 23 | * debconf template translations: |
16 | - Add Romanian (thanks, Stan Ioan-Eugen; closes: #403528). | 24 | - Add Romanian (thanks, Stan Ioan-Eugen; closes: #403528). |
17 | 25 | ||