diff options
author | Werner Koch <[email protected]> | 2002-03-06 11:10:13 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-03-06 11:10:13 +0000 |
commit | c027e8610b3f0ccbb8ef41a6e8875dec36be3aa2 (patch) | |
tree | 2e935336c6cc0e1eaf8f4504abff6a0cf88fd6a1 | |
parent | * pt_PT.po: Removed. (diff) | |
download | gnupg-c027e8610b3f0ccbb8ef41a6e8875dec36be3aa2.tar.gz gnupg-c027e8610b3f0ccbb8ef41a6e8875dec36be3aa2.zip |
* gpg.sgml: Add an entry for --export-ownertrust. Suggested by
Bernhard Reiter.
* configure.ac (ALL_LINGUAS): s/pt_PT/pt/
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gpg.sgml | 9 |
4 files changed, 19 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2002-03-06 Werner Koch <[email protected]> + + * configure.ac (ALL_LINGUAS): s/pt_PT/pt/ + 2002-03-04 David Shaw <[email protected]> * 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, [email protected]) -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 <[email protected]> + + * gpg.sgml: Add an entry for --export-ownertrust. Suggested by + Bernhard Reiter. + 2002-01-26 Timo Schulz <[email protected]> * 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 @@ -643,6 +643,15 @@ even in batch mode add the option --yes. <varlistentry> +<term>--export-ownertrust &OptParmFile;</term> +<listitem><para> +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. +</para></listitem></varlistentry> + +<varlistentry> <term>--import-ownertrust &OptParmFiles;</term> <listitem><para> Update the trustdb with the ownertrust values stored |