aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-02-15 08:29:01 +0000
committerWerner Koch <[email protected]>2011-02-15 08:29:01 +0000
commit90dcc0c3ada60249629cf43c6f8bacd4e703f0d3 (patch)
tree81853025070839603c18e45e7a02f025242bceb8 /common
parentfixed --list-keys on Linux64 bit (diff)
downloadgnupg-90dcc0c3ada60249629cf43c6f8bacd4e703f0d3.tar.gz
gnupg-90dcc0c3ada60249629cf43c6f8bacd4e703f0d3.zip
Fix ChnageLog entries.
Diffstat (limited to 'common')
-rw-r--r--common/ChangeLog5
1 files changed, 5 insertions, 0 deletions
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 <[email protected]>
+
+ * 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 <[email protected]>
* http.c (connect_server): Add arg R_HOST_NOT_FOUND.