mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
* gpg.sgml: Add an entry for --export-ownertrust. Suggested by
Bernhard Reiter. * configure.ac (ALL_LINGUAS): s/pt_PT/pt/
This commit is contained in:
parent
8332b7d1b1
commit
c027e8610b
@ -1,3 +1,7 @@
|
|||||||
|
2002-03-06 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* configure.ac (ALL_LINGUAS): s/pt_PT/pt/
|
||||||
|
|
||||||
2002-03-04 David Shaw <dshaw@jabberwocky.com>
|
2002-03-04 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* Add a AC_DEFINE(_GNU_SOURCE). Since this is always defined in
|
* Add a AC_DEFINE(_GNU_SOURCE). Since this is always defined in
|
||||||
|
@ -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 are suffixed with the string "-cvs", so "1.0.6a-cvs" is a cvs version
|
||||||
dnl between 1.0.6 and 1.0.6a.
|
dnl between 1.0.6 and 1.0.6a.
|
||||||
AC_INIT(gnupg, 1.0.6e-cvs, bug-gnupg@gnu.org)
|
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_modules="sha1 md5 rmd160"
|
||||||
static_random_module=""
|
static_random_module=""
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2002-03-06 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* gpg.sgml: Add an entry for --export-ownertrust. Suggested by
|
||||||
|
Bernhard Reiter.
|
||||||
|
|
||||||
2002-01-26 Timo Schulz <ts@winpt.org>
|
2002-01-26 Timo Schulz <ts@winpt.org>
|
||||||
|
|
||||||
* gnupg-w32.reg: New. Registry file for W32 in registry format.
|
* gnupg-w32.reg: New. Registry file for W32 in registry format.
|
||||||
|
@ -642,6 +642,15 @@ even in batch mode add the option --yes.
|
|||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
|
|
||||||
|
<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>
|
<varlistentry>
|
||||||
<term>--import-ownertrust &OptParmFiles;</term>
|
<term>--import-ownertrust &OptParmFiles;</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
|
Loading…
Reference in New Issue
Block a user