summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-10-03 15:45:32 +0200
committerWerner Koch <wk@gnupg.org>2014-10-03 15:45:32 +0200
commit0943c7cc23371943e9670a2f35c318d847cbac6a (patch)
treedfdc946415de791befb27eff87c337ed52d392ec
parentspeedo: Add INSTALL_PREFIX feature. (diff)
downloadgnupg2-gnupg-2.1.0-beta864.tar.xz
gnupg2-gnupg-2.1.0-beta864.zip
Release 2.1.0-beta864.gnupg-2.1.0-beta864
-rw-r--r--NEWS19
1 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a70031319..4d533ce7e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,23 @@
-Noteworthy changes in version 2.1.0-betaNNN (unreleased)
+Noteworthy changes in version 2.1.0-beta864 (2014-10-03)
--------------------------------------------------------
+ * gpg: Removed the GPG_AGENT_INFO related code. GnuPG does now only
+ use a fixed socket name in its home directory.
+
+ * gpg: Renamed --gen-key to --full-gen-key and re-added a --gen-key
+ command using less prompts.
+
+ * gpg: Use SHA-256 for all signature types also on RSA keys.
+
+ * gpg: Default keyring is now created with a .kbx suffix.
+
+ * gpg: Add a shortcut to key capabilies menu (e.g. "=e" sets the
+ encryption capabilities).
+
+ * gpg: Fixed obsolete options parsing.
+
+ * speedo: Improved the quick build system.
+
Noteworthy changes in version 2.1.0-beta834 (2014-09-18)
--------------------------------------------------------