From 90dcc0c3ada60249629cf43c6f8bacd4e703f0d3 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 15 Feb 2011 09:29:01 +0100 Subject: [PATCH] Fix ChnageLog entries. --- ChangeLog | 4 ---- common/ChangeLog | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 03e2399a7..17d049f99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,3 @@ -2011-02-11 Andrey Jivsov - - * fixed --list-keys on Linux64 bit - 2011-02-04 Werner Koch * autogen.sh: Ensure that the git pre-commit hoom has been diff --git a/common/ChangeLog b/common/ChangeLog index 4d07a4919..f6380c64d 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -1,3 +1,8 @@ +2011-02-11 Andrey Jivsov + + * openpgp-oid.c (openpgp_oid_to_str): Use unsigned int for + get_opaque. Fixes a bug on 64 bit platforms. + 2011-02-08 Werner Koch * http.c (connect_server): Add arg R_HOST_NOT_FOUND.