From b0c55d08a8c835fd58d3c0d1f9f412b74c1b5678 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 10 Jan 2011 11:37:57 +0100 Subject: Fix bug #1311. --- common/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/ChangeLog') diff --git a/common/ChangeLog b/common/ChangeLog index de96b8dc8..6a6f6e071 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -1,3 +1,8 @@ +2011-01-10 Werner Koch + + * session-env.c (update_var): Fix same value detection. Fixes + bug#1311. + 2010-12-17 Werner Koch * asshelp.c (lock_spawning): Add arg VERBOSE. Improve timeout -- cgit v1.2.3 From e9d9e96d8ba464a1652552c33636819eed1e9f9a Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 24 Jan 2011 15:50:37 +0100 Subject: Fix ECDH configure test --- common/ChangeLog | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common/ChangeLog') diff --git a/common/ChangeLog b/common/ChangeLog index 61f6b292b..0150658e0 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -50,11 +50,6 @@ * session-env.c (update_var): Fix same value detection. Fixes bug#1311. -2011-01-10 Werner Koch - - * session-env.c (update_var): Fix same value detection. Fixes - bug#1311. - 2010-12-17 Werner Koch * asshelp.c (lock_spawning): Add arg VERBOSE. Improve timeout -- cgit v1.2.3 From e0d4139e19ceed9375cc7e7ba801a965d3376f7d Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 31 Jan 2011 18:19:14 +0100 Subject: Move OpenPGP OID helpers to common/. This is needed so that the agent will be able to export and import OpenPGP secret keys. Add test case. Removed unused function. --- common/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'common/ChangeLog') diff --git a/common/ChangeLog b/common/ChangeLog index 0150658e0..0214583b7 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -1,3 +1,10 @@ +2011-01-31 Werner Koch + + * openpgp-oid.c: New. + * t-openpgp-oid.c: New. + + * convert.c (mpi2hex): Remove. + 2011-01-20 Werner Koch Fix bug#1313. -- cgit v1.2.3 From 0b5bcb40cf17a0e1032c113af6024c08b47d7a5c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 3 Feb 2011 16:31:42 +0100 Subject: Finished ECC integration. Wrote the ChangeLog 2011-01-13 entry for Andrey's orginal work modulo the cleanups I did in the last week. Adjusted my own ChangeLog entries to be consistent with that entry. Nuked quite some trailing spaces; again sorry for that, I will better take care of not saving them in the future. "git diff -b" is useful to read the actual changes ;-). The ECC-INTEGRATION-2-1 branch can be closed now. --- common/ChangeLog | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/ChangeLog') diff --git a/common/ChangeLog b/common/ChangeLog index 0214583b7..f5a707b62 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -3,8 +3,6 @@ * openpgp-oid.c: New. * t-openpgp-oid.c: New. - * convert.c (mpi2hex): Remove. - 2011-01-20 Werner Koch Fix bug#1313. -- cgit v1.2.3