summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-09-18 16:00:34 +0200
committerWerner Koch <wk@gnupg.org>2014-09-18 17:57:09 +0200
commit93f158df381af86036332c4314c2d4a64eab3e62 (patch)
tree4c2f54494b20494138a17b0df4682d5e2b1bd5c6
parentspeedo: Distribute needed files. (diff)
downloadgnupg2-93f158df381af86036332c4314c2d4a64eab3e62.tar.xz
gnupg2-93f158df381af86036332c4314c2d4a64eab3e62.zip
Release 2.1.0-beta834.gnupg-2.1.0-beta834
-rw-r--r--AUTHORS2
-rw-r--r--NEWS18
-rw-r--r--README9
3 files changed, 28 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 539d24b73..a4af1dcb1 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,7 @@
Program: GnuPG
Homepage: https://www.gnupg.org
+Download: ftp://ftp.gnupg.org/gcrypt/gnupg/
+Repository: git://git.gnupg.org/gnupg.git
Maintainer: Werner Koch <wk@gnupg.org>
Bug reports: http://bugs.gnupg.org
Security related bug reports: <security@gnupg.org>
diff --git a/NEWS b/NEWS
index d6fb1b33f..d5aa52e51 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,22 @@
-Noteworthy changes in version 2.1.0-betaNNN (unreleased)
+Noteworthy changes in version 2.1.0-beta834 (2014-09-18)
--------------------------------------------------------
+ * gpg: Improved passphrase caching.
+
+ * gpg: Switched to algorithm number 22 for EdDSA.
+
+ * gpg: Removed CAST5 from the default preferences.
+
+ * gpg: Order SHA-1 last in the hash preferences.
+
+ * gpg: Changed default cipher for --symmetric to AES-128.
+
+ * gpg: Fixed export of ECC keys and import of EdDSA keys.
+
+ * dirmngr: Fixed the KS_FETCH command.
+
+ * speedo: Downloads related packages and works for non-Windows.
+
Noteworthy changes in version 2.1.0-beta783 (2014-08-14)
--------------------------------------------------------
diff --git a/README b/README
index da4c4987a..372d84aa4 100644
--- a/README
+++ b/README
@@ -85,6 +85,15 @@ You may run
to view the default directories used by GnuPG.
+To quickly build all required software without installing it, the
+Speedo method may be used:
+
+ make -f build-aux/speedo.mk native
+
+This method downloads all required libraries and does a native build
+of GnuPG to PLAY/inst/. GNU make is required and you need to set
+LD_LIBRARY_PATH to $(pwd)/PLAY/inst/lib.
+
MIGRATION FROM 1.4 or 2.0 to 2.1
================================