diff --git a/ChangeLog b/ChangeLog index 7c854e9d8..1f9fbc455 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-03-06 Werner Koch + + * configure.ac (ALL_LINGUAS): s/pt_PT/pt/ + 2002-03-04 David Shaw * Add a AC_DEFINE(_GNU_SOURCE). Since this is always defined in diff --git a/configure.ac b/configure.ac index 1d7a7b752..c0cb36313 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ dnl A snapshot release has a letter appended. CVS files before a release dnl are suffixed with the string "-cvs", so "1.0.6a-cvs" is a cvs version dnl between 1.0.6 and 1.0.6a. AC_INIT(gnupg, 1.0.6e-cvs, bug-gnupg@gnu.org) -ALL_LINGUAS="da de eo es_ES et fr id it ja nl pl pt_BR pt_PT sv tr" +ALL_LINGUAS="da de eo es_ES et fr id it ja nl pl pt_BR pt sv tr" static_modules="sha1 md5 rmd160" static_random_module="" diff --git a/doc/ChangeLog b/doc/ChangeLog index 56557da49..899aeeeb8 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-03-06 Werner Koch + + * gpg.sgml: Add an entry for --export-ownertrust. Suggested by + Bernhard Reiter. + 2002-01-26 Timo Schulz * gnupg-w32.reg: New. Registry file for W32 in registry format. diff --git a/doc/gpg.sgml b/doc/gpg.sgml index bfc88b8e3..19a858829 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -642,6 +642,15 @@ even in batch mode add the option --yes. + +--export-ownertrust &OptParmFile; + +Store the ownertrust values into +&ParmFile; (or stdin if not given). This is useful for backup +purposes as these values are the only ones which can't be re-created +from a corrupted trust DB. + + --import-ownertrust &OptParmFiles;