aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2013-05-28 09:05:43 +0000
committerWerner Koch <[email protected]>2013-05-28 09:09:07 +0000
commit009e26a989f8a251563303f155c51fe012af52a4 (patch)
tree117b89e4d7bee66c89335ed1f47ed94318f44985 /NEWS
parentAdd convenience macro GPGME_PROTOCOL_OPENPGP. (diff)
downloadgpgme-1.4.2.tar.gz
gpgme-1.4.2.zip
Release 1.4.2.gpgme-1.4.2
* configure.ac: Set LT version to C21/A10/R0.
Diffstat (limited to '')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 971075d3..7df3cd2a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,15 @@
-Noteworthy changes in version 1.4.2 (unreleased)
+Noteworthy changes in version 1.4.2 (2013-05-28)
------------------------------------------------
* Allow symmetric encryption with gpgme_op_encrypt_sign.
+ * Fixed mismatching off_t definitions on Windows.
+
* Interface changes relative to the 1.4.1 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_off_t NEW.
gpgme_size_t NEW.
+ GPGME_PROTOCOL_OPENPGP NEW alias.
Noteworthy changes in version 1.4.1 (2013-05-01)