1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-08 12:44:23 +01:00

* NEWS: Note --ask-cert-level.

* acinclude.m4 (GNUPG_SYS_NM_PARSE): Remove a leftover slash in a sed
expression.
This commit is contained in:
David Shaw 2004-05-20 03:12:32 +00:00
parent 44aa6f9d4d
commit 16028c827d
3 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2004-05-19 David Shaw <dshaw@jabberwocky.com>
* NEWS: Note --ask-cert-level.
* acinclude.m4 (GNUPG_SYS_NM_PARSE): Remove a leftover slash in a
sed expression.
2004-05-01 Werner Koch <wk@gnupg.org> 2004-05-01 Werner Koch <wk@gnupg.org>
* acinclude.m4 (ac_pipe_works): Fixed BRE syntax \? -> \{0,1\}. * acinclude.m4 (ac_pipe_works): Fixed BRE syntax \? -> \{0,1\}.

7
NEWS
View File

@ -1,8 +1,13 @@
Noteworthy changes in version 1.2.5 (unreleased) Noteworthy changes in version 1.2.5 (unreleased)
------------------------------------------------ ------------------------------------------------
* New --ask-cert-level/--no-ask-cert-level option to turn on and
off the prompt for signature level when signing a key. Defaults
to off.
* New --min-cert-level option to disregard key signatures that are * New --min-cert-level option to disregard key signatures that are
under a specified level. under a specified level. Defaults to 1 (i.e. don't disregard
anything).
* New --max-output option to limit the amount of plaintext output * New --max-output option to limit the amount of plaintext output
generated by GnuPG. This option can be used by programs which generated by GnuPG. This option can be used by programs which

View File

@ -610,7 +610,7 @@ dld_preloaded_symbols[] =
changequote([,])dnl changequote([,])dnl
{ {
EOF EOF
sed 's/^_\{0,1\}/\(.*\) _\{0,1\}\(.*\)$/ {"\1", (__ptr_t) \&\2},/' < "$ac_nlist" >> conftest.c sed 's/^_\{0,1\}\(.*\) _\{0,1\}\(.*\)$/ {"\1", (__ptr_t) \&\2},/' < "$ac_nlist" >> conftest.c
cat <<\EOF >> conftest.c cat <<\EOF >> conftest.c
{0, (__ptr_t) 0} {0, (__ptr_t) 0}
}; };