aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog8
-rw-r--r--NEWS23
-rw-r--r--README13
3 files changed, 41 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f90fce51..62783b057 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-08-25 David Shaw <[email protected]>
+
+ * NEWS: Note %g and %p, the "tru" --with-colons record, and the
+ REVKEYSIG --status-fd tag.
+
+ * README: Add a note about the SunOS symbol underscore problem and
+ how to fix it. Note problem with gcc < 2.96 and non-gnu as.
+
2003-08-24 David Shaw <[email protected]>
* configure.ac: Check for getaddrinfo. Don't bother to check for
diff --git a/NEWS b/NEWS
index fdc717144..065225efa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,29 @@
Noteworthy changes in version 1.3.3 (unreleased)
------------------------------------------------
+ * IPv6 support for HKP keyserver access. IPv6 for LDAP keyserver
+ access is also supported, but is dependent on the LDAP library
+ used.
+
+ * To simplify running both the stable (1.2.x) and development
+ (1.3.x) versions of GnuPG, the development version will try to
+ load the options file gpg.conf-VERSION before falling back to
+ the regular gpg.conf file.
+
+ * Two new %-expandos for use in notation and policy URLs. "%g"
+ expands to the fingerprint of the key making the signature
+ (which might be a subkey), and "%p" expands to the fingerprint
+ of the primary key that owns the key making the signature.
+
+ * New "tru" record in --with-colons --list-keys listings. It
+ shows the status of the trust database that was used to
+ calculate the key validity in the listings. See doc/DETAILS for
+ the specifics of this.
+
+ * New REVKEYSIG status tag for --status-fd. It indicates a valid
+ signature that was issued by a revoked key. See doc/DETAILS for
+ the specifics of this.
+
* A number of portability changes to make building GnuPG on
less-common platforms easier.
diff --git a/README b/README
index d9e3c629d..051b350f7 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
GnuPG - The GNU Privacy Guard
-------------------------------
- Version 1.3.2
+ Version 1.3.3
Copyright 1998, 1999, 2000, 2001, 2002, 2003
Free Software Foundation, Inc.
@@ -561,7 +561,7 @@
---------------------
If you get unresolved externals "gettext" you should run configure
again with the option "--with-included-gettext"; this is version
- 0.10.35 which is available at alpha.gnu.org.
+ 0.10.40 which is available at ftp.gnu.org.
If you have other compile problems, try the configure options
"--with-included-zlib" or "--disable-nls" (See ABOUT-NLS) or
@@ -576,7 +576,11 @@
replacements are in C and in mpi/generic; never delete
udiv-qrnnd.S in any CPU directory, because there may be no C
substitute. Don't forget to delete "config.cache" and run
- "./config.status --recheck".
+ "./config.status --recheck". We have also heard reports of
+ problems when using versions of gcc earlier than 2.96 along with a
+ non-GNU assembler (as). If this applies to your platform, you can
+ either upgrade gcc to a more recent version, or use the GNU
+ assembler.
Some make tools are broken - the best solution is to use GNU's
make. Try gmake or grab the sources from a GNU archive and
@@ -618,6 +622,9 @@
Due to problems with the ESIX as, you probably want to do
CFLAGS="-O -K pentium" ./configure --disable-asm
+ * SunOS 4.1.4
+
+ ./configure ac_cv_sys_symbol_underscore=yes
The Random Device
-----------------