From e8ac612c4bad88172c5e80fa7e813664e536a6f8 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Mon, 23 Jun 2008 17:02:15 -0400 Subject: openpgp2ssh can now accept arbitrary-length key IDs (from the trivial 8 hex digit key IDs to 40 hex digits of a full fingerprint). This moves our build dependency on gnutls to 2.4.0, which includes subkey fingerprint calculations. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index d4d25c6..85b2d3f 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: extra Maintainer: Daniel Kahn Gillmor Uploaders: Jameson Rollins -Build-Depends: debhelper (>= 7.0), libgnutls-dev (>= 2.3.14) +Build-Depends: debhelper (>= 7.0), libgnutls-dev (>= 2.4.0) Standards-Version: 3.8.0.1 Homepage: http://cmrg.fifthhorseman.net/wiki/OpenPGPandSSH Dm-Upload-Allowed: yes -- cgit v1.2.3 From 3fedc7f90651a9e7e226c2b7c8fde6c74e8a2330 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Mon, 23 Jun 2008 17:03:39 -0400 Subject: preparing for 0.2-1 release. --- debian/changelog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 41af80c..d3d7d9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ -monkeysphere (0.2-1) UNRELEASED; urgency=low +monkeysphere (0.2-1) experimental; urgency=low [ Daniel Kahn Gillmor ] - * NOT YET RELEASED (switch to "experimental" when ready to release) + * openpgp2ssh now supports specifying keys by full fingerprint. [ Jameson Graef Rollins ] * Add AUTHORIZED_USER_IDS config variable for server, which defaults to @@ -14,7 +14,7 @@ monkeysphere (0.2-1) UNRELEASED; urgency=low * Better failure/prompting for gen-subkey * Add ability to set any owner trust level for keys in server keychain. - -- Jameson Graef Rollins Sun, 22 Jun 2008 11:42:42 -0400 + -- Daniel Kahn Gillmor Mon, 23 Jun 2008 17:03:19 -0400 monkeysphere (0.1-1) experimental; urgency=low -- cgit v1.2.3