summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-04-09 21:41:22 +0100
committerColin Watson <cjwatson@debian.org>2010-04-09 21:41:22 +0100
commit4bcf514b4ab5c338cc1c247011669fa2450753ae (patch)
tree777e39a9f82f3fd62d544a736ec65633092a28e1
parent4b9dad928332455162b0257d72b33554fdb799fc (diff)
Add a NEWS.Debian entry about changes in smartcard support relative to
previous unofficial builds (closes: #231472).
-rw-r--r--debian/NEWS10
-rw-r--r--debian/changelog2
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS
index f2359de35..4bdbed33e 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,13 @@
1openssh (1:5.4p1-2) unstable; urgency=low
2
3 Smartcard support is now available using PKCS#11 tokens. If you were
4 previously using an unofficial build of Debian's OpenSSH package with
5 OpenSC-based smartcard support added, then note that commands like
6 'ssh-add -s 0' will no longer work; you need to use 'ssh-add -s
7 /usr/lib/opensc-pkcs11.so' instead.
8
9 -- Colin Watson <cjwatson@debian.org> Fri, 09 Apr 2010 21:40:02 +0100
10
1openssh (1:3.8.1p1-9) experimental; urgency=low 11openssh (1:3.8.1p1-9) experimental; urgency=low
2 12
3 The ssh package has been split into openssh-client and openssh-server. If 13 The ssh package has been split into openssh-client and openssh-server. If
diff --git a/debian/changelog b/debian/changelog
index e271bb5a1..313485141 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ openssh (1:5.4p1-2) UNRELEASED; urgency=low
7 * Convert to dh(1), and use dh_installdocs --link-doc. 7 * Convert to dh(1), and use dh_installdocs --link-doc.
8 * Drop lpia support, since Ubuntu no longer supports this architecture. 8 * Drop lpia support, since Ubuntu no longer supports this architecture.
9 * Use dh_install more effectively. 9 * Use dh_install more effectively.
10 * Add a NEWS.Debian entry about changes in smartcard support relative to
11 previous unofficial builds (closes: #231472).
10 12
11 -- Colin Watson <cjwatson@debian.org> Tue, 06 Apr 2010 23:16:39 +0100 13 -- Colin Watson <cjwatson@debian.org> Tue, 06 Apr 2010 23:16:39 +0100
12 14