aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4e081683..9c4d9390 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,11 @@ Noteworthy changes in version 2.0.0 (unreleased)
for signing. This reflects the behaviour of gpg but is a minor
semantic change. [T3325]
+ * The timestamp and expires fields in gpgme_subkey_t, gpgme_key_sig,
+ and gpgme_new_signature_t are changed from signed long to unsigned
+ long to better cope with 32bit time_t implementations. These
+ fields should in reality never see an error value (-1).
+
* Removed the gpgme_attr_t enums and their functions which were
deprecated since 2003. [rMd54d6eaa64]