Fix ChnageLog entries.

This commit is contained in:
Werner Koch 2011-02-15 09:29:01 +01:00
parent e1c38a7ff5
commit 90dcc0c3ad
2 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,3 @@
2011-02-11 Andrey Jivsov <openpgp@brainhub.org>
* fixed --list-keys on Linux64 bit
2011-02-04 Werner Koch <wk@g10code.com>
* autogen.sh: Ensure that the git pre-commit hoom has been

View File

@ -1,3 +1,8 @@
2011-02-11 Andrey Jivsov <openpgp@brainhub.org>
* 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 <wk@g10code.com>
* http.c (connect_server): Add arg R_HOST_NOT_FOUND.